Skip to content

Commit

Permalink
allow php 8.4 (#530)
Browse files Browse the repository at this point in the history
Co-authored-by: austin.ankur <austin.ankur@rubicotech.in>
  • Loading branch information
ankurk91 and austinankur authored Jan 20, 2025
1 parent 045ed5a commit 2bb4c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "~8.1 || ~8.2 || ~8.3",
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
"ext-mbstring": "*",
"laminas/laminas-diactoros": "^3.0",
"lcobucci/jwt": "^4.0|^5.2.0",
Expand Down

0 comments on commit 2bb4c87

Please # to comment.