Skip to content

Commit

Permalink
remove 4.0 and allow 7.0 also for symfony yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 25, 2024
1 parent 698c3fc commit 175a93e
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 @@ -21,13 +21,13 @@
"psx/record": "^3.0",
"psx/uri": "^3.0",
"psx/validate": "^2.0",
"symfony/console": "^4.0|^5.0|^6.0|^7.0",
"symfony/cache": "^4.0|^5.0|^6.0|^7.0",
"symfony/console": "^5.0|^6.0|^7.0",
"symfony/cache": "^5.0|^6.0|^7.0",
"phpdocumentor/type-resolver": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"symfony/yaml": "^4.0|^5.0|^6.0",
"symfony/yaml": "^5.0|^6.0|^7.0",
"vimeo/psalm": "^4.0"
},
"bin": ["bin/schema"],
Expand Down

0 comments on commit 175a93e

Please sign in to comment.