Skip to content

Commit 4a847ba

Browse files
committed
Sync client and sync reddit examples
1 parent a2fc815 commit 4a847ba

File tree

8 files changed

+345
-178
lines changed

8 files changed

+345
-178
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "api-clients/pusher",
33
"license": "MIT",
4+
"minimum-stability": "dev",
5+
"prefer-stable": true,
46
"authors": [
57
{
68
"name": "Cees-Jan Kiewiet",
@@ -15,7 +17,6 @@
1517
"require-dev": {
1618
"phpunit/phpunit": "^5.2.3",
1719
"squizlabs/php_codesniffer": "^2.6",
18-
"vectorface/dunit": "~2.0",
1920
"phake/phake": "^2.3",
2021
"api-clients/resource-generator": "dev-master"
2122
},

0 commit comments

Comments
 (0)