Browse Source

Merge branch 'georaldc-fix-dependencies'

xu ding 8 years ago
parent
commit
9f9663cd59
1 changed files with 3 additions and 3 deletions
  1. 3 3
      composer.json

+ 3 - 3
composer.json

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