Skip to content

Commit 6801526

Browse files
authored
Merge pull request #11 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 1a70456 + 1b439d5 commit 6801526

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

composer.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"email": "[email protected]"
1616
},
1717
{
18-
"name": "Scott Robinson",
19-
"email": "[email protected]",
20-
"homepage": "http://dor.ky"
18+
"name": "Scott Robinson",
19+
"email": "[email protected]",
20+
"homepage": "http://dor.ky"
2121
}
2222
],
23-
"autoload":{
24-
"psr-4":{
25-
"LVR\\Phone\\":"src/"
23+
"autoload": {
24+
"psr-4": {
25+
"LVR\\Phone\\": "src/"
2626
}
2727
},
2828
"autoload-dev": {
@@ -32,14 +32,13 @@
3232
},
3333
"minimum-stability": "stable",
3434
"require": {
35-
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
36-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
35+
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
36+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
3737
"php": "^7.0|^8.0"
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": "^6.3|^9.0",
41-
"orchestra/testbench": "^3.5|^5.0|^7.0"
40+
"phpunit/phpunit": "^6.3|^9.0|^10.5",
41+
"orchestra/testbench": "^3.5|^5.0|^7.0|^9.0"
4242
},
43-
"suggest": {
44-
}
43+
"suggest": []
4544
}

0 commit comments

Comments
 (0)