From c5f198b500feeb76e198c0a6a6b14e7d56940413 Mon Sep 17 00:00:00 2001 From: Constantine Karnaukhov Date: Thu, 11 Jun 2020 21:59:37 +0400 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 4 ++++ composer.json | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e58cc78..50c79a1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,3 +21,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ### Security - Nothing --> + +## [1.0.0] - 2020-06-11 +### Added +- First release diff --git a/composer.json b/composer.json index bee82e2..ce4432d 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,16 @@ "description": "Small yet powerful implementation of PSR-11 compatible dependency injection container", "keywords": [ "spaceonfire", - "container" + "container", + "psr-11", + "psr11", + "dependency", + "injection", + "di", + "inversion of control", + "ioc", + "service", + "provider" ], "homepage": "https://github.com/spaceonfire/container", "license": "MIT",