Skip to content

Latest commit

 

History

History
executable file
·
47 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

executable file
·
47 lines (31 loc) · 1.24 KB

Kdyby/Doctrine Build Status

Requirements

Kdyby/Doctrine requires PHP 5.3.2 with pdo extension.

Installation

The best way to install Kdyby/Doctrine is using Composer:

$ composer require kdyby/doctrine

But if you're using development version of Nette, you have to specify the development Kdyby dependencies.

"require": {
	"nette/nette": "@dev",
	"kdyby/doctrine": "@dev"
}

and now run the update

$ composer update

More information can be found at detailed documentation.


Homepage http://www.kdyby.org and repository http://github.com/kdyby/doctrine.