Skip to content

Commit 406e348

Browse files
committed
Made monolog a required package
1 parent c3d01a2 commit 406e348

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
],
1010
"require": {
1111
"php": ">=5.3.0",
12-
"cakephp/filesystem": "^3.0"
12+
"cakephp/filesystem": "^3.0",
13+
"monolog/monolog": "^1.17"
1314
},
1415
"require-dev": {
15-
"phpunit/phpunit": "~4.0",
16-
"monolog/monolog": "^1.17"
16+
"phpunit/phpunit": "~4.0"
1717
},
1818
"license": "MIT",
1919
"autoload": {

0 commit comments

Comments
 (0)