Skip to content

Commit

Permalink
Merge pull request #161 from Webador/php8.3
Browse files Browse the repository at this point in the history
add allow php ~8.3.0 to composer.json
  • Loading branch information
edgar-jouwweb authored Sep 2, 2024
2 parents 524513f + ea45769 commit 94813d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "highest"
- "lowest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
],
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-mail": "^2.9",
"laminas/laminas-http": "^2.8",
"laminas/laminas-mime": "^2.8",
Expand Down

0 comments on commit 94813d9

Please sign in to comment.