From d08592f0f868860a7158f40875b022e736f93d4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Jul 2014 07:42:06 +0200 Subject: checkpkgist: add doctrine packages --- checkpkgist.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/checkpkgist.json b/checkpkgist.json index 7725362..83aac05 100644 --- a/checkpkgist.json +++ b/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", -- cgit