Skip to content

Commit 5532ce0

Browse files
committed
chore: add package to composer.json
1 parent 1c236c0 commit 5532ce0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"description": "Chatwork SDK for Laravel",
44
"type": "library",
55
"require": {
6-
"sun-asterisk/chatwork-php": "^0.1.1",
7-
"illuminate/support": "^5.0"
6+
"ext-json": "*",
7+
"illuminate/http": "^5.0",
8+
"illuminate/support": "^5.0",
9+
"mockery/mockery": "^1.2",
10+
"sun-asterisk/chatwork-php": "^0.1.1"
811
},
912
"require-dev": {
1013
"phpunit/phpunit": "^8.3"

0 commit comments

Comments
 (0)