From 799e3ad04e999859a37eb0d9337c5e657c7eaf7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kocsis=20M=C3=A1t=C3=A9?= Date: Sun, 19 Oct 2014 00:37:48 +0200 Subject: [PATCH] Small fix --- README.md | 2 +- composer.lock | 96 +++++++++++++++++++++++++-------------------------- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index 5daadc8..57c5caa 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ In order to use the ``JmsSerializer`` and ``JmsDeserializer`` classes, require ` $ composer update ``` -#### Autoload the classes in your bootstrap: +#### Autoload classes in your bootstrap: ```php require "vendor/autoload.php" diff --git a/composer.lock b/composer.lock index e46d987..3966d74 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "3615dcecbe862ea12b39c323cc58b3ce", + "hash": "48d837755345cb6f4c70457d8de5e7c9", "packages": [ { "name": "container-interop/container-interop", @@ -32,6 +32,53 @@ ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "time": "2014-03-16 14:50:05" + }, + { + "name": "symfony/yaml", + "version": "v2.5.5", + "target-dir": "Symfony/Component/Yaml", + "source": { + "type": "git", + "url": "https://github.com/symfony/Yaml.git", + "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/b1dbc53593b98c2d694ebf383660ac9134d30b96", + "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96", + "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": "Symfony Community", + "homepage": "http://symfony.com/contributors" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Symfony Yaml Component", + "homepage": "http://symfony.com", + "time": "2014-09-22 09:14:18" } ], "packages-dev": [ @@ -563,53 +610,6 @@ "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", "time": "2014-09-25 09:52:29" - }, - { - "name": "symfony/yaml", - "version": "v2.5.5", - "target-dir": "Symfony/Component/Yaml", - "source": { - "type": "git", - "url": "https://github.com/symfony/Yaml.git", - "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/b1dbc53593b98c2d694ebf383660ac9134d30b96", - "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96", - "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": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Symfony Yaml Component", - "homepage": "http://symfony.com", - "time": "2014-09-22 09:14:18" } ], "aliases": [],