Skip to content

Commit

Permalink
Merge pull request #106 from benholmen/laravel-11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
aaronm67 committed Mar 12, 2024
2 parents c0ba374 + 081674a commit e0dbcd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
],
"require": {
"php": "^7.2|^8.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",
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.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|^10.0",
"graham-campbell/analyzer": "^2.0|^3.1",
"graham-campbell/testbench": "^5.2",
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"graham-campbell/analyzer": "^2.0|^3.1|^4.1",
"graham-campbell/testbench": "^5.2|^6.1",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^9.5.10",
"phpunit/phpunit": "^7.0|^9.5.10|^10.5|^11.0",
"psalm/plugin-laravel": "^1.4.0|^1.1|^2.7",
"laravel/lumen-framework": "^5.7",
"vimeo/psalm": "^3.17|^4.19|^5.6"
Expand Down

0 comments on commit e0dbcd0

Please sign in to comment.