Skip to content

Commit 2c47686

Browse files
committed
Allow any version of MonoLog, remove unsupported repo
Pear repo has been removed in Composer 2.0, monolog usage is pretty tame and should work across versions.
1 parent cd29afd commit 2c47686

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)