Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "noccylabs/react-serial",
|
||||
"description": "Serial port I/O for ReactPHP",
|
||||
"type": "library",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"NoccyLabs\\React\\Serial\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christopher Vagnetoft",
|
||||
"email": "labs@noccy.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"react/event-loop": "^1.5",
|
||||
"react/promise": "^3.2",
|
||||
"react/stream": "^1.4",
|
||||
"react/async": "^4.3",
|
||||
"react/partial": "^3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user