Skip to content

Commit

Permalink
Symfony 6 compatibility in composer.json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
spackmat authored Dec 19, 2021
1 parent 6ed2d97 commit b72731f
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 @@ -22,10 +22,10 @@
],
"require": {
"php": "^7.1 || ^8.0",
"pugx/shortid-doctrine": "^0.7",
"symfony/config": "^3.4 || ^4.4 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.0"
"pugx/shortid-doctrine": "^1.0",
"symfony/config": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
Expand Down

0 comments on commit b72731f

Please sign in to comment.