Skip to content

Commit

Permalink
Bump dependencies for Laravel 10 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Feb 25, 2023
1 parent 9213622 commit ce27e89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"require": {
"php": ">=8.0",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"spatie/laravel-fractal": "^6.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"spatie/laravel-fractal": "^6.0|dev-main",
"laravel/legacy-factories": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.0|^8.0",
"mockery/mockery": "^1.0.0"
},
"license": "MIT",
Expand Down

0 comments on commit ce27e89

Please sign in to comment.