Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed May 31, 2014
1 parent 91a7b36 commit 244a74f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Kdyby/Autowired [![Build Status](https://secure.travis-ci.org/Kdyby/Autowired.png?branch=master)](http://travis-ci.org/Kdyby/Autowired)
===========================
Kdyby/Autowired
======

[![Build Status](https://travis-ci.org/Kdyby/Autowired.svg?branch=nette-2.1)](https://travis-ci.org/Kdyby/Autowired)
[![Downloads this Month](https://img.shields.io/packagist/dm/kdyby/autowired.svg)](https://packagist.org/packages/kdyby/autowired)
[![Latest stable](https://img.shields.io/packagist/v/kdyby/autowired.svg)](https://packagist.org/packages/kdyby/autowired)

**You shouldn't be using this, if you don't know what youre doing!**

Expand All @@ -11,7 +15,7 @@ Requirements

Kdyby/Autowired requires PHP 5.4 or higher.

- [Nette Framework 2.1.x (or dev)](https://github.com/nette/nette)
- [Nette Framework](https://github.com/nette/nette)


Installation
Expand All @@ -20,10 +24,16 @@ Installation
The best way to install Kdyby/Autowired is using [Composer](http://getcomposer.org/):

```sh
$ composer require kdyby/autowired:@dev
$ composer require kdyby/autowired:~1.0
```


Documentation
------------

Lear more in the [documentation](https://github.com/Kdyby/Autowired/blob/nette-2.1/docs/en/index.md).



-----

Expand Down

0 comments on commit 244a74f

Please sign in to comment.