Initial commit
This commit is contained in:
23
composer.json
Normal file
23
composer.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "noccylabs/react-utilities",
|
||||
"description": "Some quality of life utilities for ReactPHP",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"react/event-loop": "^1.5"
|
||||
},
|
||||
"license": "GPL-2.0-or-later",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/functions.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"NoccyLabs\\React\\Utilities\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christopher Vagnetoft",
|
||||
"email": "labs@noccy.com"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user