Skip to content

Commit

Permalink
Make the version constraints a little easier to read
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Skrasek <hunterskrasek@me.com>
  • Loading branch information
hskrasek committed Feb 10, 2017
1 parent a852013 commit 46cffad
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"require": {
"php": "^5.5.9 || ^7.0",
"dingo/blueprint": "0.2.*",
"illuminate/routing": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/routing": "^5.1",
"illuminate/support": "^5.1",
"league/fractal": ">=0.12.0"
},
"require-dev": {
"illuminate/auth": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/cache": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/log": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/pagination": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/auth": "^5.1",
"illuminate/cache": "^5.1",
"illuminate/console": "^5.1",
"illuminate/database": "^5.1",
"illuminate/events": "^5.1",
"illuminate/filesystem": "^5.1",
"illuminate/log": "^5.1",
"illuminate/pagination": "^5.1",
"laravel/lumen-framework": "5.1.* || 5.2.*",
"lucadegasperi/oauth2-server-laravel": "5.0.*",
"mockery/mockery": "~0.9",
Expand Down

0 comments on commit 46cffad

Please sign in to comment.