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.
19 lines
422 B
JSON
19 lines
422 B
JSON
{
|
|
"name": "pds/skeleton",
|
|
"type": "standard",
|
|
"description": "Standard for PHP package skeletons.",
|
|
"homepage": "https://github.com/php-pds/skeleton",
|
|
"license": "CC-BY-SA-4.0",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Pds\\Skeleton\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Pds\\Skeleton\\": "tests/"
|
|
}
|
|
},
|
|
"bin": ["bin/pds-skeleton"]
|
|
}
|