diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-07-16 07:42:06 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-07-16 07:42:06 +0200 |
commit | bd6f739f93586e5b23be4dc06b98580286f562b2 (patch) | |
tree | 1cd642305147351f7f45403d05c2e94f257f6ce6 | |
parent | ebc944e09451ec8df769439d2e644040e85e77e3 (diff) |
checkpkgist: add doctrine packages
-rw-r--r-- | checkpkgist/checkpkgist.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/checkpkgist/checkpkgist.json b/checkpkgist/checkpkgist.json index 7725362..83aac05 100644 --- a/checkpkgist/checkpkgist.json +++ b/checkpkgist/checkpkgist.json @@ -7,6 +7,15 @@ Last update: 2014-05-16 */ { + "doctrine/annotations": "php-doctrine-annotations", + "doctrine/cache": "php-doctrine-cache", + "doctrine/collections": "php-doctrine-collections", + "doctrine/common": "php-doctrine-common", + "doctrine/data-fixtures": "php-doctrine-datafixtures", + "doctrine/dbal": "php-doctrine-dbal", + "doctrine/inflector": "php-doctrine-inflector", + "doctrine/lexer": "php-doctrine-lexer", + "doctrine/orm": "php-doctrine-orm", "fabpot/goutte": "php-goutte", "fzaninotto/faker": "php-Faker", "jms/parser-lib": "php-JMSParser", |