init
This commit is contained in:
parent
83567049a0
commit
36172f251a
8 changed files with 691 additions and 0 deletions
18
composer.json
Normal file
18
composer.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "lubiana/code-quality",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Lubiana\\CodeQuality\\": "src/"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"slevomat/coding-standard": "^8.5.2",
|
||||
"symplify/easy-coding-standard": "^11.1.10",
|
||||
"rector/rector": "^0.14.5"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue