|
| 1 | +{ |
| 2 | + "name": "php-debugbar/monolog-bridge", |
| 3 | + "description": "Monolog bridge for PHP Debugbar", |
| 4 | + "keywords": ["debugbar", "monolog", "dev"], |
| 5 | + "homepage": "https://github.com/php-debugbar/php-debugbar", |
| 6 | + "type": "library", |
| 7 | + "license": "MIT", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Maxime Bouroumeau-Fuseau", |
| 11 | + |
| 12 | + "homepage": "http://maximebf.com" |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "Barry vd. Heuvel", |
| 16 | + |
| 17 | + } |
| 18 | + ], |
| 19 | + "require": { |
| 20 | + "php": "^8.2", |
| 21 | + "php-debugbar/php-debugbar": "^3", |
| 22 | + "monolog/monolog": "^3" |
| 23 | + }, |
| 24 | + "require-dev": { |
| 25 | + "phpunit/phpunit": "^10", |
| 26 | + "symfony/panther": "^1|^2.1", |
| 27 | + "dbrekelmans/bdi": "^1.4", |
| 28 | + "symfony/dom-crawler": "^6|^7", |
| 29 | + "symfony/browser-kit": "^6|^7" |
| 30 | + }, |
| 31 | + "autoload": { |
| 32 | + "psr-4": { |
| 33 | + "DebugBar\\Bridge\\Monolog\\": "src/" |
| 34 | + } |
| 35 | + }, |
| 36 | + "autoload-dev": { |
| 37 | + "psr-4": { |
| 38 | + "DebugBar\\Bridge\\Monolog\\Tests\\": "tests/" |
| 39 | + } |
| 40 | + }, |
| 41 | + "scripts": { |
| 42 | + "demo": [ |
| 43 | + "Composer\\Config::disableProcessTimeout", |
| 44 | + "@php -S localhost:8000" |
| 45 | + ], |
| 46 | + "unit-test": "@php vendor/bin/phpunit --testsuite=Unit", |
| 47 | + "browser-test": "@php vendor/bin/phpunit --testsuite=Browser", |
| 48 | + "browser-debug": [ |
| 49 | + "@putenv PANTHER_NO_HEADLESS=1", |
| 50 | + "@php vendor/bin/phpunit --testsuite=Browser --debug" |
| 51 | + ] |
| 52 | + }, |
| 53 | + "extra": { |
| 54 | + "branch-alias": { |
| 55 | + "dev-master": "1.0-dev" |
| 56 | + } |
| 57 | + }, |
| 58 | + "minimum-stability": "beta" |
| 59 | +} |
0 commit comments