File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed
Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1111
1212env :
1313 matrix :
14- - DRUPAL=10.3
1514 - DRUPAL=11.0
1615
1716jobs :
Original file line number Diff line number Diff line change 22
33All Notable changes to the ** Quality Assurance - Drupal** package.
44
5+ ## [ 4.0.0-alpha1]
6+
7+ ### Updated
8+
9+ - Remove sebastian/phpcpd and replace it with systemsdk/phpcpd.
10+
11+ ### Removed
12+
13+ - Remove D10 support.
14+ - Remove D10.3 from travis.
15+
516## [ 3.0.2]
617
718### Added
@@ -427,6 +438,7 @@ Initial setup of the qa-drupal package:
427438- Default config files and checks for a Drupal site.
428439- Default config files and checks for a Drupal module.
429440
441+ [ 4.0.0-alpha1 ] : https://github.com/district09/php_package_qa-drupal/compare/3.0.2...4.0.0-alpha1
430442[ 3.0.2 ] : https://github.com/district09/php_package_qa-drupal/compare/3.0.1...3.0.2
431443[ 3.0.1 ] : https://github.com/district09/php_package_qa-drupal/compare/3.0.0...3.0.1
432444[ 3.0.0 ] : https://github.com/district09/php_package_qa-drupal/compare/2.1.0...3.0.0
Original file line number Diff line number Diff line change 2020 "role" : " developer"
2121 }
2222 ],
23+ "repositories" : [
24+ {
25+ "type" : " vcs" ,
26+ "url" : " https://github.com/systemsdk/phpcpd"
27+ }
28+ ],
2329 "require" : {
2430 "php" : " ^8.3" ,
2531 "drupal/coder" : " ^8.3" ,
26- "drupal/core" : " ^10.3 || ^ 11.0" ,
32+ "drupal/core" : " ^11.0" ,
2733 "drupal/drupal-extension" : " ^5.0" ,
2834 "enlightn/security-checker" : " ^1.4" ,
2935 "ergebnis/composer-normalize" : " ^2.11" ,
3642 "phpspec/prophecy-phpunit" : " ^2" ,
3743 "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
3844 "phpunit/phpunit" : " ^9.3 || ^10.0" ,
39- "sebastian/phpcpd " : " ^6.0" ,
40- "symfony/phpunit-bridge " : " ^5.2 || ^6 .0"
45+ "symfony/phpunit-bridge " : " ^5.2 || ^6.0" ,
46+ "systemsdk/phpcpd " : " ^7 .0"
4147 },
4248 "minimum-stability" : " dev" ,
4349 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments