Files
phptimerboard2/vendor/facade/flare-client-php/composer.json
2019-09-29 19:47:00 -05:00

51 lines
1.2 KiB
JSON

{
"name": "facade/flare-client-php",
"description": "Send PHP errors to Flare",
"keywords": [
"facade",
"flare",
"exception",
"reporting"
],
"homepage": "https://github.com/facade/flare-client-php",
"license": "MIT",
"require": {
"php": "^7.1",
"illuminate/pipeline": "~5.5|~5.6|~5.7|~5.8|^6.0",
"symfony/http-foundation": "~3.3|~4.1",
"symfony/var-dumper": "^3.4|^4.0",
"facade/ignition-contracts": "~1.0"
},
"require-dev": {
"larapack/dd": "^1.1",
"spatie/phpunit-snapshot-assertions": "^2.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {
"Facade\\FlareClient\\": "src"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Facade\\FlareClient\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}