Skip to content

Commit 46cffad

Browse files
committed
Make the version constraints a little easier to read
Signed-off-by: Hunter Skrasek <[email protected]>
1 parent a852013 commit 46cffad

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"require": {
1818
"php": "^5.5.9 || ^7.0",
1919
"dingo/blueprint": "0.2.*",
20-
"illuminate/routing": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
21-
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
20+
"illuminate/routing": "^5.1",
21+
"illuminate/support": "^5.1",
2222
"league/fractal": ">=0.12.0"
2323
},
2424
"require-dev": {
25-
"illuminate/auth": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
26-
"illuminate/cache": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
27-
"illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
28-
"illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
29-
"illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
30-
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
31-
"illuminate/log": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
32-
"illuminate/pagination": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
25+
"illuminate/auth": "^5.1",
26+
"illuminate/cache": "^5.1",
27+
"illuminate/console": "^5.1",
28+
"illuminate/database": "^5.1",
29+
"illuminate/events": "^5.1",
30+
"illuminate/filesystem": "^5.1",
31+
"illuminate/log": "^5.1",
32+
"illuminate/pagination": "^5.1",
3333
"laravel/lumen-framework": "5.1.* || 5.2.*",
3434
"lucadegasperi/oauth2-server-laravel": "5.0.*",
3535
"mockery/mockery": "~0.9",

0 commit comments

Comments
 (0)