Skip to content

Commit

Permalink
Merge branch 'symfony-4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Faugeron committed Nov 18, 2024
2 parents ee28c95 + 5be363a commit 60c4e4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"psr-4": { "Tests\\": "tests" }
},
"require": {
"php": "^5.5.9|^7.0",
"symfony/console": "^3.0",
"symfony/finder": "^3.0",
"symfony/framework-bundle": "^3.0",
"symfony/yaml": "^3.0",
"php": "^7.1.3|^8.0",
"symfony/console": "^4.0",
"symfony/finder": "^4.0",
"symfony/framework-bundle": "^4.0",
"symfony/yaml": "^4.0",
"incenteev/composer-parameter-handler": "^2.1"
},
"scripts": {
Expand Down

0 comments on commit 60c4e4f

Please sign in to comment.