Skip to content

Commit

Permalink
Add compatibility with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fox91 committed Mar 10, 2024
1 parent 8d3b8e3 commit a40fca8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "lowest"
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Downloads](https://img.shields.io/packagist/dt/fox91/dev-tools.svg?colorB=007EC6)](https://packagist.org/packages/fox91/dev-tools)
[![Build status](https://github.com/fox91/php-dev-tools/workflows/php-ci/badge.svg?branch=main)](https://github.com/fox91/php-dev-tools/actions?query=workflow%3Aphp-ci+branch%3Amain)

Compatible with PHP `7.4`, `8.0`, `8.1` and `8.2`.
Compatible with PHP `7.4`, `8.0`, `8.1`, `8.2` and `8.3`.

## Included tools

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"fox91/coding-standard": "^0.3.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"fox91/coding-standard": "^0.3.1",
"php-parallel-lint/php-console-highlighter": "^0.5.0 || ^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit a40fca8

Please sign in to comment.