Skip to content

Commit

Permalink
Allow Symfony 7 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Feb 1, 2024
1 parent 0350b83 commit 918f953
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 @@ -15,15 +15,15 @@
"nyholm/psr7": "^1.8",
"oskarstark/trimmed-non-empty-string": "^1.0",
"php-http/message-factory": "^1.1",
"symfony/http-client": "^6.0",
"symfony/http-foundation": "^5.4||^6.0",
"symfony/http-client": "^6.0||^7.0",
"symfony/http-foundation": "^5.4||^6.0||^7.0",
"thecodingmachine/safe": "^2.0",
"webmozart/assert": "^1.9"
},
"require-dev": {
"ergebnis/test-util": "^1.4",
"phpunit/phpunit": "^9.0",
"symfony/string": "^5.1 || ^6.0"
"symfony/string": "^5.1 || ^6.0 || ^7.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 918f953

Please sign in to comment.