Skip to content

Commit 657730f

Browse files
Merge pull request #89 from benholmen/bmh/laravel-9
Add support for Laravel 9
2 parents cb1663f + 625d608 commit 657730f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

composer.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "vimeo/laravel",
33
"description": "A Vimeo bridge for Laravel",
44
"license": "Apache-2.0",
5-
"keywords": ["laravel", "vimeo", "video"],
5+
"keywords": [
6+
"laravel",
7+
"vimeo",
8+
"video"
9+
],
610
"authors": [
711
{
812
"name": "Jon Ursenbach",
@@ -16,20 +20,20 @@
1620
],
1721
"require": {
1822
"php": "^7.2|^8.0",
19-
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
20-
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
23+
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0|^9.0",
24+
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0",
2125
"graham-campbell/manager": "^4.0",
22-
"vimeo/vimeo-api": "^3.0.3"
26+
"vimeo/vimeo-api": "^3.0.3|^3.0"
2327
},
2428
"require-dev": {
25-
"laravel/framework": "^5.8|^6.0|^7.0|^8.0",
29+
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0",
2630
"graham-campbell/analyzer": "^2.0",
2731
"graham-campbell/testbench": "^5.2",
2832
"mockery/mockery": "^1.0",
29-
"phpunit/phpunit": "^7.0",
30-
"psalm/plugin-laravel": "^1.4.0",
33+
"phpunit/phpunit": "^7.0|^9.5.10",
34+
"psalm/plugin-laravel": "^1.4.0|^1.1",
3135
"laravel/lumen-framework": "^5.7",
32-
"vimeo/psalm": "^3.17"
36+
"vimeo/psalm": "^3.17|^4.19"
3337
},
3438
"autoload": {
3539
"psr-4": {

0 commit comments

Comments
 (0)