Skip to content

Commit 01d783e

Browse files
committed
Merge branch 'release/2.0.0'
2 parents 8a50a8b + 0f2b913 commit 01d783e

File tree

3 files changed

+64
-50
lines changed

3 files changed

+64
-50
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: php
22
sudo: false
33

44
php:
5-
- 7.4
6-
- 8.0
75
- 8.1
86

97
cache:
@@ -12,8 +10,9 @@ cache:
1210

1311
env:
1412
matrix:
15-
- DRUPAL=9.3
1613
- DRUPAL=9.4
14+
- DRUPAL=9.5
15+
- DRUPAL=10.0
1716

1817
jobs:
1918
fast_finish: true

CHANGELOG.md

Lines changed: 58 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## [2.0.0]
6+
7+
### Added
8+
9+
- Add Drupal 10 support.
10+
11+
### Changed
12+
13+
- Change minimal PHP version to 8.1.
14+
15+
### Removed
16+
17+
- Remove Drupal 9.3.x support.
18+
519
## [1.8.1]
620

721
### added
@@ -352,46 +366,47 @@ Initial setup of the qa-drupal package:
352366
- Default config files and checks for a Drupal site.
353367
- Default config files and checks for a Drupal module.
354368

355-
[1.8.1]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.8.0...1.8.1
356-
[1.8.0]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.7.3...1.8.0
357-
[1.7.3]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.7.2...1.7.3
358-
[1.7.2]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.7.1...1.7.2
359-
[1.7.1]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.7.0...1.7.1
360-
[1.7.0]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.6.2...1.7.0
361-
[1.6.2]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.6.1...1.6.2
362-
[1.6.1]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.6.0...1.6.1
363-
[1.6.0]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.5.6...1.6.0
364-
[1.5.6]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.5.5...1.5.6
365-
[1.5.5]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.5.4...1.5.5
366-
[1.5.4]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.5.3...1.5.4
367-
[1.5.3]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.5.2...1.5.3
368-
[1.5.2]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.5.1...1.5.2
369-
[1.5.1]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.5.0...1.5.1
370-
[1.5.0]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.13...1.5.0
371-
[1.4.13]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.12...1.4.13
372-
[1.4.12]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.11...1.4.12
373-
[1.4.11]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.10...1.4.11
374-
[1.4.10]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.9...1.4.10
375-
[1.4.9]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.8...1.4.9
376-
[1.4.8]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.7...1.4.8
377-
[1.4.7]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.6...1.4.7
378-
[1.4.6]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.5...1.4.6
379-
[1.4.5]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.4...1.4.5
380-
[1.4.4]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.3...1.4.4
381-
[1.4.3]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.2...1.4.3
382-
[1.4.2]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.1...1.4.2
383-
[1.4.1]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.0...1.4.1
384-
[1.4.0]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.3.1...1.4.0
385-
[1.3.1]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.3.0...1.3.1
386-
[1.3.0]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.2.3...1.3.0
387-
[1.2.3]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.2.2...1.2.3
388-
[1.2.2]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.2.1...1.2.2
389-
[1.2.1]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.2.0...1.2.1
390-
[1.2.0]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.1.5...1.2.0
391-
[1.1.5]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.1.4...1.1.5
392-
[1.1.4]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.1.3...1.1.4
393-
[1.1.3]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.1.2...1.1.3
394-
[1.1.2]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.1.1...1.1.2
395-
[1.1.1]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.1.0...1.1.1
396-
[1.1.0]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.0.0...1.1.0
397-
[1.0.0]: https://github.com/digipolisgent/php_package_qa-drupal/releases/tag/1.0.0
369+
[2.0.0]: https://github.com/district09/php_package_qa-drupal/compare/1.8.1...2.0.0
370+
[1.8.1]: https://github.com/district09/php_package_qa-drupal/compare/1.8.0...1.8.1
371+
[1.8.0]: https://github.com/district09/php_package_qa-drupal/compare/1.7.3...1.8.0
372+
[1.7.3]: https://github.com/district09/php_package_qa-drupal/compare/1.7.2...1.7.3
373+
[1.7.2]: https://github.com/district09/php_package_qa-drupal/compare/1.7.1...1.7.2
374+
[1.7.1]: https://github.com/district09/php_package_qa-drupal/compare/1.7.0...1.7.1
375+
[1.7.0]: https://github.com/district09/php_package_qa-drupal/compare/1.6.2...1.7.0
376+
[1.6.2]: https://github.com/district09/php_package_qa-drupal/compare/1.6.1...1.6.2
377+
[1.6.1]: https://github.com/district09/php_package_qa-drupal/compare/1.6.0...1.6.1
378+
[1.6.0]: https://github.com/district09/php_package_qa-drupal/compare/1.5.6...1.6.0
379+
[1.5.6]: https://github.com/district09/php_package_qa-drupal/compare/1.5.5...1.5.6
380+
[1.5.5]: https://github.com/district09/php_package_qa-drupal/compare/1.5.4...1.5.5
381+
[1.5.4]: https://github.com/district09/php_package_qa-drupal/compare/1.5.3...1.5.4
382+
[1.5.3]: https://github.com/district09/php_package_qa-drupal/compare/1.5.2...1.5.3
383+
[1.5.2]: https://github.com/district09/php_package_qa-drupal/compare/1.5.1...1.5.2
384+
[1.5.1]: https://github.com/district09/php_package_qa-drupal/compare/1.5.0...1.5.1
385+
[1.5.0]: https://github.com/district09/php_package_qa-drupal/compare/1.4.13...1.5.0
386+
[1.4.13]: https://github.com/district09/php_package_qa-drupal/compare/1.4.12...1.4.13
387+
[1.4.12]: https://github.com/district09/php_package_qa-drupal/compare/1.4.11...1.4.12
388+
[1.4.11]: https://github.com/district09/php_package_qa-drupal/compare/1.4.10...1.4.11
389+
[1.4.10]: https://github.com/district09/php_package_qa-drupal/compare/1.4.9...1.4.10
390+
[1.4.9]: https://github.com/district09/php_package_qa-drupal/compare/1.4.8...1.4.9
391+
[1.4.8]: https://github.com/district09/php_package_qa-drupal/compare/1.4.7...1.4.8
392+
[1.4.7]: https://github.com/district09/php_package_qa-drupal/compare/1.4.6...1.4.7
393+
[1.4.6]: https://github.com/district09/php_package_qa-drupal/compare/1.4.5...1.4.6
394+
[1.4.5]: https://github.com/district09/php_package_qa-drupal/compare/1.4.4...1.4.5
395+
[1.4.4]: https://github.com/district09/php_package_qa-drupal/compare/1.4.3...1.4.4
396+
[1.4.3]: https://github.com/district09/php_package_qa-drupal/compare/1.4.2...1.4.3
397+
[1.4.2]: https://github.com/district09/php_package_qa-drupal/compare/1.4.1...1.4.2
398+
[1.4.1]: https://github.com/district09/php_package_qa-drupal/compare/1.4.0...1.4.1
399+
[1.4.0]: https://github.com/district09/php_package_qa-drupal/compare/1.3.1...1.4.0
400+
[1.3.1]: https://github.com/district09/php_package_qa-drupal/compare/1.3.0...1.3.1
401+
[1.3.0]: https://github.com/district09/php_package_qa-drupal/compare/1.2.3...1.3.0
402+
[1.2.3]: https://github.com/district09/php_package_qa-drupal/compare/1.2.2...1.2.3
403+
[1.2.2]: https://github.com/district09/php_package_qa-drupal/compare/1.2.1...1.2.2
404+
[1.2.1]: https://github.com/district09/php_package_qa-drupal/compare/1.2.0...1.2.1
405+
[1.2.0]: https://github.com/district09/php_package_qa-drupal/compare/1.1.5...1.2.0
406+
[1.1.5]: https://github.com/district09/php_package_qa-drupal/compare/1.1.4...1.1.5
407+
[1.1.4]: https://github.com/district09/php_package_qa-drupal/compare/1.1.3...1.1.4
408+
[1.1.3]: https://github.com/district09/php_package_qa-drupal/compare/1.1.2...1.1.3
409+
[1.1.2]: https://github.com/district09/php_package_qa-drupal/compare/1.1.1...1.1.2
410+
[1.1.1]: https://github.com/district09/php_package_qa-drupal/compare/1.1.0...1.1.1
411+
[1.1.0]: https://github.com/district09/php_package_qa-drupal/compare/1.0.0...1.1.0
412+
[1.0.0]: https://github.com/district09/php_package_qa-drupal/releases/tag/1.0.0

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.4 || ^8.0",
24+
"php": "^8.1",
2525
"drupal/coder": "^8.3",
26-
"drupal/core": "^9.3",
27-
"drupal/drupal-extension": "^4.1",
26+
"drupal/core": "^9.4 || 10.0",
27+
"drupal/drupal-extension": "^4.1 || ^5.0",
2828
"enlightn/security-checker": "^1.4",
2929
"ergebnis/composer-normalize": "^2.11",
3030
"mglaman/phpstan-drupal": "^1.1",
@@ -38,7 +38,7 @@
3838
"phpstan/phpstan-deprecation-rules": "^1.0",
3939
"phpunit/phpunit": "^9",
4040
"sebastian/phpcpd": "^6.0",
41-
"symfony/phpunit-bridge": "^5.2"
41+
"symfony/phpunit-bridge": "^5.2 || ^6.0"
4242
},
4343
"minimum-stability": "dev",
4444
"prefer-stable": true,

0 commit comments

Comments
 (0)