Skip to content

Commit 2815666

Browse files
authored
Merge pull request #13 from VadymHrechukha/HP-2693_upgrade_phpunit_to_v12
HP-2693: Fixed missing '3.6.x-dev' package
2 parents df418cc + a400782 commit 2815666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"yiisoft/yii2": "dev-master",
5656
"yiisoft/arrays": "*@dev",
5757
"yiisoft/strings": "*@dev",
58-
"yiisoft/composer-config-plugin": "dev-master"
58+
"yiisoft/composer-config-plugin": "dev-master",
59+
"opis/closure": "3.x-dev as 3.6.x-dev"
5960
},
6061
"autoload": {
6162
"psr-4": {

0 commit comments

Comments
 (0)