Commit 3004eca0 authored by Hendrik Heneke's avatar Hendrik Heneke
Browse files

Downgraded PHP version requirement.

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