Skip to content

Commit

Permalink
update phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy committed Mar 21, 2018
1 parent ddd8cf8 commit 09e4db5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"license": "MIT",
"authors": [
{
"name": "Igor Chepurnoy",
"email": "igorzfort@gmail.com"
"name": "Igor Chepurnoi",
"email": "chepurnoi.igor@gmail.com"
}
],
"require": {
"yiisoft/yii2": ">=2.0.8",
"yiisoft/yii2": "~2.0.14",
"yii2mod/yii2-behaviors": "*",
"stripe/stripe-php": "~4.0",
"nesbot/carbon": "~1.0",
"dompdf/dompdf": "^0.8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.0",
"phpunit/phpunit": "~6.0"
"phpunit/phpunit": "~7.0"

},
"autoload": {
Expand Down

0 comments on commit 09e4db5

Please sign in to comment.