Skip to content

Commit b7303d6

Browse files
authored
Update composer.json
1 parent cd19b7a commit b7303d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
],
1919
"require": {
2020
"php": ">=5.5.9",
21-
"illuminate/auth": "5.1.* || 5.2.*",
22-
"illuminate/contracts": "5.1.* || 5.2.*",
23-
"illuminate/http": "5.1.* || 5.2.*",
24-
"illuminate/support": "5.1.* || 5.2.*",
21+
"illuminate/auth": "5.1.* || 5.2.* || 5.3.*",
22+
"illuminate/contracts": "5.1.* || 5.2.* || 5.3.*",
23+
"illuminate/http": "5.1.* || 5.2.* || 5.3.*",
24+
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
2525
"nesbot/carbon": "^1.0",
2626
"illuminate/database": "*",
2727
"ellipsesynergie/api-response": "*"
2828
},
2929
"require-dev": {
3030
"cartalyst/sentinel": "2.0.*",
31-
"illuminate/console": "5.1.* || 5.2.*",
32-
"illuminate/database": "5.1.* || 5.2.*",
33-
"illuminate/routing": "5.1.* || 5.2.*",
31+
"illuminate/console": "5.1.* || 5.2.* || 5.3.*",
32+
"illuminate/database": "5.1.* || 5.2.* || 5.3.*",
33+
"illuminate/routing": "5.1.* || 5.2.* || 5.3.*",
3434
"mockery/mockery": "0.9.*",
3535
"october/rain": "dev-stable",
3636
"phpunit/phpunit": "^4.0 || ^5.0"

0 commit comments

Comments
 (0)