Skip to content

Commit c3ea16a

Browse files
committed
chore(composer): downgrades PHP requirement to 8.1
Allows the package to be installed on projects using PHP 8.1, broadening compatibility.
1 parent 668508d commit c3ea16a

File tree

2 files changed

+94
-87
lines changed

2 files changed

+94
-87
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require": {
29-
"php": "8.3.*",
29+
"php": ">=8.1.0",
3030
"ext-json": "*",
3131
"composer/installers": "^1.0 || ^2.0"
3232
},

0 commit comments

Comments
 (0)