Skip to content

Commit e97bbe4

Browse files
committed
fix: update PHP requirement from ^8.1 to ^8.2 in composer.json
1 parent 14db933 commit e97bbe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1",
29+
"php": "^8.2",
3030
"laminas/laminas-diactoros": "^3.5.0",
3131
"php-http/client-common": "^2.3",
3232
"php-http/discovery": "^1.14.1",

0 commit comments

Comments
 (0)