Skip to content

Commit

Permalink
Allow symfony/* ^7.0 version (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: Kennard Vermeiren <kennaar@inuits.eu>
  • Loading branch information
kennaar and Kennard Vermeiren committed Apr 21, 2024
1 parent 1255eb4 commit d0b983e
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 @@ -10,11 +10,11 @@
}
},
"require": {
"php": ">=7.0",
"php": "^7.0 || ^8.0",
"composer-plugin-api": "^1.0 || ^2.0",
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/filesystem": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/filesystem": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"composer/composer": "^2.4.2",
Expand Down

0 comments on commit d0b983e

Please sign in to comment.