Skip to content

Commit

Permalink
Bump dependencies for Laravel 10
Browse files Browse the repository at this point in the history
Co-authored-by: Shift <[email protected]>
  • Loading branch information
benholmen and laravel-shift committed Mar 2, 2023
1 parent 657730f commit 9ff3960
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
],
"require": {
"php": "^7.2|^8.0",
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0",
"graham-campbell/manager": "^4.0",
"vimeo/vimeo-api": "^3.0.3|^3.0"
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"graham-campbell/manager": "^5.0",
"vimeo/vimeo-api": "^3.0"
},
"require-dev": {
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0",
"graham-campbell/analyzer": "^2.0",
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"graham-campbell/analyzer": "^2.0|^3.1",
"graham-campbell/testbench": "^5.2",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^9.5.10",
"psalm/plugin-laravel": "^1.4.0|^1.1",
"psalm/plugin-laravel": "^1.4.0|^1.1|^2.7",
"laravel/lumen-framework": "^5.7",
"vimeo/psalm": "^3.17|^4.19"
"vimeo/psalm": "^3.17|^4.19|^5.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9ff3960

Please sign in to comment.