Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit e8e6516

Browse files
committed
add Laravel 7 compatibility
1 parent ef1b302 commit e8e6516

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.2",
15-
"illuminate/container": "^6.0",
16-
"illuminate/database": "^6.0"
14+
"php": "^7.2.5",
15+
"illuminate/container": "^6.0|^7.0",
16+
"illuminate/database": "^6.0|^7.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)