Skip to content

Commit

Permalink
Allow Symfony 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaliskan authored Dec 16, 2023
1 parent 5127793 commit 206fbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.4|^8.0",
"symfony/process": "^4.4|^5.3|^6.0"
"symfony/process": "^4.4|^5.3|^6.0|^7.0"
},
"require-dev": {
"pestphp/pest": "^1.22",
"spatie/pest-plugin-snapshots": "^1.1",
"symfony/var-dumper": "^5.3|6.0"
"symfony/var-dumper": "^5.3|6.0|^7.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 206fbd2

Please sign in to comment.