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 a79cb52 commit 47863bfCopy full SHA for 47863bf
composer.json
@@ -2,8 +2,6 @@
2
"name": "api-clients/pusher",
3
"homepage": "https://php-api-clients.org/clients/pusher",
4
"license": "MIT",
5
- "minimum-stability": "dev",
6
- "prefer-stable": true,
7
"authors": [
8
{
9
"name": "Cees-Jan Kiewiet",
@@ -12,13 +10,13 @@
12
10
],
13
11
"require": {
14
"php": "^7.0",
15
- "api-clients/command-bus": "dev-master",
+ "api-clients/command-bus": "^2.0",
16
"clue/block-react": "^1.1",
17
"ocramius/package-versions": "^1.1",
18
"rx/websocket": "^0.9.2"
19
},
20
"require-dev": {
21
- "api-clients/test-utilities": "dev-master"
+ "api-clients/test-utilities": "^2.0"
22
23
"autoload": {
24
"psr-4": {
0 commit comments