phpro / zf-doctrine-hydration-module

Configurable Doctrine hydrators for ZF2
18 stars 33 forks source link

Fix unit tests; psr4 #1

Closed TomHAnderson closed 10 years ago

TomHAnderson commented 10 years ago

Unit tests fail because BaseTest.php is no longer in the Doctrine Mongo ODM library.

PSR-4 should be implemented on the source.

All tests should be re-namespaced to PhproTest\DoctrineHydrationModule.... so they are not in the same namespace as the library code.

veewee commented 10 years ago

Hello Tom,

I moved the tests to a separate namespace and the source+tests are loading with PSR-4. The ODM BaseTest is still available and the tests are passing on travis. Which version of mongodb-odm did composer install? It should be dev-master: https://github.com/doctrine/mongodb-odm/blob/master/tests/Doctrine/ODM/MongoDB/Tests/BaseTest.php

TomHAnderson commented 10 years ago

Version is "doctrine/mongodb-odm": "~1.0.0-beta9@dev", which is correct per https://github.com/doctrine/DoctrineMongoODMModule/blob/master/composer.json and I verified this with the composer.lock file

So I still can't run unit tests because

Fatal error: Class 'Doctrine\ODM\MongoDB\Tests\BaseTest' not found in 
/Users/tanderson/RollnApi/zf-doctrine-hydration-module/tests/
PhproTest/DoctrineHydrationModule/Tests/Hydrator/ODM/MongoDB/
DoctrineObjectTest.php on line 18
veewee commented 10 years ago

The BaseTest is also available in 1.0.0-beta9: https://github.com/doctrine/mongodb-odm/blob/1.0.0-BETA9/tests/Doctrine/ODM/MongoDB/Tests/BaseTest.php

I suppose you just cloned the project and ran: composer install --dev Can you provide me your composer.lock file?

TomHAnderson commented 10 years ago

Yes, I did run it as you said. Here's my composer.lock

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
    ],
    "hash": "0230029bc7197188c1ae16971c6124cb",
    "packages": [
        {
            "name": "doctrine/annotations",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "316b956b70c0ceab28ba0817fc3343624aa83b56"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/316b956b70c0ceab28ba0817fc3343624aa83b56",
                "reference": "316b956b70c0ceab28ba0817fc3343624aa83b56",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "doctrine/cache": "1.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Annotations\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan H. Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "time": "2014-03-03 13:00:20"
        },
        {
            "name": "doctrine/cache",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "bb9b55b17bed5923c9446c8158a92623d39480c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/bb9b55b17bed5923c9446c8158a92623d39480c6",
                "reference": "bb9b55b17bed5923c9446c8158a92623d39480c6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.7",
                "satooshi/php-coveralls": "~0.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Cache\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Caching library offering an object-oriented API for many cache backends",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2014-03-27 11:06:41"
        },
        {
            "name": "doctrine/collections",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Collections\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Collections Abstraction library",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "array",
                "collections",
                "iterator"
            ],
            "time": "2014-02-03 23:07:43"
        },
        {
            "name": "doctrine/common",
            "version": "2.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "9a7e20e779360f3b8a02c27a89d47d5a6fdce8d1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/9a7e20e779360f3b8a02c27a89d47d5a6fdce8d1",
                "reference": "9a7e20e779360f3b8a02c27a89d47d5a6fdce8d1",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "doctrine/collections": "1.*",
                "doctrine/inflector": "1.*",
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Common Library for Doctrine projects",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "collections",
                "eventmanager",
                "persistence",
                "spl"
            ],
            "time": "2014-02-03 23:31:47"
        },
        {
            "name": "doctrine/doctrine-module",
            "version": "0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineModule.git",
                "reference": "a1be11c78d62b880f4e21ff9a107d6e37bed3133"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/a1be11c78d62b880f4e21ff9a107d6e37bed3133",
                "reference": "a1be11c78d62b880f4e21ff9a107d6e37bed3133",
                "shasum": ""
            },
            "require": {
                "doctrine/common": ">=2.4,<2.6-dev",
                "php": ">=5.3.3",
                "symfony/console": "~2.2",
                "zendframework/zend-authentication": "~2.2",
                "zendframework/zend-cache": "~2.2",
                "zendframework/zend-mvc": "~2.2",
                "zendframework/zend-paginator": "~2.2",
                "zendframework/zend-servicemanager": "~2.2",
                "zendframework/zend-stdlib": "~2.2",
                "zendframework/zend-validator": "~2.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7",
                "squizlabs/php_codesniffer": "1.4.*",
                "zendframework/zendframework": "~2.2"
            },
            "suggest": {
                "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments"
            },
            "bin": [
                "bin/doctrine-module"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.8.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "DoctrineModule\\": "src/",
                    "DoctrineModuleTest\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Spraggs",
                    "email": "theman@spiffyjr.me",
                    "homepage": "http://www.spiffyjr.me/"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://marco-pivetta.com/",
                    "role": "Developer"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                },
                {
                    "name": "Michaël Gallego",
                    "email": "mic.gallego@gmail.com",
                    "homepage": "http://www.michaelgallego.fr"
                }
            ],
            "description": "Zend Framework 2 Module that provides Doctrine basic functionality required for ORM and ODM modules",
            "homepage": "http://www.doctrine-project.org/",
            "keywords": [
                "doctrine",
                "module",
                "zf2"
            ],
            "time": "2014-01-24 17:30:36"
        },
        {
            "name": "doctrine/inflector",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "a81c334f2764b09e2f13a55cfd8fe3233946f728"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/a81c334f2764b09e2f13a55cfd8fe3233946f728",
                "reference": "a81c334f2764b09e2f13a55cfd8fe3233946f728",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Inflector\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2013-12-21 19:19:50"
        },
        {
            "name": "doctrine/lexer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "f12a5f74e5f4a9e3f558f3288504e121edfad891"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/f12a5f74e5f4a9e3f558f3288504e121edfad891",
                "reference": "f12a5f74e5f4a9e3f558f3288504e121edfad891",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2013-12-20 21:39:00"
        },
        {
            "name": "symfony/console",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Console",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Console.git",
                "reference": "ab9359cbf100259625c756b57c578eea15b3c464"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Console/zipball/ab9359cbf100259625c756b57c578eea15b3c464",
                "reference": "ab9359cbf100259625c756b57c578eea15b3c464",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.1"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Console\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Console Component",
            "homepage": "http://symfony.com",
            "time": "2014-03-19 15:49:37"
        },
        {
            "name": "zendframework/zend-authentication",
            "version": "dev-develop",
            "target-dir": "Zend/Authentication",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendAuthentication.git",
                "reference": "73ddd9dd5702d6700b42b1839fe5dd9ff2a8a60d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendAuthentication/zipball/73ddd9dd5702d6700b42b1839fe5dd9ff2a8a60d",
                "reference": "73ddd9dd5702d6700b42b1839fe5dd9ff2a8a60d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-stdlib": "self.version"
            },
            "suggest": {
                "zendframework/zend-crypt": "Zend\\Crypt component",
                "zendframework/zend-db": "Zend\\Db component",
                "zendframework/zend-session": "Zend\\Session component",
                "zendframework/zend-uri": "Zend\\Uri component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Authentication\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
            "keywords": [
                "Authentication",
                "zf2"
            ],
            "time": "2014-01-04 13:00:58"
        },
        {
            "name": "zendframework/zend-cache",
            "version": "dev-develop",
            "target-dir": "Zend/Cache",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendCache.git",
                "reference": "beeeb16557f6d41f6637bd0d72ed8c85d98bb7af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendCache/zipball/beeeb16557f6d41f6637bd0d72ed8c85d98bb7af",
                "reference": "beeeb16557f6d41f6637bd0d72ed8c85d98bb7af",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-servicemanager": "self.version",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "zendframework/zend-serializer": "self.version",
                "zendframework/zend-session": "self.version"
            },
            "suggest": {
                "ext-apc": "APC >= 3.1.6 to use the APC storage adapter",
                "ext-dba": "DBA, to use the DBA storage adapter",
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
                "zendframework/zend-serializer": "Zend\\Serializer component",
                "zendframework/zend-session": "Zend\\Session component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Cache\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides a generic way to cache any data",
            "keywords": [
                "cache",
                "zf2"
            ],
            "time": "2014-03-05 15:00:13"
        },
        {
            "name": "zendframework/zend-eventmanager",
            "version": "dev-develop",
            "target-dir": "Zend/EventManager",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendEventManager.git",
                "reference": "e232aeeab9ae6545ac21c8fc2728d54297969658"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendEventManager/zipball/e232aeeab9ae6545ac21c8fc2728d54297969658",
                "reference": "e232aeeab9ae6545ac21c8fc2728d54297969658",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-stdlib": "self.version"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\EventManager\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "keywords": [
                "eventmanager",
                "zf2"
            ],
            "time": "2014-01-04 13:01:02"
        },
        {
            "name": "zendframework/zend-modulemanager",
            "version": "dev-develop",
            "target-dir": "Zend/ModuleManager",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendModuleManager.git",
                "reference": "0b35072b567aea79d95271b3ca73458424208175"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendModuleManager/zipball/0b35072b567aea79d95271b3ca73458424208175",
                "reference": "0b35072b567aea79d95271b3ca73458424208175",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "zendframework/zend-config": "self.version",
                "zendframework/zend-console": "self.version",
                "zendframework/zend-loader": "self.version",
                "zendframework/zend-mvc": "self.version",
                "zendframework/zend-servicemanager": "self.version"
            },
            "suggest": {
                "zendframework/zend-config": "Zend\\Config component",
                "zendframework/zend-console": "Zend\\Console component",
                "zendframework/zend-loader": "Zend\\Loader component",
                "zendframework/zend-mvc": "Zend\\Mvc component",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\ModuleManager\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "keywords": [
                "modulemanager",
                "zf2"
            ],
            "time": "2014-03-10 21:00:10"
        },
        {
            "name": "zendframework/zend-mvc",
            "version": "dev-develop",
            "target-dir": "Zend/Mvc",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendMvc.git",
                "reference": "4e6f8db4609df7cd421f5391d0414dbbb14ccf01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendMvc/zipball/4e6f8db4609df7cd421f5391d0414dbbb14ccf01",
                "reference": "4e6f8db4609df7cd421f5391d0414dbbb14ccf01",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-servicemanager": "self.version",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "zendframework/zend-authentication": "self.version",
                "zendframework/zend-console": "self.version",
                "zendframework/zend-di": "self.version",
                "zendframework/zend-filter": "self.version",
                "zendframework/zend-form": "self.version",
                "zendframework/zend-http": "self.version",
                "zendframework/zend-i18n": "self.version",
                "zendframework/zend-inputfilter": "self.version",
                "zendframework/zend-json": "self.version",
                "zendframework/zend-modulemanager": "self.version",
                "zendframework/zend-serializer": "self.version",
                "zendframework/zend-session": "self.version",
                "zendframework/zend-text": "self.version",
                "zendframework/zend-uri": "self.version",
                "zendframework/zend-validator": "self.version",
                "zendframework/zend-version": "self.version",
                "zendframework/zend-view": "self.version"
            },
            "suggest": {
                "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
                "zendframework/zend-config": "Zend\\Config component",
                "zendframework/zend-console": "Zend\\Console component",
                "zendframework/zend-di": "Zend\\Di component",
                "zendframework/zend-filter": "Zend\\Filter component",
                "zendframework/zend-form": "Zend\\Form component",
                "zendframework/zend-http": "Zend\\Http component",
                "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
                "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
                "zendframework/zend-json": "Zend\\Json component",
                "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
                "zendframework/zend-serializer": "Zend\\Serializer component",
                "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
                "zendframework/zend-stdlib": "Zend\\Stdlib component",
                "zendframework/zend-text": "Zend\\Text component",
                "zendframework/zend-uri": "Zend\\Uri component",
                "zendframework/zend-validator": "Zend\\Validator component",
                "zendframework/zend-version": "Zend\\Version component",
                "zendframework/zend-view": "Zend\\View component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Mvc\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "keywords": [
                "mvc",
                "zf2"
            ],
            "time": "2014-03-13 08:00:07"
        },
        {
            "name": "zendframework/zend-paginator",
            "version": "dev-develop",
            "target-dir": "Zend/Paginator",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendPaginator.git",
                "reference": "7a3b0658735e312a98e95f9085eaf6a8318a9d3d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendPaginator/zipball/7a3b0658735e312a98e95f9085eaf6a8318a9d3d",
                "reference": "7a3b0658735e312a98e95f9085eaf6a8318a9d3d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "zendframework/zend-cache": "self.version",
                "zendframework/zend-db": "self.version",
                "zendframework/zend-filter": "self.version",
                "zendframework/zend-json": "self.version",
                "zendframework/zend-servicemanager": "self.version",
                "zendframework/zend-view": "self.version"
            },
            "suggest": {
                "zendframework/zend-cache": "Zend\\Cache component to support cache features",
                "zendframework/zend-db": "Zend\\Db component",
                "zendframework/zend-filter": "Zend\\Filter component",
                "zendframework/zend-json": "Zend\\Json component",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
                "zendframework/zend-view": "Zend\\View component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Paginator\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "keywords": [
                "paginator",
                "zf2"
            ],
            "time": "2014-01-04 13:01:17"
        },
        {
            "name": "zendframework/zend-servicemanager",
            "version": "dev-develop",
            "target-dir": "Zend/ServiceManager",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendServiceManager.git",
                "reference": "4911c6c6f58d7058e351e6fe8ecff14666da1259"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendServiceManager/zipball/4911c6c6f58d7058e351e6fe8ecff14666da1259",
                "reference": "4911c6c6f58d7058e351e6fe8ecff14666da1259",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "zendframework/zend-di": "self.version"
            },
            "suggest": {
                "zendframework/zend-di": "Zend\\Di component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\ServiceManager\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "keywords": [
                "servicemanager",
                "zf2"
            ],
            "time": "2014-03-03 21:00:12"
        },
        {
            "name": "zendframework/zend-stdlib",
            "version": "dev-develop",
            "target-dir": "Zend/Stdlib",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendStdlib.git",
                "reference": "3acce3d524c5c5b7e92c90b0c2763068c1efaf2c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/3acce3d524c5c5b7e92c90b0c2763068c1efaf2c",
                "reference": "3acce3d524c5c5b7e92c90b0c2763068c1efaf2c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23"
            },
            "require-dev": {
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-serializer": "self.version",
                "zendframework/zend-servicemanager": "self.version"
            },
            "suggest": {
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
                "zendframework/zend-serializer": "Zend\\Serializer component",
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Stdlib\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "keywords": [
                "stdlib",
                "zf2"
            ],
            "time": "2014-03-13 16:12:22"
        },
        {
            "name": "zendframework/zend-validator",
            "version": "dev-develop",
            "target-dir": "Zend/Validator",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendValidator.git",
                "reference": "35634f8e82c0f64844bf71026502162d535f99c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendValidator/zipball/35634f8e82c0f64844bf71026502162d535f99c6",
                "reference": "35634f8e82c0f64844bf71026502162d535f99c6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "zendframework/zend-db": "self.version",
                "zendframework/zend-filter": "self.version",
                "zendframework/zend-i18n": "self.version",
                "zendframework/zend-math": "self.version",
                "zendframework/zend-servicemanager": "self.version",
                "zendframework/zend-session": "self.version",
                "zendframework/zend-uri": "self.version"
            },
            "suggest": {
                "zendframework/zend-db": "Zend\\Db component",
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
                "zendframework/zend-math": "Zend\\Math component",
                "zendframework/zend-resources": "Translations of validator messages",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
                "zendframework/zend-session": "Zend\\Session component",
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Validator\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides a set of commonly needed validators",
            "keywords": [
                "validator",
                "zf2"
            ],
            "time": "2014-03-04 21:00:07"
        }
    ],
    "packages-dev": [
        {
            "name": "doctrine/dbal",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "7c68e80f76c992b04c8d1e857cf5249bdc64eec3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/7c68e80f76c992b04c8d1e857cf5249bdc64eec3",
                "reference": "7c68e80f76c992b04c8d1e857cf5249bdc64eec3",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "2.4.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*",
                "symfony/console": "2.*"
            },
            "suggest": {
                "symfony/console": "Allows use of the command line interface"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\DBAL\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                }
            ],
            "description": "Database Abstraction Layer",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "persistence",
                "queryobject"
            ],
            "time": "2014-03-25 09:18:54"
        },
        {
            "name": "doctrine/doctrine-mongo-odm-module",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineMongoODMModule.git",
                "reference": "7a01131a231396169549d8d329f849943791e95e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineMongoODMModule/zipball/7a01131a231396169549d8d329f849943791e95e",
                "reference": "7a01131a231396169549d8d329f849943791e95e",
                "shasum": ""
            },
            "require": {
                "doctrine/doctrine-module": "0.8.*",
                "doctrine/mongodb-odm": "~1.0.0-beta9@dev",
                "php": ">=5.3.3",
                "zendframework/zend-mvc": "2.*",
                "zendframework/zend-servicemanager": "2.*",
                "zendframework/zend-stdlib": "2.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.9.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "DoctrineMongoODMModule\\": "src/",
                    "DoctrineMongoODMModuleTest\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Spraggs",
                    "email": "theman@spiffyjr.me",
                    "homepage": "http://www.spiffyjr.me/"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://marco-pivetta.com/",
                    "role": "Developer"
                },
                {
                    "name": "Evan Coury",
                    "email": "me@evancoury.com",
                    "homepage": "http://blog.evan.pro/"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                },
                {
                    "name": "Tim Roediger",
                    "email": "superdweebie@gmail.com",
                    "homepage": "http://superdweebie.com"
                }
            ],
            "description": "Zend Framework 2 Module that provides Doctrine MongoDB ODM functionality",
            "homepage": "http://www.doctrine-project.org/",
            "keywords": [
                "doctrine",
                "module",
                "mongodb",
                "odm",
                "zf2"
            ],
            "time": "2014-02-26 03:01:48"
        },
        {
            "name": "doctrine/doctrine-orm-module",
            "version": "0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineORMModule.git",
                "reference": "31a0a0aefd424ca2eaecc0303c4bb0d959b1f2c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/31a0a0aefd424ca2eaecc0303c4bb0d959b1f2c0",
                "reference": "31a0a0aefd424ca2eaecc0303c4bb0d959b1f2c0",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": ">=2.4,<2.6-dev",
                "doctrine/doctrine-module": "0.8.*",
                "doctrine/orm": ">=2.4,<2.6-dev",
                "php": ">=5.3.3",
                "zendframework/zend-mvc": ">=2.2",
                "zendframework/zend-servicemanager": ">=2.2",
                "zendframework/zend-stdlib": ">=2.2"
            },
            "require-dev": {
                "doctrine/data-fixtures": "1.0.*",
                "doctrine/migrations": "1.*",
                "phpunit/phpunit": ">=3.7",
                "squizlabs/php_codesniffer": "1.4.*",
                "zendframework/zend-developer-tools": "*",
                "zendframework/zendframework": "2.*"
            },
            "suggest": {
                "doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned",
                "zendframework/zend-developer-tools": "zend-developer-tools if you want to profile operations executed by the ORM during development",
                "zendframework/zend-form": "if you want to use form elements backed by Doctrine"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.8.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "DoctrineORMModule\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Spraggs",
                    "email": "theman@spiffyjr.me",
                    "homepage": "http://www.spiffyjr.me/"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://marco-pivetta.com/",
                    "role": "Developer"
                },
                {
                    "name": "Evan Coury",
                    "email": "me@evancoury.com",
                    "homepage": "http://blog.evan.pro/"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                }
            ],
            "description": "Zend Framework 2 Module that provides Doctrine ORM functionality",
            "homepage": "http://www.doctrine-project.org/",
            "keywords": [
                "doctrine",
                "module",
                "orm",
                "zf2"
            ],
            "time": "2014-01-24 18:13:09"
        },
        {
            "name": "doctrine/mongodb",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/mongodb.git",
                "reference": "1a9b001a97256208e0fc4970305cd48208d5b78c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/mongodb/zipball/1a9b001a97256208e0fc4970305cd48208d5b78c",
                "reference": "1a9b001a97256208e0fc4970305cd48208d5b78c",
                "shasum": ""
            },
            "require": {
                "doctrine/common": ">=2.1.0,<2.5-dev",
                "ext-mongo": ">=1.2.12,<1.6-dev",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "jmikola/geojson": "~1.0"
            },
            "suggest": {
                "jmikola/geojson": "Support GeoJSON geometry objects in 2dsphere queries"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\MongoDB": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bulat Shakirzyanov",
                    "email": "mallluhuct@gmail.com",
                    "homepage": "http://avalanche123.com"
                },
                {
                    "name": "Jonathan H. Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                },
                {
                    "name": "Jeremy Mikola",
                    "email": "jmikola@gmail.com",
                    "homepage": "http://jmikola.net"
                }
            ],
            "description": "Doctrine MongoDB Abstraction Layer",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "mongodb",
                "persistence"
            ],
            "time": "2014-03-28 19:22:22"
        },
        {
            "name": "doctrine/mongodb-odm",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/mongodb-odm.git",
                "reference": "e9ad2beeb1ea09bb3fc268e55be609ff3cc96a44"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/e9ad2beeb1ea09bb3fc268e55be609ff3cc96a44",
                "reference": "e9ad2beeb1ea09bb3fc268e55be609ff3cc96a44",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "~1.0",
                "doctrine/cache": "~1.0",
                "doctrine/collections": "~1.1",
                "doctrine/common": "2.4.*",
                "doctrine/inflector": "~1.0",
                "doctrine/mongodb": "~1.1",
                "php": ">=5.3.2",
                "symfony/console": "~2.0"
            },
            "require-dev": {
                "symfony/yaml": "~2.0"
            },
            "suggest": {
                "symfony/yaml": "Enables the YAML metadata mapping driver"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\ODM\\MongoDB": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bulat Shakirzyanov",
                    "email": "mallluhuct@gmail.com",
                    "homepage": "http://avalanche123.com"
                },
                {
                    "name": "Jonathan H. Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                },
                {
                    "name": "Jeremy Mikola",
                    "email": "jmikola@gmail.com",
                    "homepage": "http://jmikola.net"
                }
            ],
            "description": "Doctrine MongoDB Object Document Mapper",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "mongodb",
                "odm",
                "persistence"
            ],
            "time": "2014-03-28 14:48:33"
        },
        {
            "name": "doctrine/orm",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/doctrine2.git",
                "reference": "da96f4938a9c6d0fe5c14fa45c28bac35e627358"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/da96f4938a9c6d0fe5c14fa45c28bac35e627358",
                "reference": "da96f4938a9c6d0fe5c14fa45c28bac35e627358",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.1",
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
                "ext-pdo": "*",
                "php": ">=5.3.2",
                "symfony/console": "2.*"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7",
                "satooshi/php-coveralls": "dev-master",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
            },
            "bin": [
                "bin/doctrine",
                "bin/doctrine.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\ORM\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                }
            ],
            "description": "Object-Relational-Mapper for PHP",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "orm"
            ],
            "time": "2014-03-29 01:51:00"
        },
        {
            "name": "fabpot/php-cs-fixer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/fabpot/PHP-CS-Fixer.git",
                "reference": "5b601200086382cdb2c3c4b68b28487aabc287d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fabpot/PHP-CS-Fixer/zipball/5b601200086382cdb2c3c4b68b28487aabc287d2",
                "reference": "5b601200086382cdb2c3c4b68b28487aabc287d2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.6",
                "sebastian/diff": "1.1.*",
                "symfony/console": "~2.1",
                "symfony/filesystem": "~2.1",
                "symfony/finder": "~2.1"
            },
            "bin": [
                "php-cs-fixer"
            ],
            "type": "application",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\CS": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                }
            ],
            "description": "A script to automatically fix Symfony Coding Standard",
            "time": "2014-03-31 15:39:17"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "d19de356ba40878f1480f300600d4e119e1ce185"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d19de356ba40878f1480f300600d4e119e1ce185",
                "reference": "d19de356ba40878f1480f300600d4e119e1ce185",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-file-iterator": ">=1.3.0",
                "phpunit/php-text-template": ">=1.2.0",
                "phpunit/php-token-stream": ">=1.1.3",
                "sebastian/environment": ">=1.0.0",
                "sebastian/version": ">=1.0.0"
            },
            "require-dev": {
                "ext-xdebug": ">=2.1.4",
                "phpunit/phpunit": "4.1.*@dev"
            },
            "suggest": {
                "ext-dom": "*",
                "ext-xdebug": ">=2.2.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "time": "2014-03-28 10:51:54"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "File/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2013-10-10 15:34:57"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "Text/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2014-01-30 17:20:04"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "PHP/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2013-08-02 07:42:54"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
                "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "PHP/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "time": "2014-03-03 05:10:30"
        },
        {
            "name": "phpunit/phpunit",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "ea293f782b3e001c9b7eeb5bdc2d545e4c091fdb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea293f782b3e001c9b7eeb5bdc2d545e4c091fdb",
                "reference": "ea293f782b3e001c9b7eeb5bdc2d545e4c091fdb",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpunit/php-code-coverage": "3.0.*@dev",
                "phpunit/php-file-iterator": "~1.3.1",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "~1.0.2",
                "phpunit/phpunit-mock-objects": "2.1.*@dev",
                "sebastian/comparator": "dev-master",
                "sebastian/diff": "~1.1",
                "sebastian/environment": "~1.0",
                "sebastian/exporter": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.0"
            },
            "suggest": {
                "ext-json": "*",
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "",
                "../../symfony/yaml/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "http://www.phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2014-03-25 15:39:02"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "3ba8622335cee9591eef0b56fcf2d3319903459f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ba8622335cee9591eef0b56fcf2d3319903459f",
                "reference": "3ba8622335cee9591eef0b56fcf2d3319903459f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-text-template": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.1.*@dev"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
            "time": "2014-03-18 08:58:58"
        },
        {
            "name": "sebastian/comparator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "f2c81eeef9fcc5c3b70de9471a2a3a325ff4c05f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f2c81eeef9fcc5c3b70de9471a2a3a325ff4c05f",
                "reference": "f2c81eeef9fcc5c3b70de9471a2a3a325ff4c05f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.1",
                "sebastian/exporter": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.0.*@dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2014-03-12 15:30:27"
        },
        {
            "name": "sebastian/diff",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "ecc923996545d4e4395c0759b6c538f085233f62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ecc923996545d4e4395c0759b6c538f085233f62",
                "reference": "ecc923996545d4e4395c0759b6c538f085233f62",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "http://www.github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2014-02-16 12:08:10"
        },
        {
            "name": "sebastian/environment",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a",
                "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "4.0.*@dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "time": "2014-02-18 16:17:19"
        },
        {
            "name": "sebastian/exporter",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
                "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "4.0.*@dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "time": "2014-02-16 08:26:31"
        },
        {
            "name": "sebastian/version",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
                "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2014-03-07 15:35:33"
        },
        {
            "name": "symfony/filesystem",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Filesystem",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Filesystem.git",
                "reference": "fe66eed49c7bbfc312978ef0f86e490127a345b2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/fe66eed49c7bbfc312978ef0f86e490127a345b2",
                "reference": "fe66eed49c7bbfc312978ef0f86e490127a345b2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Filesystem\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Filesystem Component",
            "homepage": "http://symfony.com",
            "time": "2014-03-26 12:01:00"
        },
        {
            "name": "symfony/finder",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Finder",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Finder.git",
                "reference": "d45faef922df8438cce99b5ee226bf06c32d145e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Finder/zipball/d45faef922df8438cce99b5ee226bf06c32d145e",
                "reference": "d45faef922df8438cce99b5ee226bf06c32d145e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Finder\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Finder Component",
            "homepage": "http://symfony.com",
            "time": "2014-03-03 12:53:01"
        },
        {
            "name": "symfony/yaml",
            "version": "dev-master",
            "target-dir": "Symfony/Component/Yaml",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Yaml.git",
                "reference": "cee3067d680232674c6505d91db9d3d635a9a8f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/cee3067d680232674c6505d91db9d3d635a9a8f4",
                "reference": "cee3067d680232674c6505d91db9d3d635a9a8f4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Yaml\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Yaml Component",
            "homepage": "http://symfony.com",
            "time": "2014-03-26 11:51:10"
        }
    ],
    "aliases": [

    ],
    "minimum-stability": "dev",
    "stability-flags": [

    ],
    "platform": [

    ],
    "platform-dev": [

    ]
}
veewee commented 10 years ago

Hello Tom,

There is nothing wrong with the dependencies. The phpunit.xml file was in the tests folder, so you had to specify which configuration file phpunit had to use:

phpunit -c"tests/phpunit.xml"  

I moved this file to the root directory, so you can just phpunit in the root folder. Can you verify if commit https://github.com/phpro/zf-doctrine-hydration-module/commit/cacb165bfac3ea1ff2e89ce3854a6e089ebb02fe solves your issue?

TomHAnderson commented 10 years ago

As part of making this work with Apigility the -skeleton does not allow minimum stability of dev so you will need to create a point release of this repo so we can require that version in the zf-apigility-doctrine module which also needs a point release so we can require it in the skeleton.

TomHAnderson commented 10 years ago

The unit tests are working.

+1

veewee commented 10 years ago

@TomHAnderson I merged your PR on PSR-4, but had some issues with cs-fixer. There is no support for PSR-4 autoloading, so I had to disable the PSR-0 fixer in the travis command. You can run the cs-fixer manually with following command:

./vendor/bin/php-cs-fixer fix . --dry-run  --fixers=-psr0

Next I stabilized the composer.json file and removed the minimum stability part. Version 0.1.0 is tagged.