Commit 060e1f14 authored by Tobias Munk's avatar Tobias Munk

Docker image, composer packages

parent a4904d47
Pipeline #9176 passed with stages
FROM phundament/php-one:5.6-fpm-5.0.0-beta7 FROM phundament/php-one:5.6-fpm-5.0.1
# Clean eventually orphaned files and remove installation source # Clean eventually orphaned files and remove installation source
RUN rm -rf /app/src /app/web /app-src RUN rm -rf /app/src /app/web /app-src
......
...@@ -30,13 +30,12 @@ ...@@ -30,13 +30,12 @@
}, },
"minimum-stability": "stable", "minimum-stability": "stable",
"require": { "require": {
"dmstr/yii2-pages-module": "0.12.0-beta2", "dmstr/yii2-cms-metapackage": "^4.2.0",
"dmstr/yii2-cms-metapackage": "dev-master",
"vlucas/phpdotenv": "2.*", "vlucas/phpdotenv": "2.*",
"yiisoft/yii2": "^2.0.7" "yiisoft/yii2": "^2.0.7"
}, },
"require-dev": { "require-dev": {
"dmstr/yii2-cms-dev-metapackage": "~1.0" "dmstr/yii2-cms-dev-metapackage": "^1.1.0"
}, },
"extra": { "extra": {
"asset-installer-paths": { "asset-installer-paths": {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment