Commit ce622328 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3403836: Revamp the 9.1.x branch for Varbase FAQs to work with Drupal...

Issue #3403836: Revamp the 9.1.x branch for Varbase FAQs to work with Drupal ~10 for a smoother upgrade process and drop support for Drupal ~9
parent f4e362e6
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
+2 −4
Original line number Diff line number Diff line
node_modules/**/*.css
vendor/**/*.css
**/libraries/
**/*.min.css"
**/*.min.css
/css/variables.css
/css/mixins/
scss/*
@@ -10,7 +9,6 @@ fonts/*
js/*
src/*
tests/*
scripts/*
config/**/*.yml
*.yml
.*
+9 −8
Original line number Diff line number Diff line
@@ -27,21 +27,22 @@
    }
  },
  "require": {
		"composer/installers": "~1.0 || ~2.0",
    "oomphinc/composer-installers-extender": "~1.0 || ~2.0",
    "composer/installers": "~2.0",
    "oomphinc/composer-installers-extender": "~2.0",
    "cweagans/composer-patches": "~1.0",
    "drupal/core": "~9.0",
    "drupal/core": "~10",
    "vardot/entity-definition-update-manager": "~1.0",
    "vardot/module-installer-factory": "~1.0",
    "drupal/varbase_layout_builder": "~10.1.0 || 10.1.x-dev",
    "drupal/varbase_layout_builder": "~9.0 || ~10.0",
    "drupal/faq": "~1.0",
    "drupal/rabbit_hole": "~1.0",
    "drupal/rabbit_hole": "~1.0 || ~2.0",
    "drupal/length_indicator": "~1.0",
    "drupal/advanced_text_formatter": "~2.0",
    "drupal/maxlength": "~2.0"
    "drupal/advanced_text_formatter": "~2.0 || ~3.0",
    "drupal/maxlength": "~2.1.0"
  },
  "extra": {
    "enable-patching": true,
    "composer-exit-on-patch-failure": true
    "composer-exit-on-patch-failure": true,
    "patches": { }
  }
}
+2 −0
Original line number Diff line number Diff line
id: anonymous
permissions: {  }
Loading