From 428b640a5b54d5bfe766115d70255b5d83eee6e0 Mon Sep 17 00:00:00 2001 From: lubiana Date: Wed, 12 Oct 2022 20:52:53 +0200 Subject: [PATCH] Add Readme and license --- README.md | 3 +++ composer.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..90e7643 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file diff --git a/composer.json b/composer.json index f6b6067..d1125ee 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "lubiana/code-quality", + "license": ["MIT"], "autoload": { "psr-4": { "Lubiana\\CodeQuality\\": "src/"