Skip to content

Commit

Permalink
Bump the minimum version of Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Sep 5, 2021
1 parent 7b61c88 commit fe24c53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"zalas/injector": "^2.0"
},
"require-dev": {
"symfony/config": "^4.4.12 || ^5.2",
"symfony/dependency-injection": "^4.4.12 || ^5.2",
"symfony/http-kernel": "^4.4.12 || ^5.2",
"symfony/config": "^4.4.12 || ^5.3",
"symfony/dependency-injection": "^4.4.12 || ^5.3",
"symfony/http-kernel": "^4.4.12 || ^5.3",
"zalas/phpunit-globals": "^2.0",
"symfony/framework-bundle": "^4.4.12 || ^5.2",
"symfony/framework-bundle": "^4.4.12 || ^5.3",
"zalas/phpunit-doubles": "^1.5",
"phpspec/prophecy": "^1.9",
"phpspec/prophecy-phpunit": "^2.0"
Expand Down

0 comments on commit fe24c53

Please sign in to comment.