We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbff63 commit d3f2b8aCopy full SHA for d3f2b8a
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "wyrihaximus/pusher-client",
+ "name": "api-clients/pusher",
3
"license": "MIT",
4
"authors": [
5
@@ -9,15 +9,15 @@
9
],
10
"require": {
11
"php": "^7.0",
12
- "wyrihaximus/api-client": "dev-master",
+ "api-clients/foundation": "dev-master",
13
"rx/websocket": "^0.9.2"
14
},
15
"require-dev": {
16
"phpunit/phpunit": "^5.2.3",
17
"squizlabs/php_codesniffer": "^2.6",
18
"vectorface/dunit": "~2.0",
19
"phake/phake": "^2.3",
20
- "wyrihaximus/api-client-resource-generator": "dev-master"
+ "api-clients/resource-generator": "dev-master"
21
22
"autoload": {
23
"psr-4": {
0 commit comments