Skip to content

Commit

Permalink
Merge pull request #78 from antistatique/60x/drop-support-drupal94
Browse files Browse the repository at this point in the history
drop tests support on Drupal <= 9.4
  • Loading branch information
WengerK authored Mar 1, 2024
2 parents e3a7734 + 73d9699 commit f9ec067
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix Issue #3350583 by urvashi_vora, mukesh88, mahtab_alam: Fix the errors/warnings reported by PHP_CodeSniffer

### Removed
- drop tests support on Drupal < 9.4
- drop tests support on Drupal <= 9.4

## [6.0.0] - 2022-11-18
### Added
Expand Down
2 changes: 1 addition & 1 deletion bamboo_twig.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Bamboo Twig
description: 'Several Twig extensions with some useful functions and filters that can improve development experience.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11
2 changes: 1 addition & 1 deletion bamboo_twig_config/bamboo_twig_config.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Config
description: 'Several "Config" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_extensions/bamboo_twig_extensions.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Extensions
description: 'Twig extensions (Text, Date & Array) from http://twig-extensions.readthedocs.io/en/latest/index.html.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_file/bamboo_twig_file.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - File
description: 'Several "File" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_i18n/bamboo_twig_i18n.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Internationalization
description: 'Several "i18n" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_loader/bamboo_twig_loader.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Loaders
description: 'Several "Loaders & Render" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_path/bamboo_twig_path.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Path & Url
description: 'Several "Path & Url" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_security/bamboo_twig_security.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Security
description: 'Several "Security" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_token/bamboo_twig_token.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Token
description: 'Several "Token" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion tests/modules/bamboo_twig_test/bamboo_twig_test.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig test
description: Support module for Bamboo Twig testing.
package: Testing
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- drupal:bamboo_twig

0 comments on commit f9ec067

Please sign in to comment.