Skip to content

Commit

Permalink
Merge pull request #399 from ecourtial/tech-add-php-8-3-support
Browse files Browse the repository at this point in the history
(tech) add PHP 8.3 support
  • Loading branch information
higidi committed Feb 23, 2024
2 parents 94289a6 + fe4ecde commit dd3a797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous integration.yml
Expand Up @@ -90,6 +90,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "lowest"
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8,<8.2|>=8.2.9,<8.3",
"php": "^8,<8.2|>=8.2.9,<8.4",
"ext-curl": "*",
"beberlei/assert": "^3.2.5",
"symfony/yaml": "^3|^4|^5|^6",
Expand Down

0 comments on commit dd3a797

Please sign in to comment.