Skip to content

Commit 4717556

Browse files
Merge pull request #177 from coffe4u/upgrade-phpunit-to-version-8
Upgrade phpunit to version 8
2 parents b8995d5 + 9121bf5 commit 4717556

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.php_cs.cache
2+
/.phpunit.result.cache
23
/composer.lock
34
/vendor

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"twilio/sdk": "^6.0"
2121
},
2222
"require-dev": {
23+
"friendsofphp/php-cs-fixer": "^2.16",
2324
"illuminate/console": "~4||~5",
2425
"illuminate/support": "~4||~5",
25-
"friendsofphp/php-cs-fixer": "^2.16",
26-
"phpunit/phpunit": "^8.0"
26+
"phpunit/phpunit": "~8.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)