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 119c0fd commit 26856e8Copy full SHA for 26856e8
composer.json
@@ -17,14 +17,15 @@
17
],
18
"require": {
19
"php": "^7.1",
20
- "illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
21
- "illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
22
- "illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
23
- "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
+ "illuminate/auth": "^7.0",
+ "illuminate/database": "^7.0",
+ "illuminate/notifications": "^7.0",
+ "illuminate/support": "^7.0",
24
+ "laravel/ui": "^2.0"
25
},
26
"require-dev": {
- "phpunit/phpunit": "^7.0",
27
- "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0"
+ "phpunit/phpunit": "^8.0",
28
+ "orchestra/testbench": "^5.0"
29
30
"autoload": {
31
"psr-4": {
0 commit comments