Dummy composer noop package

This commit is contained in:
2022-03-22 09:25:27 +09:00
commit 21093a9c7b
11 changed files with 771 additions and 0 deletions

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "gullevek/noop",
"description": "An empty package that does nothing for init composer",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Gullevek\\Noop\\": "src/"
}
},
"authors": [
{
"name": "Clemens Schwaighofer",
"email": "gullevek@gullevek.org",
"homepage": "http://gullevek.org"
}
],
"require": {}
}