Skip to content

Commit

Permalink
add Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Apr 25, 2023
1 parent 189a2bf commit bf971da
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 @@ -23,7 +23,7 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"illuminate/support": "^9.0",
"illuminate/support": "^9.0 || ^10.0",
"sammyjo20/saloon": "^1.5.2",
"sammyjo20/saloon-laravel": "^1.5.0",
"spatie/laravel-data": "^3.1",
Expand All @@ -32,7 +32,7 @@
"require-dev": {
"astrotomic/phpunit-assertions": "^0.10.0",
"laravel/pint": "^1.2",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.0 || ^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.2",
"symfony/console": "^6.1"
Expand Down

0 comments on commit bf971da

Please sign in to comment.