Initial commit
This commit is contained in:
27
composer.json
Normal file
27
composer.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "noccylabs/ipc",
|
||||
"description": "A complete set of IPC facilities",
|
||||
"type": "library",
|
||||
"license": "GPL-3.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christopher Vagnetoft",
|
||||
"email": "cvagnetoft@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://packages.noccylabs.info/composer/"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/signals.stub.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"NoccyLabs\\Ipc\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user