Skip to content

Commit

Permalink
feat: upgraded dependencies to allow compatibility with laravel 10.x (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathanmdell authored Feb 21, 2023
1 parent 6fdc6df commit ea1b613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"php": "^7.4|^8.0",
"ext-json": "*",
"cebe/php-openapi": "^1.5",
"laravel/framework": "^8.40.0|^9.0.0",
"laravel/framework": "^8.40.0|^9.0.0|^10.0.0",
"opis/json-schema": "^2.0"
},
"require-dev": {
"nunomaduro/collision": "^5.1|^6.0",
"orchestra/testbench": "^6.0|^7.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit ea1b613

Please sign in to comment.