Skip to content

Commit

Permalink
Merge pull request #1601 from GrahamCampbell/newer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Jul 27, 2023
2 parents 396f438 + 4e14ea5 commit 5a7e47c
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 @@ -27,10 +27,10 @@
"hollodotme/fast-cgi-client": "^3.0.1",
"nyholm/psr7": "^1.4.1",
"psr/container": "^1.0|^2.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0|^2.0",
"psr/http-server-handler": "^1.0",
"riverline/multipart-parser": "^2.0.6",
"symfony/process": "^4.4|^5.0|^6.0"
"symfony/process": "^4.4|^5.0|^6.0|^7.0"
},
"require-dev": {
"async-aws/core": "^1.0",
Expand All @@ -42,7 +42,7 @@
"guzzlehttp/guzzle": "^7.5",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.0",
"symfony/console": "^4.4|^5.0|^6.0"
"symfony/console": "^4.4|^5.0|^6.0|^7.0"
},
"scripts": {
"test": [
Expand Down

0 comments on commit 5a7e47c

Please sign in to comment.