Skip to content

Commit 825777a

Browse files
committed
Upgrade to 2.0.11.2
1 parent 76738be commit 825777a

File tree

11 files changed

+137
-95
lines changed

11 files changed

+137
-95
lines changed

2.0/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get update \
3636
# Next composer and global composer package, as their versions may change from time to time
3737
RUN curl -sS https://getcomposer.org/installer | php \
3838
&& mv composer.phar /usr/local/bin/composer.phar \
39-
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.0" \
39+
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.2" \
4040
&& composer.phar global require --no-progress "codeception/codeception=2.0.*" \
4141
&& composer.phar global require --no-progress "codeception/specify=*" \
4242
&& composer.phar global require --no-progress "codeception/verify=*"

2.0/apache/Dockerfile.php7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get update \
3636
# Next composer and global composer package, as their versions may change from time to time
3737
RUN curl -sS https://getcomposer.org/installer | php \
3838
&& mv composer.phar /usr/local/bin/composer.phar \
39-
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.0" \
39+
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.2" \
4040
&& composer.phar global require --no-progress "codeception/codeception=2.0.*" \
4141
&& composer.phar global require --no-progress "codeception/specify=*" \
4242
&& composer.phar global require --no-progress "codeception/verify=*"

2.0/apache/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"minimum-stability": "stable",
88
"require": {
99
"php": ">=5.4.0",
10-
"yiisoft/yii2": "2.0.10",
10+
"yiisoft/yii2": "2.0.11.2",
1111
"yiisoft/yii2-bootstrap": "~2.0.0",
1212
"yiisoft/yii2-jui": "~2.0.0",
1313
"yiisoft/yii2-swiftmailer": "~2.0.0",
1414
"vlucas/phpdotenv": "1.0.*",
15-
"codemix/yii2-streamlog": "0.0.1"
15+
"codemix/yii2-streamlog": "1.1.0"
1616
},
1717
"require-dev": {
1818
"yiisoft/yii2-debug": "~2.0.0",

2.0/apache/composer.lock

Lines changed: 31 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.0/hhvm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update \
1818
&& curl -sS https://getcomposer.org/installer | php \
1919
&& mv composer.phar /usr/local/bin/composer.phar \
2020

21-
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.0" \
21+
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.2" \
2222
&& composer.phar global require --no-progress "codeception/codeception=2.0.*" \
2323
&& composer.phar global require --no-progress "codeception/specify=*" \
2424
&& composer.phar global require --no-progress "codeception/verify=*" \

2.0/hhvm/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"minimum-stability": "stable",
88
"require": {
99
"php": ">=5.4.0",
10-
"yiisoft/yii2": "2.0.10",
10+
"yiisoft/yii2": "2.0.11.2",
1111
"yiisoft/yii2-bootstrap": "~2.0.0",
1212
"yiisoft/yii2-jui": "~2.0.0",
1313
"yiisoft/yii2-swiftmailer": "~2.0.0",
1414
"vlucas/phpdotenv": "1.0.*",
15-
"codemix/yii2-streamlog": "0.0.1"
15+
"codemix/yii2-streamlog": "1.1.0"
1616
},
1717
"require-dev": {
1818
"yiisoft/yii2-debug": "~2.0.0",

0 commit comments

Comments
 (0)