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 f434f0d commit ba60046Copy full SHA for ba60046
composer.json
@@ -20,15 +20,22 @@
20
"twilio/sdk":"~3.12"
21
},
22
"require-dev": {
23
- "illuminate/support": "~4||~5"
+ "illuminate/support": "~4||~5",
24
+ "illuminate/console": "~4||~5",
25
+ "phpunit/phpunit": "~4.5"
26
27
"autoload": {
28
"psr-4": {
29
"Aloha\\Twilio\\": "src/"
30
}
31
32
+ "autoload-dev": {
33
+ "psr-4": {
34
+ "Aloha\\Twilio\\Tests\\": "tests/"
35
+ }
36
+ },
37
"scripts": {
- "test": "echo 'No tests yet, please help us out!'",
38
+ "test": "phpunit",
39
"cs": "php-cs-fixer fix src/ --level=psr2"
40
41
"minimum-stability": "stable"
0 commit comments