Skip to content

Commit 856e5ba

Browse files
authored
Support for Laravel 10
1 parent e8207f5 commit 856e5ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"type": "library",
1212
"require": {
1313
"php": "^7.1|^8.0",
14-
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
15-
"illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
14+
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
15+
"illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^9.5"
18+
"phpunit/phpunit": "^9.5|^10.0"
1919
},
2020
"license": "MIT",
2121
"authors": [
2222
{
2323
"name": "getsolaris",
24-
"email": "im@getsolaris.kr"
24+
"email": "getsolaris.kr@gmail.com"
2525
}
2626
],
2727
"extra": {

0 commit comments

Comments
 (0)