Skip to content

Commit 441ca60

Browse files
committed
Update composer to allow this library to be used with any PHP 8.x release.
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.
1 parent acb2b49 commit 441ca60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PHP server-side libraries for Editor",
44
"type": "library",
55
"require": {
6-
"php": ">=5.4.0 <8.4"
6+
"php": ">=5.4.0 <9"
77
},
88
"keywords": ["DataTables","jQuery","Editor"],
99
"homepage": "https://editor.datatables.net",

0 commit comments

Comments
 (0)