Skip to content

Commit

Permalink
Release 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaertl committed Jul 11, 2016
1 parent 899b436 commit f855378
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 82 deletions.
2 changes: 1 addition & 1 deletion 2.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update \
# Next composer and global composer package, as their versions may change from time to time
RUN curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer.phar \
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.1.4" \
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.0" \
&& composer.phar global require --no-progress "codeception/codeception=2.0.*" \
&& composer.phar global require --no-progress "codeception/specify=*" \
&& composer.phar global require --no-progress "codeception/verify=*"
Expand Down
4 changes: 2 additions & 2 deletions 2.0/apache/Dockerfile.php7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.0.6-apache
FROM php:7.0.8-apache

MAINTAINER [email protected]

Expand Down Expand Up @@ -35,7 +35,7 @@ RUN apt-get update \
# Next composer and global composer package, as their versions may change from time to time
RUN curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer.phar \
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.1.4" \
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.0" \
&& composer.phar global require --no-progress "codeception/codeception=2.0.*" \
&& composer.phar global require --no-progress "codeception/specify=*" \
&& composer.phar global require --no-progress "codeception/verify=*"
Expand Down
2 changes: 1 addition & 1 deletion 2.0/apache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.8",
"yiisoft/yii2": "2.0.9",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-jui": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
Expand Down
36 changes: 18 additions & 18 deletions 2.0/apache/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 2.0/hhvm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update \
&& curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer.phar \

&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.1.4" \
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.0" \
&& composer.phar global require --no-progress "codeception/codeception=2.0.*" \
&& composer.phar global require --no-progress "codeception/specify=*" \
&& composer.phar global require --no-progress "codeception/verify=*" \
Expand Down
2 changes: 1 addition & 1 deletion 2.0/hhvm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.8",
"yiisoft/yii2": "2.0.9",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-jui": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
Expand Down
56 changes: 26 additions & 30 deletions 2.0/hhvm/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 2.0/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update \
# Next composer and global composer package, as their versions may change from time to time
RUN curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer.phar \
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.1.4" \
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.0" \
&& composer.phar global require --no-progress "codeception/codeception=2.0.*" \
&& composer.phar global require --no-progress "codeception/specify=*" \
&& composer.phar global require --no-progress "codeception/verify=*"
Expand Down
4 changes: 2 additions & 2 deletions 2.0/php-fpm/Dockerfile.php7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.0.6-fpm
FROM php:7.0.8-fpm

MAINTAINER [email protected]

Expand Down Expand Up @@ -35,7 +35,7 @@ RUN apt-get update \
# Next composer and global composer package, as their versions may change from time to time
RUN curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer.phar \
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.1.4" \
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.0" \
&& composer.phar global require --no-progress "codeception/codeception=2.0.*" \
&& composer.phar global require --no-progress "codeception/specify=*" \
&& composer.phar global require --no-progress "codeception/verify=*"
Expand Down
2 changes: 1 addition & 1 deletion 2.0/php-fpm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.8",
"yiisoft/yii2": "2.0.9",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-jui": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
Expand Down
Loading

0 comments on commit f855378

Please sign in to comment.