Skip to content

Commit

Permalink
added constraint for backend module (beta), updated docker host-volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 30, 2019
1 parent f613dd2 commit c4a0630
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4,141 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"dmstr/yii2-json-editor": "^0.2.2",
"dmstr/yii2-web": "^0.4.0",
"dmstr/yii2-db": "1.0.0",
"dmstr/yii2-backend-module": "^1.0.0-beta12",
"bedezign/yii2-audit": "^1.1",
"mikehaertl/php-shellcommand": "^1.2.4",
"pheme/yii2-settings": "^0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- APP_CONFIG_FILE=/repo/tests/project/config/test.php
volumes:
# mount this repository read-only
- ./..:/repo:rw
- ./..:/repo:ro
# mount tests
- ./:/repo/tests
# composer cache
Expand Down
Loading

0 comments on commit c4a0630

Please sign in to comment.