Skip to content

Commit 7fafa2b

Browse files
authored
Merge branch 'main' into main
2 parents 3939747 + 8cf941a commit 7fafa2b

17 files changed

+386
-1219
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/CONTRIBUTING.md export-ignore
77
/package.json export-ignore
88
/package-lock.json export-ignore
9-
/phpmd.xml export-ignore
109
/phpunit.xml export-ignore
1110
/README.md export-ignore
1211
/rector.php export-ignore

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
php-versions: ['8.0', '8.1', '8.2']
9+
php-versions: ['8.1', '8.2', '8.3', '8.4']
1010
name: PHP ${{ matrix.php-versions }}
1111
steps:
1212
- uses: actions/checkout@v4

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,13 @@
3232
}
3333
],
3434
"require": {
35-
"php": "8.*",
35+
"php": "^8.1",
3636
"ext-curl": "*",
3737
"composer/ca-bundle": "^1.2"
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "^9",
4141
"squizlabs/php_codesniffer": "^3",
42-
"phpmd/phpmd": "^2",
4342
"php-vcr/php-vcr": "^1",
4443
"php-vcr/phpunit-testlistener-vcr": "dev-php8",
4544
"rector/rector": "^0.15.7"

0 commit comments

Comments
 (0)