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 26856e8 commit 8efbe84Copy full SHA for 8efbe84
composer.json
@@ -16,16 +16,16 @@
16
}
17
],
18
"require": {
19
- "php": "^7.1",
20
- "illuminate/auth": "^7.0",
21
- "illuminate/database": "^7.0",
22
- "illuminate/notifications": "^7.0",
23
- "illuminate/support": "^7.0",
24
- "laravel/ui": "^2.0"
+ "php": "^7.3",
+ "illuminate/auth": "^8.0",
+ "illuminate/database": "^8.0",
+ "illuminate/notifications": "^8.0",
+ "illuminate/support": "^8.0",
+ "laravel/ui": "^3.0"
25
},
26
"require-dev": {
27
- "phpunit/phpunit": "^8.0",
28
- "orchestra/testbench": "^5.0"
+ "phpunit/phpunit": "^9.0",
+ "orchestra/testbench": "^6.0"
29
30
"autoload": {
31
"psr-4": {
0 commit comments