Add Readme and license
This commit is contained in:
parent
d8d6d64272
commit
428b640a5b
2 changed files with 4 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# My configs for ECS and RECTOR
|
||||||
|
|
||||||
|
This is just my very opiniated config for those tools so i dont habe to copy paste them in every new thing i code
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lubiana/code-quality",
|
"name": "lubiana/code-quality",
|
||||||
|
"license": ["MIT"],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Lubiana\\CodeQuality\\": "src/"
|
"Lubiana\\CodeQuality\\": "src/"
|
||||||
|
|
Loading…
Reference in a new issue