You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
633 B
25 lines
633 B
{
|
|
"name": "pusher/pusher-push-notifications",
|
|
"version": "2.0",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"guzzlehttp/guzzle": "^7.0",
|
|
"firebase/php-jwt": "^6.0",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0",
|
|
"symfony/yaml": "^5.0 || ^6.0",
|
|
"doctrine/instantiator": "1.4.0",
|
|
"overtrue/phplint": "^4.0 || ^5.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Pusher\\PushNotifications\\": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"phplint": "./vendor/bin/phplint ./ --exclude=vendor --no-cache"
|
|
}
|
|
}
|
|
|