Skip to content

Commit 0a8459c

Browse files
Merge pull request #32 from DaveLiddament/feature/php8.4
ADD support for PHP8.4
2 parents 4b9f7c5 + 013f2d7 commit 0a8459c

3 files changed

Lines changed: 1349 additions & 624 deletions

File tree

.github/workflows/full-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- "8.1"
2727
- "8.2"
2828
- "8.3"
29+
- "8.4"
2930
operating-system:
3031
- "ubuntu-22.04"
3132

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"keywords": ["static analysis", "phpstan", "namespace visibility attribute", "friend attribute"],
55
"type": "phpstan-extension",
66
"require": {
7-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
8-
"phpstan/phpstan": "^1.11",
9-
"dave-liddament/php-language-extensions": "^0.8.0"
7+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
8+
"phpstan/phpstan": "^1.12",
9+
"dave-liddament/php-language-extensions": "^0.8.0 || ^0.9.0"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^9.6.12",
1313
"friendsofphp/php-cs-fixer": "^3.26.1",
1414
"php-parallel-lint/php-parallel-lint": "^1.3.2",
15-
"dave-liddament/phpstan-rule-test-helper": "^0.3.0",
15+
"dave-liddament/phpstan-rule-test-helper": "^0.4.0",
1616
"nette/neon": "^3.4"
1717
},
1818
"license": "MIT",

0 commit comments

Comments
 (0)