徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
655 B

3 months ago
{
"name": "yurunsoft/composer-include-files",
"type": "composer-plugin",
"description": "Include files at a higher priority than autoload files.",
"keywords": ["composer", "autoload"],
"homepage": "https://github.com/funkjedi/composer-include-files",
"license": "MIT",
"authors": [
{
"name": "Tim Robertson",
"email": "funkjedi@gmail.com"
}
],
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
},
"autoload": {
"psr-4": {
"ComposerIncludeFiles\\": "src"
}
},
"extra": {
"class": "ComposerIncludeFiles\\Plugin"
}
}