Skip to content

Commit f25f743

Browse files
author
Giacomo Fabbian
authored
Merge pull request #22 from offline-agency/feat-compatibility-l7
Update composer.json
2 parents f00246f + 53ba1dd commit f25f743

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require": {
1919
"php": ">=7.1",
2020
"ext-json": "*",
21-
"illuminate/support": "^5.8|^6.0",
22-
"illuminate/container": "^5.8|^6.0",
23-
"illuminate/database": "^5.8|^6.0",
24-
"illuminate/events": "^5.8|^6.0"
21+
"illuminate/support": "^5.8|^6.0|^7.0",
22+
"illuminate/container": "^5.8|^6.0|^7.0",
23+
"illuminate/database": "^5.8|^6.0|^7.0",
24+
"illuminate/events": "^5.8|^6.0|^7.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)