Commit 4390670b authored by Rajab Natshah's avatar Rajab Natshah
Browse files

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

Issue #3403836: Change drupal/core to ~9 in the .info.yml and composer.json files in the 9.0.x branch
parent d4928234
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
### 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
+1 −0
Original line number Diff line number Diff line
@@ -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
+3 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
    "composer/installers": "~2.0",
    "oomphinc/composer-installers-extender": "~2.0",
    "cweagans/composer-patches": "~1.0",
    "drupal/core": "~9.5.0 || ~10.1.0",
    "drupal/core": "~9",
    "vardot/entity-definition-update-manager": "~1.0",
    "vardot/module-installer-factory": "~1.0",
    "drupal/varbase_layout_builder": "~9.0 || ~10.0",
@@ -42,6 +42,7 @@
  },
  "extra": {
    "enable-patching": true,
    "composer-exit-on-patch-failure": true
    "composer-exit-on-patch-failure": true,
    "patches": { }
  }
}
+3 −3
Original line number Diff line number Diff line
name: "Varbase FAQ"
description: "Provides FAQ content type and related configuration. A frequently asked question and its answer."
name: Varbase FAQ
description: Provides FAQ content type and related configuration. A frequently asked question and its answer.
type: module
package: Varbase
core_version_requirement: ~9.5.0 || ~10.1.0
core_version_requirement: ~9
dependencies:
  - drupal:user
  - drupal:node
+1137 −1034

File changed.

Preview size limit exceeded, changes collapsed.