Skip to content

Commit 1572bd9

Browse files
authored
Merge pull request #109 from laravel-shift/l13-compatibility
Laravel 13.x Compatibility
2 parents a534e3f + edf3484 commit 1572bd9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
],
2121
"require": {
2222
"php": "^7.2|^8.0",
23-
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
24-
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
23+
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
24+
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
2525
"graham-campbell/manager": "^5.0",
2626
"vimeo/vimeo-api": "^3.0"
2727
},
2828
"require-dev": {
29-
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
29+
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
3030
"graham-campbell/analyzer": "^2.0|^3.1|^4.1|^5.0",
3131
"graham-campbell/testbench": "^5.2|^6.1",
3232
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)