We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957b03e commit b383debCopy full SHA for b383deb
composer.json
@@ -17,14 +17,14 @@
17
],
18
"require": {
19
"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.*"
+ "illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
+ "illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
+ "illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
+ "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "^7.0",
27
- "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0"
+ "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0"
28
29
"autoload": {
30
"psr-4": {
0 commit comments