Skip to content

Commit 6103722

Browse files
committed
Support PHP ^7.4
1 parent bb98358 commit 6103722

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
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.0",
21+
"php": "^7.4 || ^8.0",
2222
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
2323
"doctrine/coding-standard": "^9.0"
2424
},

0 commit comments

Comments
 (0)