Skip to content
Draft

D11 #723

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
128 changes: 14 additions & 114 deletions composer.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.6.0",
"drupal/core-composer-scaffold": "^11.0",
"drupal/core": "10.5.2",
"drupal/core-recommended": "10.5.2",
"drupal/core": "11.x",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[NOTE] This needs to be changed to 11.3.x

"drupal/core-recommended": "11.x",
"drush/drush": "^13",
"vlucas/phpdotenv": "^4.1",
"webflo/drupal-finder": "^1.0"
Expand All @@ -17,7 +17,8 @@
"behat/mink": "^1.11",
"behat/mink-browserkit-driver": "^2.2",
"behat/mink-selenium2-driver": "^1.4",
"chi-teck/drupal-code-generator": "^3.0",
"imbo/behat-api-extension": "^6.0",
"chi-teck/drupal-code-generator": "*",
"squizlabs/php_codesniffer": "3.7.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"doctrine/persistence": "^3.3",
Expand All @@ -26,17 +27,15 @@
"drevops/behat-screenshot": "^1.0",
"drevops/behat-steps": "^1.2.0",
"phpcompatibility/php-compatibility": "^9.1",
"imbo/behat-api-extension": "^6.0",
"symfony/filesystem": "^6.2",
"symfony/filesystem": "^7.4",
"php-http/curl-client": "*",
"phpunit/phpunit": "^8.5.14 || ^9",
"drupal/core-dev":"10.5.x",
"drupal/core-dev":"11.x",
"phpspec/prophecy-phpunit":"^2",
"weitzman/drupal-test-traits": "^1.5",
"weitzman/drupal-test-traits": "*",
"php-http/message": "~1.13",
"php-http/message-factory": "^1.1",
"guzzlehttp/psr7": "~2.7.0",
"dpc-sdp/tide_test": "^4.0.0",
"guzzlehttp/psr7": "^2.8.0",
"drupal/test_helpers": "^1.2"
},
"provide": {
Expand Down Expand Up @@ -70,7 +69,7 @@
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8",
"exclude": ["drupal/token_conditions", "drupal/ckeditor_templates", "drupal/create_menus_permission"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[NOTE] check why do we need the customised "drupal/token_conditions", "drupal/ckeditor_templates", "drupal/create_menus_permission"

"exclude": ["drupal/token_conditions"]
},
"asset-packagist": {
"type": "composer",
Expand All @@ -81,111 +80,12 @@
"no-api": true,
"url": "https://github.com/dpc-sdp/tide.git"
},
"drupal/create_menus_permission": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/create_menus_permission.git"
},
"dpc-sdp/tide_alert": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_alert.git"
},
"dpc-sdp/tide_api": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_api.git"
},
"dpc-sdp/tide_authenticated_content": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_authenticated_content.git"
},
"dpc-sdp/tide_core": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_core.git"
},
"dpc-sdp/tide_data_driven_component": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_data_driven_component.git"
},
"dpc-sdp/tide_demo_content": {
"url": "https://github.com/dpc-sdp/tide_demo_content.git",
"type": "vcs",
"no-api": true
},
"dpc-sdp/tide_event": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_event.git"
},
"dpc-sdp/tide_event_atdw": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_event_atdw.git"
},
"dpc-sdp/tide_grant": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_grant.git"
},
"dpc-sdp/tide_landing_page": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_landing_page.git"
},
"dpc-sdp/tide_media": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_media.git"
},
"dpc-sdp/tide_monsido": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_monsido.git"
},
"dpc-sdp/tide_page": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_page.git"
},
"dpc-sdp/tide_profile": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_profile.git"
},
"dpc-sdp/tide_publication": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_publication.git"
},
"dpc-sdp/tide_news": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_news.git"
},
"dpc-sdp/tide_search": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_search.git"
},
"dpc-sdp/tide_site": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_site.git"
},
"dpc-sdp/tide_test": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_test.git"
},
"dpc-sdp/tide_webform": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_webform.git"
},

"library/dropzone": {
"type": "package",
"package": {
Expand Down Expand Up @@ -407,15 +307,15 @@
}
}
},
"drupal/token_conditions": {
"ubirak/rest-api-behat-extension": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/token_conditions.git"
"url": "https://github.com/dpc-sdp/rest-api-behat-extension.git"
},
"drupal/ckeditor_templates": {
"drupal/token_conditions": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/ckeditor_templates.git"
"url": "https://github.com/dpc-sdp/token_conditions.git"
}
},
"scripts": {
Expand Down
Loading
Loading