Skip to content

Commit 4a0f44e

Browse files
authored
Merge pull request #43 from district09/develop
Add support for phpunit 10
2 parents 3525d5b + 88f0fe8 commit 4a0f44e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
All Notable changes to the **Quality Assurance - Drupal** package.
44

5+
## [3.0.2]
6+
7+
### Added
8+
9+
- Add PHPunit 10 support.
10+
511
## [3.0.1]
612

713
### Added
@@ -421,6 +427,7 @@ Initial setup of the qa-drupal package:
421427
- Default config files and checks for a Drupal site.
422428
- Default config files and checks for a Drupal module.
423429

430+
[3.0.2]: https://github.com/district09/php_package_qa-drupal/compare/3.0.1...3.0.2
424431
[3.0.1]: https://github.com/district09/php_package_qa-drupal/compare/3.0.0...3.0.1
425432
[3.0.0]: https://github.com/district09/php_package_qa-drupal/compare/2.1.0...3.0.0
426433
[2.1.1]: https://github.com/district09/php_package_qa-drupal/compare/2.1.0...2.1.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"phpspec/prophecy": "^1.10",
3636
"phpspec/prophecy-phpunit": "^2",
3737
"phpstan/phpstan-deprecation-rules": "^1.0",
38-
"phpunit/phpunit": "^9.3",
38+
"phpunit/phpunit": "^9.3 || ^10.0",
3939
"sebastian/phpcpd": "^6.0",
4040
"symfony/phpunit-bridge": "^5.2 || ^6.0"
4141
},

0 commit comments

Comments
 (0)