Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 751cb2d

Browse files
committed
Add laravel 5.3 support
1 parent e439f3a commit 751cb2d

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
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^5.5.9 || ^7.0",
14-
"illuminate/contracts": "5.1.* || 5.2.*",
15-
"illuminate/support": "5.1.* || 5.2.*",
14+
"illuminate/contracts": "5.1.* || 5.2.* || 5.3.*",
15+
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
1616
"graham-campbell/manager": "^2.3",
1717
"m4tthumphrey/php-gitlab-api": "^7.13"
1818
},

0 commit comments

Comments
 (0)