File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1111
1212env :
1313 matrix :
14+ - DRUPAL=10.3
1415 - DRUPAL=11.0
1516
1617jobs :
Original file line number Diff line number Diff line change 22
33All Notable changes to the ** Quality Assurance - Drupal** package.
44
5+ ## [ 3.0.1]
6+
7+ ### Added
8+
9+ - Add Drupal 10 support because this is necessary for upgrading.
10+
511## [ 3.0.0]
612
713### Added
@@ -415,6 +421,7 @@ Initial setup of the qa-drupal package:
415421- Default config files and checks for a Drupal site.
416422- Default config files and checks for a Drupal module.
417423
424+ [ 3.0.1 ] : https://github.com/district09/php_package_qa-drupal/compare/3.0.0...3.0.1
418425[ 3.0.0 ] : https://github.com/district09/php_package_qa-drupal/compare/2.1.0...3.0.0
419426[ 2.1.1 ] : https://github.com/district09/php_package_qa-drupal/compare/2.1.0...2.1.1
420427[ 2.1.0 ] : https://github.com/district09/php_package_qa-drupal/compare/2.0.3...2.1.0
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The versions support different PHP & Drupal versions:
1818* Until 1.4.x : PHP 7.3 or 7.4 & Drupal 8.8+ or 9+.
1919* From 1.5.x : PHP 7.4 & Drupal 9.1 or higher.
2020* From 1.7.X : PHP 7.4, 8.X & DRUPAL 9.3 or higher.
21- * From 3.0.x : PHP 8.3, DRUPAL 11.0 or higher.
21+ * From 3.0.x : PHP 8.3, DRUPAL 10.3 or higher.
2222
2323## Installation
2424
Original file line number Diff line number Diff line change 2323 "require" : {
2424 "php" : " ^8.3" ,
2525 "drupal/coder" : " ^8.3" ,
26- "drupal/core" : " ^11.0" ,
26+ "drupal/core" : " ^10 || ^ 11.0" ,
2727 "drupal/drupal-extension" : " ^5.0" ,
2828 "enlightn/security-checker" : " ^1.4" ,
2929 "ergebnis/composer-normalize" : " ^2.11" ,
You can’t perform that action at this time.
0 commit comments