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 8854787 commit 82fd3d7Copy full SHA for 82fd3d7
composer.json
@@ -30,14 +30,14 @@
30
}
31
],
32
"require": {
33
- "php": "^7.2",
34
- "illuminate/config": "^6.0|^7.0",
35
- "illuminate/database": "^6.0|^7.0",
36
- "illuminate/support": "^6.0|^7.0"
+ "php": "^7.3",
+ "illuminate/config": "^6.0|^7.0|^8.0",
+ "illuminate/database": "^6.0|^7.0|^8.0",
+ "illuminate/support": "^6.0|^7.0|^8.0"
37
},
38
"require-dev": {
39
"ext-json": "*",
40
- "orchestra/testbench": "^4.0|^5.0",
+ "orchestra/testbench": "^5.0|^6.0",
41
"phpunit/phpunit": "^8.0|^9.0"
42
43
"autoload": {
0 commit comments