| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "pusher/pusher-php-server",
- "description" : "Library for interacting with the Pusher REST API",
- "keywords": ["php-pusher-server", "pusher", "rest", "realtime", "real-time", "real time", "messaging", "push", "trigger", "publish", "events"],
- "license": "MIT",
- "require": {
- "php": "^7.1|^8.0",
- "ext-curl": "*",
- "psr/log": "^1.0",
- "paragonie/sodium_compat": "^1.6"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.2|^8.5|^9.3"
- },
- "autoload": {
- "psr-4": {
- "Pusher\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": { "": "tests/" }
- },
- "config": {
- "preferred-install": "dist"
- },
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
- "minimum-stability": "dev",
- "prefer-stable": true
- }
|