Files
react-utilities/composer.json
2025-08-10 15:33:20 +02:00

24 lines
522 B
JSON

{
"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"
}
]
}