Skip to content

Commit 8fa0abe

Browse files
committed
Upgrade to 2.0.13
1 parent b94ac0c commit 8fa0abe

File tree

4 files changed

+105
-107
lines changed

4 files changed

+105
-107
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM codemix/yii2-base:2.0.12-php7-apache
2-
#FROM codemix/yii2-base:2.0.12-php7-fpm
3-
#FROM codemix/yii2-base:2.0.12-hhvm
1+
FROM codemix/yii2-base:2.0.13-php7-apache
2+
#FROM codemix/yii2-base:2.0.13-php7-fpm
3+
#FROM codemix/yii2-base:2.0.13-hhvm
44

55

66
# Composer packages are installed first. This will only add packages

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ docker-compose run --rm web ./yii migrate
4040
> to run composer:
4141
>
4242
> ```
43-
> 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
43+
> 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
4444
> ```
4545
4646
It may take some minutes to download the required docker images. When

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",

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.

0 commit comments

Comments
 (0)