Skip to content

Commit

Permalink
Merge pull request #189 from stephanvierkant/symfony
Browse files Browse the repository at this point in the history
Allow only supported Symfony versions
  • Loading branch information
OwlyCode authored Dec 15, 2021
2 parents a5ed648 + b542266 commit 2ed50a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"require": {
"php": "^7.2 || ^8.0",
"symfony/console": "^3.4 || ^4.3 || ^5.0",
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
"symfony/filesystem": "^3.4 || ^4.3 || ^5.0"
"symfony/console": "^4.4 || ^5.3 || ^6.0",
"symfony/finder": "^4.4 || ^5.3 || ^6.0",
"symfony/filesystem": "^4.4 || ^5.3 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0"
Expand Down

0 comments on commit 2ed50a6

Please sign in to comment.