Skip to content

Commit 6e157b8

Browse files
committed
Small fixes.
1 parent db650a4 commit 6e157b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mremi/flowdock",
33
"type": "library",
4-
"description": "A PHP5 library to interact with the Flowdock API",
4+
"description": "A PHP library to interact with the Flowdock API",
55
"keywords": ["flowdock", "api"],
66
"homepage": "https://github.com/mremi/Flowdock",
77
"license": "MIT",
@@ -13,6 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^5.6 || ^7.1",
16+
"ext-json": "*",
1617
"guzzlehttp/guzzle": "~6.0",
1718
"symfony/console": "~2.5|~3.0|~4.0"
1819
},

0 commit comments

Comments
 (0)