Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit 3963ba9

Browse files
authored
Laravel 7 support
1 parent 76f3206 commit 3963ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"illuminate/support": "5.*",
21-
"php": "~5.6|~7.0",
20+
"illuminate/support": "5.0 - 5.8 | ^6.0 | ^7.0",
21+
"php": "^7.1",
2222
"graphaware/neo4j-php-client": "^4.8"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)