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.
2 parents b8995d5 + 9121bf5 commit 4717556Copy full SHA for 4717556
.gitignore
@@ -1,3 +1,4 @@
1
/.php_cs.cache
2
+/.phpunit.result.cache
3
/composer.lock
4
/vendor
composer.json
@@ -20,10 +20,10 @@
20
"twilio/sdk": "^6.0"
21
},
22
"require-dev": {
23
+ "friendsofphp/php-cs-fixer": "^2.16",
24
"illuminate/console": "~4||~5",
25
"illuminate/support": "~4||~5",
- "friendsofphp/php-cs-fixer": "^2.16",
26
- "phpunit/phpunit": "^8.0"
+ "phpunit/phpunit": "~8.0"
27
28
"autoload": {
29
"psr-4": {
0 commit comments