Skip to content

Commit

Permalink
Fixed version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
florianv committed Dec 29, 2015
1 parent 5ee7a04 commit 4151845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -31,10 +31,10 @@
},
"require": {
"php": ">=5.5.9",
"illuminate/contracts": "5.0.*|5.1.*|5.2.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*",
"illuminate/view": "5.0.*|5.1.*|5.2.*",
"florianv/swap": "~2.1.0"
"illuminate/contracts": "~5.0",
"illuminate/support": "~5.0",
"illuminate/view": "~5.0",
"florianv/swap": "~2.1"
},
"require-dev": {
"graham-campbell/testbench": "~2.1"
Expand Down

0 comments on commit 4151845

Please sign in to comment.