Skip to content

Commit b383deb

Browse files
authored
Update composer.json
1 parent 957b03e commit b383deb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*",
21-
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
22-
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*",
23-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
20+
"illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
21+
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
22+
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
23+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^7.0",
27-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0"
27+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)