Skip to content

Commit

Permalink
Merge pull request #89 from benholmen/bmh/laravel-9
Browse files Browse the repository at this point in the history
Add support for Laravel 9
  • Loading branch information
sergiosalvatore committed Feb 18, 2022
2 parents cb1663f + 625d608 commit 657730f
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "vimeo/laravel",
"description": "A Vimeo bridge for Laravel",
"license": "Apache-2.0",
"keywords": ["laravel", "vimeo", "video"],
"keywords": [
"laravel",
"vimeo",
"video"
],
"authors": [
{
"name": "Jon Ursenbach",
Expand All @@ -16,20 +20,20 @@
],
"require": {
"php": "^7.2|^8.0",
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^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"
"vimeo/vimeo-api": "^3.0.3|^3.0"
},
"require-dev": {
"laravel/framework": "^5.8|^6.0|^7.0|^8.0",
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0",
"graham-campbell/analyzer": "^2.0",
"graham-campbell/testbench": "^5.2",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0",
"psalm/plugin-laravel": "^1.4.0",
"phpunit/phpunit": "^7.0|^9.5.10",
"psalm/plugin-laravel": "^1.4.0|^1.1",
"laravel/lumen-framework": "^5.7",
"vimeo/psalm": "^3.17"
"vimeo/psalm": "^3.17|^4.19"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 657730f

Please sign in to comment.