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 db650a4 commit 6e157b8Copy full SHA for 6e157b8
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mremi/flowdock",
3
"type": "library",
4
- "description": "A PHP5 library to interact with the Flowdock API",
+ "description": "A PHP library to interact with the Flowdock API",
5
"keywords": ["flowdock", "api"],
6
"homepage": "https://github.com/mremi/Flowdock",
7
"license": "MIT",
@@ -13,6 +13,7 @@
13
],
14
"require": {
15
"php": "^5.6 || ^7.1",
16
+ "ext-json": "*",
17
"guzzlehttp/guzzle": "~6.0",
18
"symfony/console": "~2.5|~3.0|~4.0"
19
},
0 commit comments