Skip to content

Commit 84ee354

Browse files
committed
Update dependencies
1 parent 95ac6a1 commit 84ee354

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
@@ -15,13 +15,13 @@
1515
"require": {
1616
"php": ">=7.2",
1717
"hashids/hashids": "~2.0|~3.0",
18-
"illuminate/config": "6.*|7.*",
19-
"illuminate/database": "6.*|7.*",
20-
"illuminate/support": "6.*|7.*",
18+
"illuminate/config": "6.*|7.*|8.*",
19+
"illuminate/database": "6.*|7.*|8.*",
20+
"illuminate/support": "6.*|7.*|8.*",
2121
"jenssegers/optimus": "^0.2.3"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "4.*|5.*",
24+
"orchestra/testbench": "4.*|5.*|6.*",
2525
"phpunit/phpunit": "^8.0|^9.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)