From 46b77928f746a4231d064774b5b67fd892c7ce86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 4 Aug 2013 17:50:34 +0200 Subject: rm vendor --- .../intl/Symfony/Component/Intl/composer.json | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 vendor/symfony/intl/Symfony/Component/Intl/composer.json (limited to 'vendor/symfony/intl/Symfony/Component/Intl/composer.json') diff --git a/vendor/symfony/intl/Symfony/Component/Intl/composer.json b/vendor/symfony/intl/Symfony/Component/Intl/composer.json deleted file mode 100644 index 29eedfa1..00000000 --- a/vendor/symfony/intl/Symfony/Component/Intl/composer.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "symfony/intl", - "type": "library", - "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", - "keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n"], - "homepage": "http://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - }, - { - "name": "Eriksen Costa", - "email": "eriksen.costa@infranology.com.br" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - } - ], - "require": { - "php": ">=5.3.3", - "symfony/icu": "~1.0-RC" - }, - "require-dev": { - "symfony/filesystem": ">=2.1" - }, - "suggest": { - "ext-intl": "to use the component with locales other than \"en\"" - }, - "autoload": { - "psr-0": { "Symfony\\Component\\Intl\\": "" }, - "classmap": [ "Symfony/Component/Intl/Resources/stubs" ], - "files": [ "Symfony/Component/Intl/Resources/stubs/functions.php" ] - }, - "target-dir": "Symfony/Component/Intl", - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - } -} -- cgit v1.2.3