| author | cavaliet |
| Tue, 08 Apr 2014 13:08:20 +0200 | |
| changeset 115 | 1d69aaebe245 |
| parent 39 | 03b14b0fe101 |
| permissions | -rw-r--r-- |
{ "name": "doctrine/migrations", "type": "library", "description": "Database Schema migrations using Doctrine DBAL", "keywords": ["migrations", "database"], "homepage": "http://www.doctrine-project.org", "license": "LGPL", "authors": [ {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"}, {"name": "Jonathan Wage", "email": "jonwage@gmail.com"} ], "require": { "php": ">=5.3.2", "ext-pdo": "*", "doctrine/common": ">=2.0", "doctrine/dbal": ">=2.0" } }