Skip to content

Commit 372a833

Browse files
authored
Merge pull request #12 from theplanworks/laravel10
adding laravel 10 support
2 parents db84e22 + 683e3e5 commit 372a833

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.0",
20-
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
21-
"illuminate/encryption": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
19+
"php": ">=8.0",
20+
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
21+
"illuminate/encryption": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^8.0 || ^9.0"
24+
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -38,8 +38,7 @@
3838
"dev-master": "1.0.x-dev"
3939
},
4040
"laravel": {
41-
"providers": [
42-
]
41+
"providers": []
4342
}
4443
}
4544
}

0 commit comments

Comments
 (0)