Skip to content

Commit 7d439f3

Browse files
committedNov 27, 2024
Set minimal requirement PHP 8.3
Dropping all support for PHP < 8.3.
1 parent eb62e38 commit 7d439f3

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
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.1.0"
20+
"php": "^8.3.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)