Skip to content

Commit 58229fe

Browse files
authored
Merge pull request #46 from district09/develop
Remove sebastian/phpcpd and replace it with systemsdk/phpcpd
2 parents 7465005 + 742f82d commit 58229fe

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ cache:
1111

1212
env:
1313
matrix:
14-
- DRUPAL=10.3
1514
- DRUPAL=11.0
1615

1716
jobs:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All 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

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@
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",
@@ -36,8 +42,8 @@
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,

0 commit comments

Comments
 (0)