Skip to content

Commit 882bc05

Browse files
committed
Upgrade to 2.0.13
1 parent 24a317d commit 882bc05

File tree

11 files changed

+308
-314
lines changed

11 files changed

+308
-314
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.3.1" \
39+
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.4.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.3.1" \
39+
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.4.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"minimum-stability": "stable",
88
"require": {
99
"php": ">=5.4.0",
10-
"yiisoft/yii2": "2.0.12",
10+
"yiisoft/yii2": "2.0.13",
1111
"yiisoft/yii2-bootstrap": "~2.0.0",
1212
"yiisoft/yii2-jui": "~2.0.0",
1313
"yiisoft/yii2-swiftmailer": "~2.0.0",

2.0/apache/composer.lock

Lines changed: 100 additions & 102 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.3.1" \
21+
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.4.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=*" \

0 commit comments

Comments
 (0)