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 1dcbf57 commit f80a08bCopy full SHA for f80a08b
composer.json
@@ -12,16 +12,16 @@
12
"license": "MIT",
13
"authors": [],
14
"require": {
15
- "php": "^7.2.5",
16
- "illuminate/console": "^6.0|^7.0|^8.0",
17
- "illuminate/database": "^6.0|^7.0|^8.0",
18
- "illuminate/support": "^6.0|^7.0|^8.0",
19
- "illuminate/routing": "^6.0|^7.0|^8.0"
+ "php": "^7.4|^8.0",
+ "illuminate/console": "^8.0",
+ "illuminate/database": "^8.0",
+ "illuminate/support": "^8.0",
+ "illuminate/routing": "^8.0"
20
},
21
"require-dev": {
22
- "phpunit/phpunit" : "^8.0",
+ "phpunit/phpunit": "^9.5",
23
"mockery/mockery": "^1.0",
24
- "orchestra/testbench": "^4.0"
+ "orchestra/testbench": "^6.0"
25
26
"autoload": {
27
"psr-4": {
0 commit comments