Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multilingual demo content #6

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Tools to help development
`docker run -p 3030:3030 -d appbaseio/mirage`
`docker run -p 1358:1358 -d appbaseio/dejavu`

### Generate dummy content
### Generate demo content

Dummy content can be created with command:
`ddev exec drush devel-generate-content`
Demo content can be created with command:
`ddev exec drush en demo_content`

### Run PHPUnit tests

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.0",
"drupal/core-composer-scaffold": "^9.1",
"drupal/core-project-message": "^9.1",
"drupal/core-recommended": "^9.1",
"drupal/core-composer-scaffold": "^9.2",
"drupal/core-project-message": "^9.2",
"drupal/core-recommended": "^9.2",
"drupal/devel": "^4.1.1",
"drupal/elasticsearch_connector": "7.0.0-alpha3",
"drupal/search_api": "^1.19",
"drupal/search_api_solr": "^4.1",
"drupal/token": "^1.9",
"drush/drush": "^10"
},
"conflict": {
Expand All @@ -44,9 +45,6 @@
"composer-exit-on-patch-failure": true,
"enable-patching": true,
"patches": {
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/3182653": "https://www.drupal.org/files/issues/2021-03-05/3182653-23.patch"
},
"drupal/elasticsearch_connector": {
"3153850 - getCluster error in getIndexName": "https://git.drupalcode.org/project/elasticsearch_connector/-/merge_requests/4.diff"
}
Expand Down Expand Up @@ -104,8 +102,10 @@
}
},
"require-dev": {
"drupal/core-dev": "^9.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"drupal/coder": "~8.3.12",
"drupal/core-dev": "^9.2",
"mglaman/drupal-check": "^1.1",
"mglaman/phpstan-drupal": "^0.12.8",
"phpspec/prophecy-phpunit": "^2"
}
Expand Down
Loading