Skip to content

Commit

Permalink
0.12.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
romeOz committed Oct 18, 2015
1 parent b140502 commit c833d04
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014 RomeOz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Dependency Injection Container for PHP
Dependency Injection library for PHP
=================

[![Latest Stable Version](https://poser.pugx.org/romeOz/rock-di/v/stable.svg)](https://packagist.org/packages/romeOz/rock-di)
Expand All @@ -8,22 +8,22 @@ Dependency Injection Container for PHP
[![Coverage Status](https://coveralls.io/repos/romeOz/rock-di/badge.svg?branch=master)](https://coveralls.io/r/romeOz/rock-di?branch=master)
[![License](https://poser.pugx.org/romeOz/rock-di/license.svg)](https://packagist.org/packages/romeOz/rock-di)

[Rock DI on Packagist](https://packagist.org/packages/romeOz/rock-di)

Features
-------------------

* Service locator
* Constructor injection
* Support singleton
* Module for [Rock Framework](https://github.com/romeOz/rock)
* Standalone module/component for [Rock Framework](https://github.com/romeOz/rock)

Installation
-------------------

From the Command Line:

```composer require romeoz/rock-di:*```
```
composer require romeoz/rock-di
```

In your composer.json:

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "romeoz/rock-di",
"description": "Small and flexible Dependency Injection Container for PHP",
"description": "Small and flexible Dependency Injection library for PHP",
"keywords": ["di", "dependency injection", "container"],
"type": "library",
"license": "MIT",
Expand All @@ -17,10 +17,10 @@
],
"require": {
"php": ">=5.4.0",
"romeoz/rock-base" : "*@dev"
"romeoz/rock-base" : "0.11.*"
},
"require-dev": {
"phpunit/phpunit": "~4.7.0"
"phpunit/phpunit": "^4.7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c833d04

Please sign in to comment.