diff --git a/composer.json b/composer.json index 1a5ad8ea..a835a8bd 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "prooph/service-bus-symfony-bundle": "^0.7.0", "roave/security-advisories": "dev-master", "sensio/framework-extra-bundle": "^5.4", - "symfony/asset": "^4.2", + "symfony/asset": "^5.2", "symfony/console": "^4.2", "symfony/dotenv": "^4.2", "symfony/expression-language": "^4.2", diff --git a/composer.lock b/composer.lock index 6f10960a..7bc578ae 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "1fd814f081b2a0c120b8ac6e0f732cc5", + "content-hash": "a5b42c885eca04e96fe4f08718f517dd", "packages": [ { "name": "abraham/twitteroauth", @@ -1310,6 +1310,7 @@ "keywords": [ "reflection" ], + "abandoned": "roave/better-reflection", "time": "2018-06-14T14:45:07+00:00" }, { @@ -4455,34 +4456,30 @@ }, { "name": "symfony/asset", - "version": "v4.4.2", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "7ec5fc653dab63d7519a6f411982ee224a696d66" + "reference": "d254631bc20fb82a5827602dc2fa84a3118ec3f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/7ec5fc653dab63d7519a6f411982ee224a696d66", - "reference": "7ec5fc653dab63d7519a6f411982ee224a696d66", + "url": "https://api.github.com/repos/symfony/asset/zipball/d254631bc20fb82a5827602dc2fa84a3118ec3f5", + "reference": "d254631bc20fb82a5827602dc2fa84a3118ec3f5", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": ">=7.2.5" }, "require-dev": { - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "symfony/http-client": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0" }, "suggest": { "symfony/http-foundation": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Asset\\": "" @@ -4507,7 +4504,21 @@ ], "description": "Symfony Asset Component", "homepage": "https://symfony.com", - "time": "2019-10-12T00:35:04+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-12-14T07:03:02+00:00" }, { "name": "symfony/cache", @@ -8295,6 +8306,7 @@ "i18n", "text" ], + "abandoned": true, "time": "2018-12-05T18:34:18+00:00" }, { @@ -8727,6 +8739,7 @@ "faker", "fixtures" ], + "abandoned": true, "time": "2019-12-12T13:22:17+00:00" }, { @@ -9293,6 +9306,20 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpstan", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" + } + ], "time": "2020-04-19T20:35:10+00:00" }, { @@ -9545,6 +9572,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2019-09-17T06:23:10+00:00" }, { @@ -10912,5 +10940,6 @@ "ext-json": "*", "ext-pdo": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }