8000 Update composer.json · gr8shivam/laravel-sms-api@292c57e · GitHub
[go: up one dir, main page]

Skip to content

Commit 292c57e

Browse files
authored
Update composer.json
1 parent ee64d92 commit 292c57e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
8641
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gr8shivam/laravel-sms-api",
3-
"version":"2.0.3",
3+
"version":"2.0.4",
44
"description": "Laravel package to provide SMS API integration. Any SMS vendor that provides REST API can be used. SMS-API channel for Laravel notifications also included.",
55
"license": "MIT",
66
"keywords": [
@@ -25,6 +25,10 @@
2525
"illuminate/support": ">=5.1",
2626
"guzzlehttp/guzzle": "~6.0"
2727
},
28+
"require-dev": {
29+
"phpunit/phpunit": "^5.3",
30+
"orchestra/testbench": "~3.0"
31+
},
2832
"autoload": {
2933
"psr-4": {
3034
"Gr8Shivam\\SmsApi\\": "src"

0 commit comments

Comments
 (0)
0