Skip to content
Snippets Groups Projects
Commit d817cd41 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update to Symfony 5

parent 90b4b5ef
No related branches found
No related tags found
1 merge request!22Update to Symfony 5
Pipeline #105671 passed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"matchPackagePrefixes": [ "matchPackagePrefixes": [
"symfony/" "symfony/"
], ],
"allowedVersions": "<5" "allowedVersions": "<6"
} }
] ]
} }
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"require": { "require": {
"php": "^7.3", "php": "^7.3",
"api-platform/core": "^2.5", "api-platform/core": "^2.5",
"symfony/framework-bundle": "^4.1.12", "symfony/framework-bundle": "^5.2",
"dbp/api-core-bundle": "dev-main", "dbp/api-core-bundle": "dev-main",
"ext-json": "*" "ext-json": "*"
}, },
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
"friendsofphp/php-cs-fixer": "^2.16", "friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12.33", "phpstan/phpstan": "^0.12.33",
"phpstan/phpstan-phpunit": "^0.12.13", "phpstan/phpstan-phpunit": "^0.12.13",
"symfony/browser-kit": "^4.4", "symfony/browser-kit": "^5.2",
"symfony/http-client": "^4.4", "symfony/http-client": "^5.2",
"symfony/phpunit-bridge": "^4.4", "symfony/phpunit-bridge": "^5.2",
"vimeo/psalm": "^4.2.1" "vimeo/psalm": "^4.2.1"
}, },
"repositories": [ "repositories": [
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment