Lucas Michot 9 лет назад
Родитель
Сommit
a4fd483d3f
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      composer.json

+ 4 - 4
composer.json

@@ -16,14 +16,14 @@
     ],
     "require": {
         "php": ">=5.5.0",
+        "fzaninotto/faker": "^1.6",
         "laravel/framework": "~5.0",
-        "phpdocumentor/reflection-docblock": "~2.0",
         "mpociot/documentarian": "^0.2.0",
-        "fzaninotto/faker": "^1.6"
+        "phpdocumentor/reflection-docblock": "~2.0"
     },
     "require-dev": {
-        "phpunit/phpunit": "~4.0",
-        "orchestra/testbench": "~3.0"
+        "orchestra/testbench": "~3.0",
+        "phpunit/phpunit": "~4.0"
     },
     "autoload": {
         "psr-0": {