Skip to content

Commit

Permalink
Merge pull request #93 from thecaliskan/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 7.x
  • Loading branch information
freekmurze authored Dec 18, 2023
2 parents 5127793 + 206fbd2 commit 46af35b
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 46af35b

Please sign in to comment.