Skip to content

Commit

Permalink
Merge pull request #32 from DaveLiddament/feature/php8.4
Browse files Browse the repository at this point in the history
ADD support for PHP8.4
  • Loading branch information
DaveLiddament authored Oct 26, 2024
2 parents 4b9f7c5 + 013f2d7 commit 0a8459c
Show file tree
Hide file tree
Showing 3 changed files with 1,349 additions and 624 deletions.
1 change: 1 addition & 0 deletions .github/workflows/full-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
operating-system:
- "ubuntu-22.04"

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"keywords": ["static analysis", "phpstan", "namespace visibility attribute", "friend attribute"],
"type": "phpstan-extension",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"phpstan/phpstan": "^1.11",
"dave-liddament/php-language-extensions": "^0.8.0"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"phpstan/phpstan": "^1.12",
"dave-liddament/php-language-extensions": "^0.8.0 || ^0.9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6.12",
"friendsofphp/php-cs-fixer": "^3.26.1",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"dave-liddament/phpstan-rule-test-helper": "^0.3.0",
"dave-liddament/phpstan-rule-test-helper": "^0.4.0",
"nette/neon": "^3.4"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 0a8459c

Please sign in to comment.