Compare commits
7 Commits
df440a8440
...
master
Author | SHA1 | Date | |
---|---|---|---|
4d4b26c24b | |||
a2b39863d2 | |||
42e494b5bc | |||
6ad84cfa84 | |||
2d54249513 | |||
a6b65738b7 | |||
2727dffd40 |
6
.gitignore
vendored
6
.gitignore
vendored
@ -9,8 +9,4 @@
|
||||
!config/*
|
||||
!docs/*
|
||||
!README.md
|
||||
|
||||
config/security_review.check.security_review-file_perms.yml
|
||||
config/security_review.check.security_review-executable_php.yml
|
||||
config/security_review.checks.yml
|
||||
config/color.theme.bartik.yml
|
||||
!.gitlab-ci.yml
|
||||
|
@ -15,37 +15,15 @@
|
||||
},{
|
||||
|
||||
"type": "vcs",
|
||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git"
|
||||
}
|
||||
"url": "ssh://git@gitlab.com:22/opencase1/opencase.git"
|
||||
},{
|
||||
"type": "path",
|
||||
"url": "./web/modules/contrib/opencase"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"autonomic/opencase": "dev-master",
|
||||
"composer/installers": "^1.2",
|
||||
"drupal/admin_toolbar": "^3.1",
|
||||
"drupal/base_field_override_ui": "^1.0",
|
||||
"drupal/better_exposed_filters": "^5.0",
|
||||
"drupal/core-composer-scaffold": "^9",
|
||||
"drupal/core-project-message": "^9",
|
||||
"drupal/core-recommended": "^9",
|
||||
"drupal/ctools": "^3.7",
|
||||
"drupal/date_popup": "^1.1",
|
||||
"drupal/dbug": "^2.0",
|
||||
"drupal/devel_entity_updates": "^3.0",
|
||||
"drupal/entity_extra_field": "^2.0@alpha",
|
||||
"drupal/entity_reference_revisions": "^1.9",
|
||||
"drupal/facets": "^2.0",
|
||||
"drupal/hide_revision_field": "^2.2",
|
||||
"drupal/password_strength": "^2.0@beta",
|
||||
"drupal/restui": "^1.20",
|
||||
"drupal/route_condition": "^2.0",
|
||||
"drupal/search_api": "^1.21",
|
||||
"drupal/security_review": "^1.0@alpha",
|
||||
"drupal/tamper": "^1.0@alpha",
|
||||
"drupal/typed_data": "^1.0@alpha",
|
||||
"drupal/views_aggregator": "^2.0",
|
||||
"drupal/views_autosubmit": "^1.4",
|
||||
"drupal/views_data_export": "^1.1",
|
||||
"drupal/views_summarize": "1.1.x-dev",
|
||||
"drush/drush": "*",
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
@ -71,6 +49,9 @@
|
||||
"drupal-scaffold": {
|
||||
"locations": {
|
||||
"web-root": "web/"
|
||||
},
|
||||
"file-mapping": {
|
||||
"[web-root]/sites/development.services.yml": false
|
||||
}
|
||||
},
|
||||
"installer-paths": {
|
||||
|
1254
composer.lock
generated
1254
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user