Skip to content

Commit

Permalink
Update composer to allow this library to be used with any PHP 8.x rel…
Browse files Browse the repository at this point in the history
…ease.

While a minor version might introduce a warning (as was the case with
8.4), I feel it is very unlikely there will be a breaking change in 8.x.
  • Loading branch information
AllanJard committed Dec 6, 2024
1 parent acb2b49 commit 441ca60
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 @@ -3,7 +3,7 @@
"description": "PHP server-side libraries for Editor",
"type": "library",
"require": {
"php": ">=5.4.0 <8.4"
"php": ">=5.4.0 <9"
},
"keywords": ["DataTables","jQuery","Editor"],
"homepage": "https://editor.datatables.net",
Expand Down

0 comments on commit 441ca60

Please sign in to comment.