Skip to content

Commit fc0a2a3

Browse files
authored
Update PHP version requirement to 7.4
1 parent 6116eda commit fc0a2a3

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"psr/http-message": "^1 || ^2",
7-
"php": ">=7.3"
7+
"php": ">=7.4"
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^9.6.19",

0 commit comments

Comments
 (0)