Skip to content

Commit 2b03c13

Browse files
Merge pull request #23 from doppynl/php8.3
PHP 8.3 support
2 parents 11042ad + d87f400 commit 2b03c13

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/full-checks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "8.0"
2525
- "8.1"
2626
- "8.2"
27+
- "8.3"
2728
operating-system:
2829
- "ubuntu-22.04"
2930

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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/php-language-extensions)
3+
[![PHP versions: 8.0 to 8.3](https://img.shields.io/badge/php-8.0|8.1|8.2|8.3-blue.svg)](https://packagist.org/packages/dave-liddament/php-language-extensions)
44
[![Latest Stable Version](https://poser.pugx.org/dave-liddament/php-language-extensions/v/stable)](https://packagist.org/packages/dave-liddament/php-language-extensions)
55
[![License](https://poser.pugx.org/dave-liddament/php-language-extensions/license)](https://github.com/DaveLiddament/php-language-extensions/blob/main/LICENSE.md)
66
[![Total Downloads](https://poser.pugx.org/dave-liddament/php-language-extensions/downloads)](https://packagist.org/packages/dave-liddament/php-language-extensions/stats)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
25+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
2626
},
2727
"require-dev": {
2828
"phpstan/phpstan": "^1.5",

composer.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)