13 lines
179 B
JSON
13 lines
179 B
JSON
{
|
|
"name": "webman/push",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webman\\Push\\": "src"
|
|
}
|
|
}
|
|
} |