Skip to content

Commit ac9c530

Browse files
committed
Use stable version
1 parent a964367 commit ac9c530

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@
1818
},
1919
"require": {
2020
"php": ">=5.3.0",
21-
"monolog/monolog": "1.x-dev",
21+
"monolog/monolog": "^1.22.0",
2222
"psr/log": "~1.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "~4.5"
2626
},
27-
"_": "phpunit/phpunit-mock-objects required in 2.3.0 due to https://github.com/sebastianbergmann/phpunit-mock-objects/issues/223 - needs hhvm 3.8+ on travis",
2827
"autoload": {
2928
"psr-4": {"FemtoPixel\\Monolog\\": "src/Monolog"}
3029
},

0 commit comments

Comments
 (0)