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 4ad0b00 commit 0d8d884Copy full SHA for 0d8d884
composer.json
@@ -12,14 +12,14 @@
12
"php": ">=5.6.4",
13
"illuminate/support": "5.4.*|5.5.*",
14
"illuminate/queue": "5.4.*|5.5.*",
15
- "illuminate/auth": "~5.4.*|5.5.*",
+ "illuminate/auth": "5.4.*|5.5.*",
16
"nesbot/carbon": "~1.20"
17
},
18
"require-dev": {
19
"mockery/mockery": "~0.9",
20
"phpunit/phpunit": "^5.7|6.2",
21
"orchestra/testbench": "~3.4.2|~3.5.0",
22
- "laravel/framework": "~5.4.0|~5.5.0"
+ "laravel/framework": "5.4.*|5.5.*"
23
24
"autoload": {
25
"psr-4": {
0 commit comments