Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 897b6ce

Browse files
authored
Merge pull request #19 from ABartelt/master
Compability for PHP verision ^8.0 installations
2 parents fb2359c + 196e941 commit 897b6ce

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
@@ -14,9 +14,9 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2.5",
18-
"illuminate/database": "^6.0|^7.0|^8.0",
19-
"illuminate/support": "^6.0|^7.0|^8.0"
17+
"php": "^7.2.5 || ^8.0",
18+
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
19+
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)