Skip to content

Commit

Permalink
latest version works only with laravel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
XavRsl committed Aug 28, 2015
1 parent 1c82a90 commit e91ac4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.5.9",
"ext-ldap": "*",
"illuminate/support": "4.*|5.*"
"illuminate/support": "~5.0"
},
"require-dev": {
"orchestra/testbench": "2.1.*"
Expand Down

0 comments on commit e91ac4a

Please sign in to comment.