Skip to content

Commit 836fb32

Browse files
committed
build: decrease the minimum PHP version required inline with phpcs 4.x
1 parent cee10cd commit 836fb32

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
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=8.2",
20+
"php": ">=7.2",
2121
"squizlabs/php_codesniffer": "^3.7||^4.0",
2222
"dealerdirect/phpcodesniffer-composer-installer": "^1.1"
2323
},

0 commit comments

Comments
 (0)