Skip to content

Commit 0a1a5e2

Browse files
authored
Update dependencies for Laravel 8 support (#20)
1 parent be8e8f9 commit 0a1a5e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"minimum-stability": "stable",
1313
"require": {
1414
"php": ">=7.2.5",
15-
"illuminate/cache": "^7",
16-
"illuminate/config": "^7",
17-
"illuminate/console": "^7",
18-
"illuminate/database": "^7",
19-
"illuminate/support": "^7",
15+
"illuminate/cache": "^7|^8",
16+
"illuminate/config": "^7|^8",
17+
"illuminate/console": "^7|^8",
18+
"illuminate/database": "^7|^8",
19+
"illuminate/support": "^7|^8",
2020
"opensoft/rollout": "2.2.*"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^2.1",
24-
"illuminate/container": "^7",
24+
"illuminate/container": "^7|^8",
2525
"mockery/mockery": "^1.2",
2626
"orchestra/testbench": "^5.0",
2727
"php-coveralls/php-coveralls": "^2.1",

0 commit comments

Comments
 (0)