Skip to content

Commit

Permalink
Upgrade to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaertl committed Nov 3, 2017
1 parent b94ac0c commit 8fa0abe
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 107 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM codemix/yii2-base:2.0.12-php7-apache
#FROM codemix/yii2-base:2.0.12-php7-fpm
#FROM codemix/yii2-base:2.0.12-hhvm
FROM codemix/yii2-base:2.0.13-php7-apache
#FROM codemix/yii2-base:2.0.13-php7-fpm
#FROM codemix/yii2-base:2.0.13-hhvm


# Composer packages are installed first. This will only add packages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker-compose run --rm web ./yii migrate
> to run composer:
>
> ```
> docker run --rm -v /srv/projects:/var/www/html codemix/yii2-base:2.0.12-apache composer create-project --no-install codemix/yii2-dockerized myproject
> docker run --rm -v /srv/projects:/var/www/html codemix/yii2-base:2.0.13-apache composer create-project --no-install codemix/yii2-dockerized myproject
> ```
It may take some minutes to download the required docker images. When
Expand Down
2 changes: 1 addition & 1 deletion 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.12",
"yiisoft/yii2": "2.0.13",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-jui": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
Expand Down
202 changes: 100 additions & 102 deletions composer.lock

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

0 comments on commit 8fa0abe

Please sign in to comment.