Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
/ container Public archive
generated from spaceonfire/skeleton

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tntrex committed Jun 11, 2020
1 parent d31ecb4 commit c5f198b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c5f198b

Please sign in to comment.