Skip to content

Commit a66fa66

Browse files
committed
Drop php 8.1.0 support in composer.json.
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent c20ff4c commit a66fa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"require": {
35-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
35+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
3636
"php-db/phpdb": "^0.1.1"
3737
},
3838
"require-dev": {

0 commit comments

Comments
 (0)