Skip to content

Commit

Permalink
Get rid of PHP 8.2 deprecation warnings due to outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Jun 20, 2023
1 parent 0cca998 commit b0a6059
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Expand Up @@ -36,17 +36,18 @@
"ratchet/rfc6455": "^0.3.1",
"react/socket": "^1.13.0",
"react/event-loop": "^1.4.0",
"guzzlehttp/psr7": "^1.7|^2.0",
"symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0",
"symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0"
"guzzlehttp/psr7": "^2.5.0",
"psr/http-message": "^2.0",
"symfony/http-foundation": "^5.4.24 || ^6.0",
"symfony/routing": "^5.4.22 || ^6.0"
},
"config": {
"platform": {
"php": "8.0.0"
}
},
"require-dev": {
"phpunit/phpunit": "^9.6"
"phpunit/phpunit": "^9.6.9"
},
"scripts": {
"test": "phpunit"
Expand Down

0 comments on commit b0a6059

Please sign in to comment.