Skip to content

Commit 24a317d

Browse files
committed
Upgrade to 2.0.12
1 parent 825777a commit 24a317d

File tree

12 files changed

+196
-166
lines changed

12 files changed

+196
-166
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.2" \
39+
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.3.1" \
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update \
2424
&& docker-php-ext-install mcrypt \
2525
&& docker-php-ext-install opcache \
2626
&& docker-php-ext-install zip \
27-
&& pecl install apcu-5.1.3 && echo extension=apcu.so > /usr/local/etc/php/conf.d/apcu.ini \
27+
&& pecl install apcu-5.1.8 && echo extension=apcu.so > /usr/local/etc/php/conf.d/apcu.ini \
2828

2929
&& apt-get purge -y g++ \
3030
&& apt-get autoremove -y \
@@ -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.2" \
39+
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.3.1" \
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.11.2",
10+
"yiisoft/yii2": "2.0.12",
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: 60 additions & 50 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.2" \
21+
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.3.1" \
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: 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.11.2",
10+
"yiisoft/yii2": "2.0.12",
1111
"yiisoft/yii2-bootstrap": "~2.0.0",
1212
"yiisoft/yii2-jui": "~2.0.0",
1313
"yiisoft/yii2-swiftmailer": "~2.0.0",

0 commit comments

Comments
 (0)