Skip to content

Commit 8c7e672

Browse files
Merge pull request #17 from doppynl/php8.3
PHP 8.3 support
2 parents 101e438 + 45b2d88 commit 8c7e672

File tree

4 files changed

+23
-22
lines changed

4 files changed

+23
-22
lines changed

.github/workflows/full-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- "8.0"
2626
- "8.1"
2727
- "8.2"
28+
- "8.3"
2829
operating-system:
2930
- "ubuntu-22.04"
3031

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHPStan PHP Language Extensions (currently in BETA)
22

3-
[![PHP versions: 8.0 to 8.2](https://img.shields.io/badge/php-8.0|8.1|8.2-blue.svg)](https://packagist.org/packages/dave-liddament/phpstan-php-language-extensions)
3+
[![PHP versions: 8.0 to 8.3](https://img.shields.io/badge/php-8.0|8.1|8.|8.3-blue.svg)](https://packagist.org/packages/dave-liddament/phpstan-php-language-extensions)
44
[![Latest Stable Version](https://poser.pugx.org/dave-liddament/phphstan-php-language-extensions/v/stable)](https://packagist.org/packages/dave-liddament/phpstan-php-language-extensions)
55
[![License](https://poser.pugx.org/dave-liddament/phpstan-php-language-extensions/license)](https://github.com/DaveLiddament/phpstan-php-language-extensions/blob/main/LICENSE.md)
66
[![Total Downloads](https://poser.pugx.org/dave-liddament/phpstan-php-language-extensions/downloads)](https://packagist.org/packages/dave-liddament/phpstan-php-language-extensions/stats)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"keywords": ["static analysis", "phpstan", "package attribute", "friend attribute"],
55
"type": "phpstan-extension",
66
"require": {
7-
"php": ">=8.0 <8.3",
7+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
88
"phpstan/phpstan": "^1.10.34",
9-
"dave-liddament/php-language-extensions": "^0.5.0"
9+
"dave-liddament/php-language-extensions": "^0.5.0 || ^0.6.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.1.0"
15+
"dave-liddament/phpstan-rule-test-helper": "^0.1.0 || ^0.2.0"
1616
},
1717
"license": "MIT",
1818
"autoload": {

composer.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)