Skip to content

Commit c0ba374

Browse files
authored
Merge pull request #100 from benholmen/laravel-10
Add support for Laravel 10
2 parents 657730f + 9ff3960 commit c0ba374

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
],
2121
"require": {
2222
"php": "^7.2|^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",
25-
"graham-campbell/manager": "^4.0",
26-
"vimeo/vimeo-api": "^3.0.3|^3.0"
23+
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
24+
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
25+
"graham-campbell/manager": "^5.0",
26+
"vimeo/vimeo-api": "^3.0"
2727
},
2828
"require-dev": {
29-
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0",
30-
"graham-campbell/analyzer": "^2.0",
29+
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
30+
"graham-campbell/analyzer": "^2.0|^3.1",
3131
"graham-campbell/testbench": "^5.2",
3232
"mockery/mockery": "^1.0",
3333
"phpunit/phpunit": "^7.0|^9.5.10",
34-
"psalm/plugin-laravel": "^1.4.0|^1.1",
34+
"psalm/plugin-laravel": "^1.4.0|^1.1|^2.7",
3535
"laravel/lumen-framework": "^5.7",
36-
"vimeo/psalm": "^3.17|^4.19"
36+
"vimeo/psalm": "^3.17|^4.19|^5.6"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)