From c7ce0ad081fb4698cd910ef7c61ccf9fe3ecd495 Mon Sep 17 00:00:00 2001 From: thewilkybarkid Date: Mon, 9 Feb 2015 11:52:51 +0000 Subject: [PATCH 1/2] Correct case --- src/CensorWords.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CensorWords.php b/src/CensorWords.php index 04d103c..30f5335 100644 --- a/src/CensorWords.php +++ b/src/CensorWords.php @@ -1,6 +1,6 @@ Date: Mon, 9 Feb 2015 11:53:16 +0000 Subject: [PATCH 2/2] Remove symfony/yaml --- composer.json | 3 +- composer.lock | 99 +++++++++++++++++++++++++-------------------------- 2 files changed, 50 insertions(+), 52 deletions(-) diff --git a/composer.json b/composer.json index decc764..9aa3339 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,7 @@ ], "minimum-stability": "dev", "require": { - "php": ">=5.3.0", - "symfony/yaml": "2.6.*" + "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "dev-master" diff --git a/composer.lock b/composer.lock index 5a1e53b..a16cc7a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,56 +4,8 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "94136839fe72734de8d44b6b8784db07", - "packages": [ - { - "name": "symfony/yaml", - "version": "2.6.x-dev", - "target-dir": "Symfony/Component/Yaml", - "source": { - "type": "git", - "url": "https://github.com/symfony/Yaml.git", - "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/60ed7751671113cf1ee7d7778e691642c2e9acd8", - "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-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": "2015-01-25 04:39:26" - } - ], + "hash": "b235cad576e14df032f0317a2ce7d7e6", + "packages": [], "packages-dev": [ { "name": "doctrine/instantiator", @@ -959,6 +911,53 @@ "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "time": "2014-12-15 14:25:24" + }, + { + "name": "symfony/yaml", + "version": "2.7.x-dev", + "target-dir": "Symfony/Component/Yaml", + "source": { + "type": "git", + "url": "https://github.com/symfony/Yaml.git", + "reference": "02ba3dc638c5d3f0ab3b47ddb74f98c11dcc0c60" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/02ba3dc638c5d3f0ab3b47ddb74f98c11dcc0c60", + "reference": "02ba3dc638c5d3f0ab3b47ddb74f98c11dcc0c60", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-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": "2015-01-25 04:39:35" } ], "aliases": [],