Skip to content

Commit

Permalink
restored support for older dependency versions (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
osteel authored Jun 21, 2023
1 parent 7716190 commit 09eca4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"php": "^8.0",
"ext-json": "*",
"league/openapi-psr7-validator": "^0.21",
"nyholm/psr7": "^1.0",
"psr/cache": "^3.0",
"nyholm/psr7": "^1.3.1",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/http-message": "^1.0",
"psr/simple-cache": "^3.0",
"symfony/cache": "^6.0",
"symfony/http-foundation": "^4.0 || ^5.0 || ^6.0",
"symfony/psr-http-message-bridge": "^2.0"
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^5.0.9 || ^6.0",
"symfony/http-foundation": "^5.0.9 || ^6.0",
"symfony/psr-http-message-bridge": "^2.0.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.17",
Expand Down

0 comments on commit 09eca4e

Please sign in to comment.