Skip to content

Commit f2ae6f0

Browse files
committed
Upgrade to v8 of coding Standard
1 parent 2563d11 commit f2ae6f0

File tree

3 files changed

+615
-399
lines changed

3 files changed

+615
-399
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"type": "library",
55
"require": {
66
"phpunit/phpunit": "^9.0",
7-
"php": "^7.3|^8.0"
7+
"php": "^7.3|^7.4|^8.0",
8+
"dms/coding-standard": "^8"
89
},
910
"license": "MIT",
1011
"authors": [
@@ -14,7 +15,6 @@
1415
}
1516
],
1617
"require-dev": {
17-
"dms/coding-standard": "^1.0",
1818
"squizlabs/php_codesniffer": "^3.4"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)