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 1ae427e commit 0440cdbCopy full SHA for 0440cdb
composer.json
@@ -17,13 +17,13 @@
17
],
18
"require": {
19
"php": "^7.1",
20
- "illuminate/database": "~5.6.34|~5.7.0|~5.8.0|^6.0",
21
- "illuminate/http": "~5.6.34|~5.7.0|~5.8.0|^6.0",
22
- "illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0"
+ "illuminate/database": "~5.8.0|^6.0",
+ "illuminate/http": "~5.8.0|^6.0",
+ "illuminate/support": "~5.8.0|^6.0"
23
},
24
"require-dev": {
25
"phpunit/phpunit": "^7.0|^8.0",
26
- "orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0|^4.0",
+ "orchestra/testbench": "~3.8.0|^4.0",
27
"ext-json": "*"
28
29
"autoload": {
0 commit comments