Skip to content

Instantly share code, notes, and snippets.

@nomoa
Created September 26, 2017 15:24
Show Gist options
  • Save nomoa/6b88a3beb8a48142e458b5c37617987d to your computer and use it in GitHub Desktop.
Save nomoa/6b88a3beb8a48142e458b5c37617987d to your computer and use it in GitHub Desktop.
find ./ -name composer.json -type f -print0 | xargs --null grep monolog
./extensions/WikidataBuildResources/vendor/wikimedia/composer-merge-plugin/tests/phpunit/fixtures/testOneMergeWithConflicts/composer.json: "monolog/monolog": "~1.0"
./extensions/WikidataBuildResources/vendor/wikimedia/composer-merge-plugin/tests/phpunit/fixtures/testHasBranchAlias/composer.json: "monolog/monolog": "^1.0",
./extensions/WikidataBuildResources/vendor/wikimedia/composer-merge-plugin/tests/phpunit/fixtures/testMergeWithReplace/composer.json: "monolog/monolog": "~1.0"
./extensions/WikidataBuildResources/vendor/wikimedia/composer-merge-plugin/example/extensions/Foo/composer.json: "monolog/monolog": "1.10.0"
./extensions/Elastica/vendor/ruflin/elastica/composer.json: "monolog/monolog": "Logging request"
./composer.json: "monolog/monolog": "~1.22.1",
./composer.json: "monolog/monolog": "Flexible debug logging system",
./tests/phpunit/data/composer/composer.json: "monolog/monolog": "*"
./vendor/liuggio/statsd-php-client/composer.json: "monolog/monolog": ">=1.2.0",
./vendor/liuggio/statsd-php-client/composer.json: "monolog/monolog": "Monolog, in order to do generate statistic from log >=1.2.0)"
./vendor/monolog/monolog/composer.json: "name": "monolog/monolog",
./vendor/monolog/monolog/composer.json: "homepage": "http://github.com/Seldaek/monolog",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment