Ver código fonte

Merge branch 'georaldc-fix-dependencies'

xu ding 8 anos atrás
pai
commit
9f9663cd59
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      composer.json

+ 3 - 3
composer.json

@@ -9,11 +9,11 @@
   ],
   "require": {
     "php": ">=5.3.0",
-    "cakephp/filesystem": "^3.0"
+    "cakephp/filesystem": "^3.0",
+    "monolog/monolog": "^1.17"
   },
   "require-dev": {
-    "phpunit/phpunit": "~4.0",
-    "monolog/monolog": "^1.17"
+    "phpunit/phpunit": "~4.0"
   },
   "license": "MIT",
   "autoload": {