Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Bump symfony version
  • Loading branch information
CvekCoding authored Jan 23, 2024
1 parent 27efaea commit 4de5f23
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 @@ -11,10 +11,10 @@
],
"require": {
"php": "^7.4 || ^8",
"symfony/config": "^4.0 || ^5.0",
"symfony/dependency-injection": "^4.0 || ^5.0",
"symfony/http-kernel": "^4.0 || ^5.1",
"symfony/workflow": "^4.0 || ^5.0"
"symfony/config": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/http-kernel": "^4.0 || ^5.1 || ^6.0 || ^7.0",
"symfony/workflow": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4de5f23

Please sign in to comment.