Skip to content

Commit

Permalink
Switch to Doctrine's Coding Standard
Browse files Browse the repository at this point in the history
DMS Coding standard has not gotten attention, so we can just default to
using vanilla Doctrine Standard, but disabling the rules that affect
backwards compatibility.
  • Loading branch information
rdohms committed May 18, 2024
1 parent 13b8ac3 commit f7c6b90
Show file tree
Hide file tree
Showing 3 changed files with 1,966 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"email": "[email protected]"
}
],
"require-dev": {
"dms/coding-standard": "^9"
},
"autoload": {
"files": ["assertarraysubset-autoload.php"]
},
Expand All @@ -28,5 +25,8 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^12.0"
}
}
Loading

0 comments on commit f7c6b90

Please sign in to comment.