composer.lock 125 ko
Newer Older
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "doctrine/orm": "~2.2",
                "dunglas/api-bundle": "dev-master",
                "symfony/serializer": "~2.7@beta",
                "symfony/validator": "~2.6"
            },
            "suggest": {
                "doctrine/collections": "For Doctrine collections",
                "doctrine/orm": "For Doctrine annotations",
                "myclabs/php-enum": "For enumerations",
                "symfony/validator": "For constraint annotations"
            },
            "bin": [
                "bin/schema"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "SchemaOrgModel": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com"
                }
            ],
            "description": "Various tools to generate a data model based on Schema.org vocables",
            "homepage": "http://dunglas.fr",
            "keywords": [
                "doctrine",
                "entity",
                "enum",
                "model",
                "schema.org",
                "semantic",
                "symfony"
            ],
            "time": "2015-05-15 17:29:44"
        },
        {
            "name": "easyrdf/easyrdf",
            "version": "0.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/njh/easyrdf.git",
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
                "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-pcre": "*",
                "php": ">=5.2.8"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.5",
                "sami/sami": "~1.4",
                "squizlabs/php_codesniffer": "~1.4.3"
            },
            "suggest": {
                "ml/json-ld": "~1.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "EasyRdf_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nicholas Humfrey",
                    "email": "njh@aelius.com",
                    "homepage": "http://www.aelius.com/njh/",
                    "role": "Developer"
                },
                {
                    "name": "Alexey Zakhlestin",
                    "email": "indeyets@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
            "homepage": "http://www.easyrdf.org/",
            "keywords": [
                "Linked Data",
                "RDF",
                "Semantic Web",
                "Turtle",
                "rdfa",
                "sparql"
            ],
            "time": "2015-02-27 09:45:49"
        },
        {
            "name": "fabpot/php-cs-fixer",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "version": "v1.9",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "reference": "ef528b9d3f1dd66197baabf8f77c8402c62bb9fc"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ef528b9d3f1dd66197baabf8f77c8402c62bb9fc",
                "reference": "ef528b9d3f1dd66197baabf8f77c8402c62bb9fc",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.6",
                "sebastian/diff": "~1.1",
                "symfony/console": "~2.3",
                "symfony/event-dispatcher": "~2.1",
                "symfony/filesystem": "~2.1",
                "symfony/finder": "~2.1",
                "symfony/process": "~2.3",
                "symfony/stopwatch": "~2.5"
            },
            "require-dev": {
                "satooshi/php-coveralls": "0.7.*@dev"
            },
            "bin": [
                "php-cs-fixer"
            ],
            "type": "application",
            "autoload": {
                "psr-4": {
                    "Symfony\\CS\\": "Symfony/CS/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dariusz Rumiński",
                    "email": "dariusz.ruminski@gmail.com"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "A tool to automatically fix PHP code style",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "time": "2015-06-13 09:30:19"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "fzaninotto/faker",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fzaninotto/Faker.git",
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~1.5"
            },
            "suggest": {
                "ext-intl": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Faker\\": "src/Faker/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "François Zaninotto"
                }
            ],
            "description": "Faker is a PHP library that generates fake data for you.",
            "keywords": [
                "data",
                "faker",
                "fixtures"
            ],
            "time": "2015-05-29 06:29:14"
        },
        {
            "name": "hautelook/alice-bundle",
            "version": "0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/hautelook/AliceBundle.git",
                "reference": "44824200e88cdec9b9f8ee5056c4a197299e5293"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hautelook/AliceBundle/zipball/44824200e88cdec9b9f8ee5056c4a197299e5293",
                "reference": "44824200e88cdec9b9f8ee5056c4a197299e5293",
                "shasum": ""
            },
            "require": {
                "doctrine/doctrine-bundle": "~1.2",
                "doctrine/doctrine-fixtures-bundle": "~2.2",
                "nelmio/alice": "~1.7",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "doctrine/orm": "~2.4",
                "hautelook/solarium-fixtures": "~1.0",
                "solarium/solarium": "~3.1",
                "symfony/browser-kit": "~2.1",
                "symfony/console": "~2.1",
                "symfony/framework-bundle": "~2.1",
                "symfony/validator": "~2.1",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "hautelook/solarium-fixtures": "To add Solarium fixtures"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Hautelook\\AliceBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Baldur Rensch",
                    "email": "brensch@gmail.com"
                }
            ],
            "description": "Symfony2 Bundle that helps loading fixture data written with the Alice library",
            "keywords": [
                "Fixture",
                "Symfony2",
                "alice",
                "orm"
            ],
            "time": "2014-10-19 05:10:40"
        },
        {
            "name": "justinrainbow/json-schema",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "version": "1.4.2",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "reference": "7dfe4f1db8a62be3dd35710efce663537d515653"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "dist": {
                "type": "zip",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/7dfe4f1db8a62be3dd35710efce663537d515653",
                "reference": "7dfe4f1db8a62be3dd35710efce663537d515653",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "shasum": ""
            },
            "require": {
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "php": ">=5.3.2"
Kévin Dunglas's avatar
Kévin Dunglas a validé
            },
            "require-dev": {
                "json-schema/json-schema-test-suite": "1.1.0",
                "phpdocumentor/phpdocumentor": "~2",
                "phpunit/phpunit": "~3.7"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JsonSchema": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "time": "2015-06-14 20:01:28"
Kévin Dunglas's avatar
Kévin Dunglas a validé
        },
        {
            "name": "nelmio/alice",
            "version": "1.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/nelmio/alice.git",
                "reference": "33cfab06b7e0d546c001ba95f9c594e4bd63d958"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nelmio/alice/zipball/33cfab06b7e0d546c001ba95f9c594e4bd63d958",
                "reference": "33cfab06b7e0d546c001ba95f9c594e4bd63d958",
                "shasum": ""
            },
            "require": {
                "fzaninotto/faker": "~1.0",
                "php": ">=5.3",
                "symfony/yaml": "~2.0"
            },
            "require-dev": {
                "doctrine/common": "~2.3",
                "phpunit/phpunit": "3.7.*",
                "symfony/property-access": "~2.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Nelmio\\Alice\\": "src/Nelmio/Alice"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tim Shelburne"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Expressive fixtures generator",
            "keywords": [
                "Fixture",
                "data",
                "orm",
                "test"
            ],
            "time": "2014-10-10 13:07:37"
        },
        {
            "name": "nickcernis/html-to-markdown",
            "version": "2.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/nickcernis/html-to-markdown.git",
                "reference": "08491df8e9475b219659400edf68416d8044a9db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nickcernis/html-to-markdown/zipball/08491df8e9475b219659400edf68416d8044a9db",
                "reference": "08491df8e9475b219659400edf68416d8044a9db",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "php": ">=5.3.3",
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "HTML_To_Markdown.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nick Cernis",
                    "email": "nick@cern.is",
                    "homepage": "http://modernnerd.net"
                }
            ],
            "description": "An HTML-to-markdown conversion helper for PHP",
            "homepage": "https://github.com/nickcernis/html-to-markdown",
            "keywords": [
                "html",
                "markdown"
            ],
            "time": "2015-05-29 13:27:02"
        },
        {
            "name": "sebastian/diff",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "http://www.github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2015-02-22 15:13:53"
        },
        {
            "name": "sensio/generator-bundle",
            "version": "v2.5.3",
            "target-dir": "Sensio/Bundle/GeneratorBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
                "shasum": ""
            },
            "require": {
                "symfony/console": "~2.5",
                "symfony/framework-bundle": "~2.2"
            },
            "require-dev": {
                "doctrine/orm": "~2.2,>=2.2.3",
                "symfony/doctrine-bridge": "~2.2",
                "twig/twig": "~1.11"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Sensio\\Bundle\\GeneratorBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "This bundle generates code for you",
            "time": "2015-03-17 06:36:52"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "dunglas/api-bundle": 10,
        "nelmio/api-doc-bundle": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.5.0"
    },
    "platform-dev": []
}