You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PhpLastErrorException/composer.json

43 lines
1.3 KiB
JSON

{
"name": "jrosset/lasterrorexception",
"description": "PHP Exception based on error_get_last()",
"keywords": [ ],
"type": "library",
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"minimum-stability": "stable",
"require": {
"php": "^7.4 || ^8.0"
},
"autoload": {
"psr-4": {
"jrosset\\": "src/"
},
"exclude-from-classmap": [ "tests/" ]
},
"readme": "README.md",
"homepage": "https://git.jrosset.ovh/jrosset/PhpLastErrorException",
"license": "CC-BY-4.0",
"authors": [
{
"name": "Julien Rosset",
"email": "jul.rosset@gmail.com"
}
],
"support": {
"email": "jul.rosset@gmail.com",
"issues": "https://git.jrosset.ovh/jrosset/PhpLastErrorException/issues",
"wiki": "https://git.jrosset.ovh/jrosset/PhpLastErrorException/wiki",
"docs": "https://git.jrosset.ovh/jrosset/PhpLastErrorException/wiki",
"source": "https://git.jrosset.ovh/jrosset/PhpLastErrorException"
}
}