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

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

Issue #3405122: 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 3bae4ad6
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
......
......@@ -2,7 +2,7 @@ name: "Varbase Reports"
description: "Provides number of statistical reports."
type: module
package: Varbase
core_version_requirement: ~10.1.0
core_version_requirement: ~10
configure: varbase_reports.reports_index
dependencies:
- drupal:user
......
......@@ -19,4 +19,4 @@ function varbase_reports_install() {
// Add permissions.
ModuleInstallerFactory::addPermissions('varbase_reports');
}
\ No newline at end of file
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment