Skip to content

Commit 8794190

Browse files
authored
Merge pull request #66 from ejegg/anyMonoLog
Allow any version of MonoLog, remove unsupported repo
2 parents cd29afd + 2c47686 commit 8794190

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,9 @@
1212
"email": "mcheng.work@gmail.com"
1313
}
1414
],
15-
"repositories": [
16-
{
17-
"type": "pear",
18-
"url": "http://pear.php.net"
19-
}
20-
],
2115
"require": {
2216
"php": ">=5.3.0",
23-
"monolog/monolog": "~1.3||~2",
17+
"monolog/monolog": "*",
2418
"clio/clio": "0.1.*"
2519
},
2620
"require-dev": {

0 commit comments

Comments
 (0)