Skip to content

Commit 5f6203e

Browse files
authored
Merge pull request #16 from Dylan-DPC/patch-1
Update composer.json
2 parents 3b4ab9f + 0d8d884 commit 5f6203e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
],
1111
"require": {
1212
"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",
13+
"illuminate/support": "5.4.*|5.5.*",
14+
"illuminate/queue": "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)