Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
hhit
config-generator
Commits
3004eca0
Commit
3004eca0
authored
Mar 09, 2021
by
Hendrik Heneke
Browse files
Downgraded PHP version requirement.
parent
9799bb18
Pipeline
#391
passed with stage
in 31 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
117 additions
and
121 deletions
+117
-121
composer.json
composer.json
+1
-1
composer.lock
composer.lock
+116
-120
No files found.
composer.json
View file @
3004eca0
...
...
@@ -8,7 +8,7 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"php"
:
">=7.
4
"
,
"php"
:
">=7.
2
"
,
"ext-ctype"
:
"*"
,
"ext-iconv"
:
"*"
,
"ext-json"
:
"*"
,
...
...
composer.lock
View file @
3004eca0
...
...
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "
16b1d08a9d18e0a0d5461b245ffb18ab
",
"content-hash": "
a7946c202bd5a56b61b0e2bbfcccaf7d
",
"packages": [
{
"name": "paragonie/random_compat",
...
...
@@ -193,27 +193,22 @@
},
{
"name": "psr/container",
"version": "1.
0.0
",
"version": "1.
1.1
",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "
b7ce3b176482dbbc1245ebf52b181af44c2cf55
f"
"reference": "
8622567409010282b7aeebe4bb841fe98b58dca
f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/
b7ce3b176482dbbc1245ebf52b181af44c2cf55
f",
"reference": "
b7ce3b176482dbbc1245ebf52b181af44c2cf55
f",
"url": "https://api.github.com/repos/php-fig/container/zipball/
8622567409010282b7aeebe4bb841fe98b58dca
f",
"reference": "
8622567409010282b7aeebe4bb841fe98b58dca
f",
"shasum": ""
},
"require": {
"php": ">=
5.3
.0"
"php": ">=
7.2
.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
...
...
@@ -226,7 +221,7 @@
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
"homepage": "http
s
://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
...
...
@@ -240,9 +235,9 @@
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/
master
"
"source": "https://github.com/php-fig/container/tree/
1.1.1
"
},
"time": "20
17-02-14T16:28:37
+00:00"
"time": "20
21-03-05T17:36:06
+00:00"
},
{
"name": "psr/event-dispatcher",
...
...
@@ -346,21 +341,21 @@
},
{
"name": "symfony/cache",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "d
6aed6c1bbf6f59e521f46437475a0ff4878d388
"
"reference": "d
15fb2576cdbe2c40d7c851e62f85b0faff3dd3d
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/d
6aed6c1bbf6f59e521f46437475a0ff4878d388
",
"reference": "d
6aed6c1bbf6f59e521f46437475a0ff4878d388
",
"url": "https://api.github.com/repos/symfony/cache/zipball/d
15fb2576cdbe2c40d7c851e62f85b0faff3dd3d
",
"reference": "d
15fb2576cdbe2c40d7c851e62f85b0faff3dd3d
",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "
~1
.0",
"psr/cache": "
^1.0|^2
.0",
"psr/log": "^1.1",
"symfony/cache-contracts": "^1.1.7|^2",
"symfony/polyfill-php80": "^1.15",
...
...
@@ -374,9 +369,9 @@
"symfony/var-dumper": "<4.4"
},
"provide": {
"psr/cache-implementation": "1.0",
"psr/cache-implementation": "1.0
|2.0
",
"psr/simple-cache-implementation": "1.0",
"symfony/cache-implementation": "1.0"
"symfony/cache-implementation": "1.0
|2.0
"
},
"require-dev": {
"cache/integration-tests": "dev-master",
...
...
@@ -421,7 +416,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.2.
3
"
"source": "https://github.com/symfony/cache/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -437,7 +432,7 @@
"type": "tidelift"
}
],
"time": "2021-0
1
-2
7T11:2
4:5
0
+00:00"
"time": "2021-0
2
-2
5T23:5
4:5
6
+00:00"
},
{
"name": "symfony/cache-contracts",
...
...
@@ -520,16 +515,16 @@
},
{
"name": "symfony/config",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "
50e0e1314a3b2609d32b6a5a0d0fb5342494c4ab
"
"reference": "
212d54675bf203ff8aef7d8cee8eecfb72f4a263
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/
50e0e1314a3b2609d32b6a5a0d0fb5342494c4ab
",
"reference": "
50e0e1314a3b2609d32b6a5a0d0fb5342494c4ab
",
"url": "https://api.github.com/repos/symfony/config/zipball/
212d54675bf203ff8aef7d8cee8eecfb72f4a263
",
"reference": "
212d54675bf203ff8aef7d8cee8eecfb72f4a263
",
"shasum": ""
},
"require": {
...
...
@@ -578,7 +573,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v5.2.
3
"
"source": "https://github.com/symfony/config/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -594,20 +589,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1
-2
7T10:15:41
+00:00"
"time": "2021-0
2
-2
3T23:58:19
+00:00"
},
{
"name": "symfony/console",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "
89d4b176d12a2946a1ae4e34906a025b7b6b135a
"
"reference": "
d6d0cc30d8c0fda4e7b213c20509b0159a8f4556
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/
89d4b176d12a2946a1ae4e34906a025b7b6b135a
",
"reference": "
89d4b176d12a2946a1ae4e34906a025b7b6b135a
",
"url": "https://api.github.com/repos/symfony/console/zipball/
d6d0cc30d8c0fda4e7b213c20509b0159a8f4556
",
"reference": "
d6d0cc30d8c0fda4e7b213c20509b0159a8f4556
",
"shasum": ""
},
"require": {
...
...
@@ -675,7 +670,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.2.
3
"
"source": "https://github.com/symfony/console/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -691,20 +686,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1
-2
8T22:06:1
9+00:00"
"time": "2021-0
2
-2
3T10:08:4
9+00:00"
},
{
"name": "symfony/dependency-injection",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "
62f72187be689540385dce6c68a5d4c16f034139
"
"reference": "
f7d89110c55d88620dc811f342f94393b8a045d4
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/
62f72187be689540385dce6c68a5d4c16f034139
",
"reference": "
62f72187be689540385dce6c68a5d4c16f034139
",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/
f7d89110c55d88620dc811f342f94393b8a045d4
",
"reference": "
f7d89110c55d88620dc811f342f94393b8a045d4
",
"shasum": ""
},
"require": {
...
...
@@ -722,7 +717,7 @@
},
"provide": {
"psr/container-implementation": "1.0",
"symfony/service-implementation": "1.0"
"symfony/service-implementation": "1.0
|2.0
"
},
"require-dev": {
"symfony/config": "^5.1",
...
...
@@ -762,7 +757,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.2.
3
"
"source": "https://github.com/symfony/dependency-injection/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -778,7 +773,7 @@
"type": "tidelift"
}
],
"time": "2021-0
1-27T12:56:27
+00:00"
"time": "2021-0
3-04T15:41:09
+00:00"
},
{
"name": "symfony/deprecation-contracts",
...
...
@@ -849,7 +844,7 @@
},
{
"name": "symfony/dotenv",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
...
...
@@ -899,7 +894,7 @@
"environment"
],
"support": {
"source": "https://github.com/symfony/dotenv/tree/v5.2.
3
"
"source": "https://github.com/symfony/dotenv/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -919,16 +914,16 @@
},
{
"name": "symfony/error-handler",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "
48f18b3609e120ea66d59142c23dc53e9562c26d
"
"reference": "
b547d3babcab5c31e01de59ee33e9d9c1421d7d0
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/
48f18b3609e120ea66d59142c23dc53e9562c26d
",
"reference": "
48f18b3609e120ea66d59142c23dc53e9562c26d
",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/
b547d3babcab5c31e01de59ee33e9d9c1421d7d0
",
"reference": "
b547d3babcab5c31e01de59ee33e9d9c1421d7d0
",
"shasum": ""
},
"require": {
...
...
@@ -968,7 +963,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.2.
3
"
"source": "https://github.com/symfony/error-handler/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -984,20 +979,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1-28T22:06:19
+00:00"
"time": "2021-0
2-11T08:21:20
+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "
4f9760f8074978ad82e2ce854dff79a71fe45367
"
"reference": "
d08d6ec121a425897951900ab692b612a61d6240
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
4f9760f8074978ad82e2ce854dff79a71fe45367
",
"reference": "
4f9760f8074978ad82e2ce854dff79a71fe45367
",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
d08d6ec121a425897951900ab692b612a61d6240
",
"reference": "
d08d6ec121a425897951900ab692b612a61d6240
",
"shasum": ""
},
"require": {
...
...
@@ -1053,7 +1048,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.2.
3
"
"source": "https://github.com/symfony/event-dispatcher/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -1069,7 +1064,7 @@
"type": "tidelift"
}
],
"time": "2021-0
1-27T10:36:42
+00:00"
"time": "2021-0
2-18T17:12:37
+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
...
...
@@ -1152,16 +1147,16 @@
},
{
"name": "symfony/filesystem",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "
262d033b57c73e8b59cd6e68a45c528318b1503
8"
"reference": "
710d364200997a5afde34d9fe57bd52f3cc1e10
8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/
262d033b57c73e8b59cd6e68a45c528318b1503
8",
"reference": "
262d033b57c73e8b59cd6e68a45c528318b1503
8",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/
710d364200997a5afde34d9fe57bd52f3cc1e10
8",
"reference": "
710d364200997a5afde34d9fe57bd52f3cc1e10
8",
"shasum": ""
},
"require": {
...
...
@@ -1194,7 +1189,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.2.
3
"
"source": "https://github.com/symfony/filesystem/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -1210,20 +1205,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1-27T10:01:46
+00:00"
"time": "2021-0
2-12T10:38:38
+00:00"
},
{
"name": "symfony/finder",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "
4adc8d172d602008c204c2e16956f99257248e03
"
"reference": "
0d639a0943822626290d169965804f79400e6a04
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/
4adc8d172d602008c204c2e16956f99257248e03
",
"reference": "
4adc8d172d602008c204c2e16956f99257248e03
",
"url": "https://api.github.com/repos/symfony/finder/zipball/
0d639a0943822626290d169965804f79400e6a04
",
"reference": "
0d639a0943822626290d169965804f79400e6a04
",
"shasum": ""
},
"require": {
...
...
@@ -1255,7 +1250,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.2.
3
"
"source": "https://github.com/symfony/finder/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -1271,20 +1266,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1-28T22:06:19
+00:00"
"time": "2021-0
2-15T18:55:04
+00:00"
},
{
"name": "symfony/framework-bundle",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "
ff455b2afd3f98237d4131ffebe190e59cc0f011
"
"reference": "
6158eb79d62946c24d3f6959bf9b2073555e200e
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/
ff455b2afd3f98237d4131ffebe190e59cc0f011
",
"reference": "
ff455b2afd3f98237d4131ffebe190e59cc0f011
",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/
6158eb79d62946c24d3f6959bf9b2073555e200e
",
"reference": "
6158eb79d62946c24d3f6959bf9b2073555e200e
",
"shasum": ""
},
"require": {
...
...
@@ -1354,6 +1349,7 @@
"symfony/process": "^4.4|^5.0",
"symfony/property-info": "^4.4|^5.0",
"symfony/security-bundle": "^5.1",
"symfony/security-core": "^4.4|^5.2",
"symfony/security-csrf": "^4.4|^5.0",
"symfony/security-http": "^4.4|^5.0",
"symfony/serializer": "^5.2",
...
...
@@ -1403,7 +1399,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/framework-bundle/tree/v5.2.
3
"
"source": "https://github.com/symfony/framework-bundle/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -1419,7 +1415,7 @@
"type": "tidelift"
}
],
"time": "2021-0
1
-2
7
T1
1:19:04
+00:00"
"time": "2021-0
2
-2
3
T1
5:58:22
+00:00"
},
{
"name": "symfony/http-client-contracts",
...
...
@@ -1502,16 +1498,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "
20c554c0f03f7cde5ce230ed248470cccbc34c36
"
"reference": "
54499baea7f7418bce7b5ec92770fd0799e8e9bf
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
20c554c0f03f7cde5ce230ed248470cccbc34c36
",
"reference": "
20c554c0f03f7cde5ce230ed248470cccbc34c36
",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
54499baea7f7418bce7b5ec92770fd0799e8e9bf
",
"reference": "
54499baea7f7418bce7b5ec92770fd0799e8e9bf
",
"shasum": ""
},
"require": {
...
...
@@ -1555,7 +1551,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.2.
3
"
"source": "https://github.com/symfony/http-foundation/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -1571,20 +1567,20 @@
"type": "tidelift"
}
],
"time": "2021-02-
03T04:42:09
+00:00"
"time": "2021-02-
25T17:16:57
+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "
89bac04f29e7b0b52f9fa6a4288ca7a8f90a1a05
"
"reference": "
c452dbe4f385f030c3957821bf921b13815d6140
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
89bac04f29e7b0b52f9fa6a4288ca7a8f90a1a05
",
"reference": "
89bac04f29e7b0b52f9fa6a4288ca7a8f90a1a05
",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
c452dbe4f385f030c3957821bf921b13815d6140
",
"reference": "
c452dbe4f385f030c3957821bf921b13815d6140
",
"shasum": ""
},
"require": {
...
...
@@ -1619,7 +1615,7 @@
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "
~1
.0",
"psr/cache": "
^1.0|^2.0|^3
.0",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/config": "^5.0",
"symfony/console": "^4.4|^5.0",
...
...
@@ -1667,7 +1663,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.2.
3
"
"source": "https://github.com/symfony/http-kernel/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -1683,7 +1679,7 @@
"type": "tidelift"
}
],
"time": "2021-0
2-03T04:51
:5
8
+00:00"
"time": "2021-0
3-04T18:05
:5
5
+00:00"
},
{
"name": "symfony/polyfill-ctype",
...
...
@@ -2173,16 +2169,16 @@
},
{
"name": "symfony/routing",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "
348b5917e56546c6d96adbf21d7f92c9ef563
66
1
"
"reference": "
cafa138128dfd6ab6be1abf6279169957b34f
66
2
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/
348b5917e56546c6d96adbf21d7f92c9ef563
66
1
",
"reference": "
348b5917e56546c6d96adbf21d7f92c9ef563
66
1
",
"url": "https://api.github.com/repos/symfony/routing/zipball/
cafa138128dfd6ab6be1abf6279169957b34f
66
2
",
"reference": "
cafa138128dfd6ab6be1abf6279169957b34f
66
2
",
"shasum": ""
},
"require": {
...
...
@@ -2243,7 +2239,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v5.2.
3
"
"source": "https://github.com/symfony/routing/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -2259,7 +2255,7 @@
"type": "tidelift"
}
],
"time": "2021-0
1
-2
7
T1
0:15:41
+00:00"
"time": "2021-0
2
-2
2
T1
5:48:39
+00:00"
},
{
"name": "symfony/service-contracts",
...
...
@@ -2342,16 +2338,16 @@
},
{
"name": "symfony/string",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "
c95468897f408dd0aca2ff582074423dd0455122
"
"reference": "
4e78d7d47061fa183639927ec40d607973699609
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/
c95468897f408dd0aca2ff582074423dd0455122
",
"reference": "
c95468897f408dd0aca2ff582074423dd0455122
",
"url": "https://api.github.com/repos/symfony/string/zipball/
4e78d7d47061fa183639927ec40d607973699609
",
"reference": "
4e78d7d47061fa183639927ec40d607973699609
",
"shasum": ""
},
"require": {
...
...
@@ -2405,7 +2401,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.2.
3
"
"source": "https://github.com/symfony/string/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -2421,20 +2417,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1-25T15:14:59
+00:00"
"time": "2021-0
2-16T10:20:28
+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "
72ca213014a92223a5d18651ce79ef441c12b694
"
"reference": "
6a81fec0628c468cf6d5c87a4d003725e040e223
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
72ca213014a92223a5d18651ce79ef441c12b694
",
"reference": "
72ca213014a92223a5d18651ce79ef441c12b694
",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
6a81fec0628c468cf6d5c87a4d003725e040e223
",
"reference": "
6a81fec0628c468cf6d5c87a4d003725e040e223
",
"shasum": ""
},
"require": {
...
...
@@ -2493,7 +2489,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.2.
3
"
"source": "https://github.com/symfony/var-dumper/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -2509,11 +2505,11 @@
"type": "tidelift"
}
],
"time": "2021-0
1-27T10:15:41
+00:00"
"time": "2021-0
2-18T23:11:19
+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
...
...
@@ -2566,7 +2562,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.2.
3
"
"source": "https://github.com/symfony/var-exporter/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -2586,16 +2582,16 @@
},
{
"name": "symfony/yaml",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "
338cddc6d74929f6adf19ca5682ac4b8e109cdb0
"
"reference": "
7d6ae0cce3c33965af681a4355f1c4de326ed277
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/
338cddc6d74929f6adf19ca5682ac4b8e109cdb0
",
"reference": "
338cddc6d74929f6adf19ca5682ac4b8e109cdb0
",
"url": "https://api.github.com/repos/symfony/yaml/zipball/
7d6ae0cce3c33965af681a4355f1c4de326ed277
",
"reference": "
7d6ae0cce3c33965af681a4355f1c4de326ed277
",
"shasum": ""
},
"require": {
...
...
@@ -2641,7 +2637,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v5.2.
3
"
"source": "https://github.com/symfony/yaml/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -2657,7 +2653,7 @@
"type": "tidelift"
}
],
"time": "2021-02-
03T04:42:0
9+00:00"
"time": "2021-02-
22T15:48:3
9+00:00"
},
{
"name": "zordius/lightncandy",
...
...
@@ -5075,7 +5071,7 @@
},
{
"name": "symfony/options-resolver",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
...
...
@@ -5124,7 +5120,7 @@
"options"
],
"support": {
"source": "https://github.com/symfony/options-resolver/tree/v5.2.
3
"
"source": "https://github.com/symfony/options-resolver/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -5288,7 +5284,7 @@
},
{
"name": "symfony/process",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
...
...
@@ -5330,7 +5326,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.2.
3
"
"source": "https://github.com/symfony/process/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -5350,7 +5346,7 @@
},
{
"name": "symfony/stopwatch",
"version": "v5.2.
3
",
"version": "v5.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
...
...
@@ -5392,7 +5388,7 @@
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/stopwatch/tree/v5.2.
3
"
"source": "https://github.com/symfony/stopwatch/tree/v5.2.
4
"
},
"funding": [
{
...
...
@@ -5520,7 +5516,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=7.
4
",
"php": ">=7.
2
",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment