Skip to content

Commit

Permalink
Allow PHP 8.4
Browse files Browse the repository at this point in the history
I don’t get it why this library forcefully disallows installation on higher / unsupported PHP versions.

It’s one of the few dependencies that I know that do this. 

Can we please relax this so that people can start running their CI on PHP 8.4 already to spot issues and report / fix them here.
  • Loading branch information
ruudk committed Sep 11, 2024
1 parent 76a94ba commit 5d7d414
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 @@ -24,7 +24,7 @@
],
"homepage": "http://moneyphp.org",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "^8.1",
"ext-bcmath": "*",
"ext-filter": "*",
"ext-json": "*"
Expand Down

0 comments on commit 5d7d414

Please sign in to comment.