diff options
author | Marvin Borner | 2018-06-30 15:00:48 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-30 15:00:48 +0200 |
commit | 70233ba2d306019d415b94e270d3a90672236544 (patch) | |
tree | 2923cf3387a9e61d76307838b9a96a1c618db9bd /composer.lock | |
parent | 546b52a4605e75b2fb99db29b9d937f81b2d7078 (diff) |
Integrating pusher...
Diffstat (limited to 'composer.lock')
-rwxr-xr-x | composer.lock | 55 |
1 files changed, 54 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock index 23831ab..dd83520 100755 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d5bca48e56bbf3a25645858fcab9c285", + "content-hash": "a0d4a6347cb6411b4e7ac7cc1a6cf7b3", "packages": [ { "name": "dnoegel/php-xdg-base-dir", @@ -1187,6 +1187,59 @@ "time": "2018-06-10T17:57:20+00:00" }, { + "name": "pusher/pusher-php-server", + "version": "v3.0.4", + "source": { + "type": "git", + "url": "https://github.com/pusher/pusher-http-php.git", + "reference": "1496ef5ae12670ff8ffe83b9f47d1e4514608d9b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/1496ef5ae12670ff8ffe83b9f47d1e4514608d9b", + "reference": "1496ef5ae12670ff8ffe83b9f47d1e4514608d9b", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": "^5.4 || ^7.0", + "psr/log": "^1.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8 || ^5.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Pusher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Library for interacting with the Pusher REST API", + "keywords": [ + "events", + "messaging", + "php-pusher-server", + "publish", + "push", + "pusher", + "real time", + "real-time", + "realtime", + "rest", + "trigger" + ], + "time": "2018-05-21T13:25:35+00:00" + }, + { "name": "ramsey/uuid", "version": "3.7.3", "source": { |