Skip to content

Commit

Permalink
Bump dependencies for Laravel 10 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Feb 1, 2023
1 parent 3be8a8d commit da4a836
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/queue": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/queue": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "^7.0",
"laravel/helpers": "^1.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0",
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.2",
"pestphp/pest": "^1.22"
},
Expand Down

0 comments on commit da4a836

Please sign in to comment.