Skip to content

Commit 09e4db5

Browse files
author
Igor Chepurnoy
committed
update phpunit version
1 parent ddd8cf8 commit 09e4db5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"license": "MIT",
1111
"authors": [
1212
{
13-
"name": "Igor Chepurnoy",
14-
"email": "igorzfort@gmail.com"
13+
"name": "Igor Chepurnoi",
14+
"email": "chepurnoi.igor@gmail.com"
1515
}
1616
],
1717
"require": {
18-
"yiisoft/yii2": ">=2.0.8",
18+
"yiisoft/yii2": "~2.0.14",
1919
"yii2mod/yii2-behaviors": "*",
2020
"stripe/stripe-php": "~4.0",
2121
"nesbot/carbon": "~1.0",
2222
"dompdf/dompdf": "^0.8.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "~2.0",
26-
"phpunit/phpunit": "~6.0"
26+
"phpunit/phpunit": "~7.0"
2727

2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)