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 63ace85 commit cfaf7fbCopy full SHA for cfaf7fb
composer.json
@@ -15,15 +15,16 @@
15
}
16
],
17
"require": {
18
- "php": "^7.1.3",
19
- "illuminate/console": "^6.0|^7.0",
20
- "illuminate/database": "^6.0|^7.0",
21
- "illuminate/http": "^6.0|^7.0",
22
- "illuminate/support": "^6.0|^7.0"
+ "php": ">=7.3.0",
+ "illuminate/console": ">=6.0",
+ "illuminate/database": ">=6.0",
+ "illuminate/http": ">=6.0",
+ "illuminate/support": ">=6.0"
23
},
24
"require-dev": {
25
- "phpunit/phpunit": "^8.0",
26
- "orchestra/testbench": "^3.8"
+ "phpunit/phpunit": "^8.2.4",
+ "orchestra/testbench": "^6.2",
27
+ "laravel/legacy-factories": "1.0.4"
28
29
"autoload": {
30
"psr-4": {
0 commit comments