Skip to content

Commit ba60046

Browse files
Added illuminate/console as dev dependency as well as phpunit
1 parent f434f0d commit ba60046

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,22 @@
2020
"twilio/sdk":"~3.12"
2121
},
2222
"require-dev": {
23-
"illuminate/support": "~4||~5"
23+
"illuminate/support": "~4||~5",
24+
"illuminate/console": "~4||~5",
25+
"phpunit/phpunit": "~4.5"
2426
},
2527
"autoload": {
2628
"psr-4": {
2729
"Aloha\\Twilio\\": "src/"
2830
}
2931
},
32+
"autoload-dev": {
33+
"psr-4": {
34+
"Aloha\\Twilio\\Tests\\": "tests/"
35+
}
36+
},
3037
"scripts": {
31-
"test": "echo 'No tests yet, please help us out!'",
38+
"test": "phpunit",
3239
"cs": "php-cs-fixer fix src/ --level=psr2"
3340
},
3441
"minimum-stability": "stable"

0 commit comments

Comments
 (0)