first commit
This commit is contained in:
13
vendor/webman/push/composer.json
vendored
Normal file
13
vendor/webman/push/composer.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "webman/push",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": ">=7.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Webman\\Push\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user