Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit 5361934

Browse files
authored
Merge pull request #17 from Teakowa/add-support-for-laravel-7
Add support for Laravel 7 & require PHP 7.0
2 parents 3a08bd1 + 69d30f5 commit 5361934

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"laravel/framework": "^5.0|^6.0"
13+
"php": ">=7.0",
14+
"laravel/framework": "^5.0|^6.0|^7.0"
1415
},
1516
"autoload": {
1617
"psr-4": {

0 commit comments

Comments
 (0)