Skip to content

Commit 8df9d5f

Browse files
committed
Add support for PHP 8.2 and 8.3
1 parent bd654f8 commit 8df9d5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/buildcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- "7.4"
1717
- "8.0"
1818
- "8.1"
19+
- "8.2"
20+
- "8.3"
1921
composer:
2022
- ""
2123
- "--prefer-lowest"

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"require-dev": {
1818
"duncan3dc/object-intruder": "^0.3.0 || ^1.0",
1919
"duncan3dc/php-ini": "^1.2",
20-
"maglnet/composer-require-checker": "^2.0 || ^3.0",
20+
"maglnet/composer-require-checker": "^2.0 || ^3.0 || ^4.0",
2121
"mockery/mockery": "^1.4",
22+
"nikic/php-parser": "^4.19",
2223
"phpstan/phpstan": "^1.12",
2324
"phpstan/phpstan-mockery": "^1.1",
2425
"phpstan/phpstan-phpunit": "^1.4",

0 commit comments

Comments
 (0)