initial clean commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "menking/meshcore-php",
|
||||
"description": "A library for communicating with Meshcore USB companion firmware",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Menking\\Meshcore\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ben Menking",
|
||||
"email": "ben@menking.net"
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user