Skip to content

Commit a4fd483

Browse files
committed
Sort requirements
1 parent 89de7f9 commit a4fd483

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
],
1717
"require": {
1818
"php": ">=5.5.0",
19+
"fzaninotto/faker": "^1.6",
1920
"laravel/framework": "~5.0",
20-
"phpdocumentor/reflection-docblock": "~2.0",
2121
"mpociot/documentarian": "^0.2.0",
22-
"fzaninotto/faker": "^1.6"
22+
"phpdocumentor/reflection-docblock": "~2.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "~4.0",
26-
"orchestra/testbench": "~3.0"
25+
"orchestra/testbench": "~3.0",
26+
"phpunit/phpunit": "~4.0"
2727
},
2828
"autoload": {
2929
"psr-0": {

0 commit comments

Comments
 (0)