1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-30 09:50:26 +02:00

Fix the composer.json (#1598)

This commit is contained in:
Christophe Coevoet
2021-10-01 22:46:08 +02:00
committed by Jordi Boggiano
parent c6b00f0515
commit 895066e602

View File

@@ -54,5 +54,7 @@
"test": "vendor/bin/phpunit",
"phpstan": "vendor/bin/phpstan analyse"
},
"lock": false
"config": {
"lock": false
}
}