Skip to content

Commit 47863bf

Browse files
committed
Updated dependencies to all tagged version
1 parent a79cb52 commit 47863bf

File tree

2 files changed

+113
-651
lines changed

2 files changed

+113
-651
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "api-clients/pusher",
33
"homepage": "https://php-api-clients.org/clients/pusher",
44
"license": "MIT",
5-
"minimum-stability": "dev",
6-
"prefer-stable": true,
75
"authors": [
86
{
97
"name": "Cees-Jan Kiewiet",
@@ -12,13 +10,13 @@
1210
],
1311
"require": {
1412
"php": "^7.0",
15-
"api-clients/command-bus": "dev-master",
13+
"api-clients/command-bus": "^2.0",
1614
"clue/block-react": "^1.1",
1715
"ocramius/package-versions": "^1.1",
1816
"rx/websocket": "^0.9.2"
1917
},
2018
"require-dev": {
21-
"api-clients/test-utilities": "dev-master"
19+
"api-clients/test-utilities": "^2.0"
2220
},
2321
"autoload": {
2422
"psr-4": {

0 commit comments

Comments
 (0)