Skip to content

Commit 0d8d884

Browse files
authored
Update composer.json
1 parent 4ad0b00 commit 0d8d884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"php": ">=5.6.4",
1313
"illuminate/support": "5.4.*|5.5.*",
1414
"illuminate/queue": "5.4.*|5.5.*",
15-
"illuminate/auth": "~5.4.*|5.5.*",
15+
"illuminate/auth": "5.4.*|5.5.*",
1616
"nesbot/carbon": "~1.20"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "~0.9",
2020
"phpunit/phpunit": "^5.7|6.2",
2121
"orchestra/testbench": "~3.4.2|~3.5.0",
22-
"laravel/framework": "~5.4.0|~5.5.0"
22+
"laravel/framework": "5.4.*|5.5.*"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)