From c1861feac82e438e4a070a39b6ebbf712101416b Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Fri, 27 May 2016 15:10:52 +0300 Subject: Fix composer --- composer.json | 3 +- composer.lock | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 121 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2a4568e..67919f2 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ }, "minimum-stability": "dev", "require": { - "neonxp/telegram-api": "dev-master" + "neonxp/telegram-api": "dev-master", + "symfony/dom-crawler": "^3.0" } } diff --git a/composer.lock b/composer.lock index e768e91..db038dc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "ab6d18a75d53e6ce7e09d13e1cd21c75", - "content-hash": "37cc07983cf693f0d4af43c8cced2b31", + "hash": "b905a956faf901fc0ce67f9a4bca4445", + "content-hash": "c477f795380531a57cf3aa81e30c9dc3", "packages": [ { "name": "doctrine/annotations", @@ -433,7 +433,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/427a06e7c25d0fa1fbd37bf0325d9d3eb2dc383a", + "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/79d24dbd62ab7eba4973d677c5af31aca24adc1d", "reference": "427a06e7c25d0fa1fbd37bf0325d9d3eb2dc383a", "shasum": "" }, @@ -518,7 +518,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/602bd84453b3b080c0aa4c4bd09a0024b8a08ea4", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/b0a46c80cf3dbd97205f2e2ffeb9229080899c76", "reference": "602bd84453b3b080c0aa4c4bd09a0024b8a08ea4", "shasum": "" }, @@ -813,6 +813,121 @@ "psr-3" ], "time": "2016-01-06 21:40:42" + }, + { + "name": "symfony/dom-crawler", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "d69763ec860db5f9e1b74d7cf06329030e24e170" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d69763ec860db5f9e1b74d7cf06329030e24e170", + "reference": "d69763ec860db5f9e1b74d7cf06329030e24e170", + "shasum": "" + }, + "require": { + "php": ">=5.5.9", + "symfony/polyfill-mbstring": "~1.0" + }, + "require-dev": { + "symfony/css-selector": "~2.8|~3.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DomCrawler Component", + "homepage": "https://symfony.com", + "time": "2016-05-13 18:13:23" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "67f0d2b927796648c5c38cedb7a2c8f1cf14e7dc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/67f0d2b927796648c5c38cedb7a2c8f1cf14e7dc", + "reference": "67f0d2b927796648c5c38cedb7a2c8f1cf14e7dc", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "time": "2016-05-26 01:13:28" } ], "packages-dev": [], -- cgit v1.2.3