Skip to content
Snippets Groups Projects
Commit 7c637029 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3405292: Change drupal/core to ~10 in the .info.yml and composer.json...

Issue #3405292: Change drupal/core to ~10 in the .info.yml and composer.json files to allow for a smooth update to latest stable Drupal 10 versions
parent 5e8fa62e
No related branches found
No related tags found
No related merge requests found
### Problem/Motivation
#### Steps to reproduce
```
Given
When
Then
```
### Proposed resolution
......@@ -17,6 +13,7 @@
- [ ] Automated unit/functional testing coverage
- [ ] Developer Documentation support on feature change/addition
- [ ] User Guide Documentation support on feature change/addition
- [ ] UX/UI designer responsibilities
- [ ] Accessibility and Readability
- [ ] Code review from 1 Varbase core team member
- [ ] Full testing and approval
......
......@@ -5,6 +5,7 @@
- [ ] Automated unit/functional testing coverage
- [ ] Developer Documentation support on feature change/addition
- [ ] User Guide Documentation support on feature change/addition
- [ ] UX/UI designer responsibilities
- [ ] Accessibility and Readability
- [ ] Code review from 1 Varbase core team member
- [ ] Full testing and approval
......
......@@ -27,10 +27,10 @@
}
},
"require": {
"composer/installers": "~2.0",
"oomphinc/composer-installers-extender": "~2.0",
"cweagans/composer-patches": "~1.0",
"drupal/core": "~9.5.0 || ~10.1.0",
"composer/installers": "~2",
"oomphinc/composer-installers-extender": "~2",
"cweagans/composer-patches": "~1",
"drupal/core": "~9.5.0 || ~10",
"drupal/feeds": "~3.0",
"drupal/feeds_ex": "~1.0",
"drupal/feeds_tamper": "~2.0"
......@@ -41,6 +41,7 @@
"npm-asset"
],
"enable-patching": true,
"composer-exit-on-patch-failure": true
"composer-exit-on-patch-failure": true,
"patches": { }
}
}
......@@ -2,7 +2,7 @@ name: 'Varbase YouTube Import'
description: 'Feed type that imports from YouTube channels and playlists.'
type: module
package: Varbase
core_version_requirement: ~9.5.0 || ~10.1.0
core_version_requirement: ~9.5.0 || ~10
dependencies:
- feeds:feeds
- feeds_ex:feeds_ex
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment