Skip to content

Commit

Permalink
Merge pull request #26 from marcreichel/patch-1
Browse files Browse the repository at this point in the history
Add support for Symfony 7
  • Loading branch information
chriskapp authored Feb 25, 2024
2 parents 50e0966 + 2638a04 commit 698c3fc
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 @@ -21,8 +21,8 @@
"psx/record": "^3.0",
"psx/uri": "^3.0",
"psx/validate": "^2.0",
"symfony/console": "^4.0|^5.0|^6.0",
"symfony/cache": "^4.0|^5.0|^6.0",
"symfony/console": "^4.0|^5.0|^6.0|^7.0",
"symfony/cache": "^4.0|^5.0|^6.0|^7.0",
"phpdocumentor/type-resolver": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 698c3fc

Please sign in to comment.