Skip to content

Commit 263f8eb

Browse files
committed
Sort dependencies
1 parent e796bf3 commit 263f8eb

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
@@ -16,28 +16,28 @@
1616
],
1717
"require": {
1818
"php": "^5.5.9 || ^7.0",
19+
"dingo/blueprint": "0.1.*",
20+
"doctrine/annotations": "1.2.*",
1921
"illuminate/routing": "5.1.* || 5.2.*",
2022
"illuminate/support": "5.1.* || 5.2.*",
21-
"dingo/blueprint": "0.1.*",
2223
"league/fractal": ">=0.12.0",
23-
"doctrine/annotations": "1.2.*",
2424
"phpdocumentor/reflection-docblock": "2.0.*"
2525
},
2626
"require-dev": {
27-
"lucadegasperi/oauth2-server-laravel": "5.0.*",
28-
"tymon/jwt-auth": "1.0.*",
29-
"laravel/lumen-framework": "5.1.* || 5.2.*",
3027
"illuminate/auth": "5.1.* || 5.2.*",
3128
"illuminate/cache": "5.1.* || 5.2.*",
32-
"illuminate/events": "5.1.* || 5.2.*",
33-
"illuminate/database": "5.1.* || 5.2.*",
34-
"illuminate/pagination": "5.1.* || 5.2.*",
3529
"illuminate/console": "5.1.* || 5.2.*",
30+
"illuminate/database": "5.1.* || 5.2.*",
31+
"illuminate/events": "5.1.* || 5.2.*",
3632
"illuminate/filesystem": "5.1.* || 5.2.*",
3733
"illuminate/log": "5.1.* || 5.2.*",
38-
"phpunit/phpunit": "^4.8 || ^5.0",
34+
"illuminate/pagination": "5.1.* || 5.2.*",
35+
"laravel/lumen-framework": "5.1.* || 5.2.*",
36+
"lucadegasperi/oauth2-server-laravel": "5.0.*",
3937
"mockery/mockery": "~0.9",
40-
"squizlabs/php_codesniffer": "~2.0"
38+
"phpunit/phpunit": "^4.8 || ^5.0",
39+
"squizlabs/php_codesniffer": "~2.0",
40+
"tymon/jwt-auth": "1.0.*"
4141
},
4242
"suggest": {
4343
"lucadegasperi/oauth2-server-laravel": "Protect your API with OAuth 2.0.",

0 commit comments

Comments
 (0)