From ca44b4e9c5b4b62d7f0fa54c654bab62b4273731 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 3 Jun 2015 13:37:41 +0200 Subject: [PATCH] cleanup dev package composer.json as extensions are now in separate repositories, these dependencies are not neede anymore --- composer.json | 21 +-- composer.lock | 598 +++++++++++++--------------------------------------------- 2 files changed, 136 insertions(+), 483 deletions(-) diff --git a/composer.json b/composer.json index 688e17c..5ce9631 100644 --- a/composer.json +++ b/composer.json @@ -65,32 +65,13 @@ "bower-asset/jquery": "2.1.*@stable | 1.11.*@stable", "bower-asset/jquery.inputmask": "3.1.*", "bower-asset/punycode": "1.3.*", - "bower-asset/yii2-pjax": "2.0.*", - "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*", - "bower-asset/jquery-ui": "1.11.*@stable", - "bower-asset/typeahead.js": "0.10.*" + "bower-asset/yii2-pjax": ">=2.0.1" }, "require-dev": { "phpunit/phpunit": "~4.5", - "twig/twig": "*", - "smarty/smarty": "~3.1", - "imagine/imagine": "0.5.*", - "swiftmailer/swiftmailer": "*", - "fzaninotto/faker": "*", "cebe/indent": "*" }, "suggest": { - "phpdocumentor/reflection": "required by yii2-apidoc extension", - "ext-curl": "required by yii2-elasticsearch extension", - "ext-mongo": "required by yii2-mongo extension", - "ext-pdo": "required by yii2-sphinx extension", - "ext-pdo_mysql": "required by yii2-sphinx extension", - "fzaninotto/faker": "required by yii2-faker extension", - "imagine/imagine": "required by yii2-imagine extension", - "phpspec/php-diff": "required by yii2-gii extension", - "smarty/smarty": "required by yii2-smarty extension", - "swiftmailer/swiftmailer": "required by yii2-swiftmailer extension", - "twig/twig": "required by yii2-twig extension", "yiisoft/yii2-coding-standards": "you can use this package to check for code style issues when contributing to yii" }, "autoload": { diff --git a/composer.lock b/composer.lock index 8cccc8a..a650fe1 100644 --- a/composer.lock +++ b/composer.lock @@ -1,75 +1,23 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "6f81c77925e8946ece8cd3a4d536f88c", + "hash": "67a0cfdccceaeeae75cab6c8d62f6983", "packages": [ { - "name": "bower-asset/bootstrap", - "version": "v3.3.4", - "source": { - "type": "git", - "url": "https://github.com/twbs/bootstrap.git", - "reference": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f", - "reference": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f", - "shasum": "" - }, - "require": { - "bower-asset/jquery": ">=1.9.1" - }, - "type": "bower-asset-library", - "extra": { - "bower-asset-main": [ - "less/bootstrap.less", - "dist/css/bootstrap.css", - "dist/js/bootstrap.js", - "dist/fonts/glyphicons-halflings-regular.eot", - "dist/fonts/glyphicons-halflings-regular.svg", - "dist/fonts/glyphicons-halflings-regular.ttf", - "dist/fonts/glyphicons-halflings-regular.woff", - "dist/fonts/glyphicons-halflings-regular.woff2" - ], - "bower-asset-ignore": [ - "/.*", - "_config.yml", - "CNAME", - "composer.json", - "CONTRIBUTING.md", - "docs", - "js/tests", - "test-infra" - ] - }, - "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "keywords": [ - "css", - "framework", - "front-end", - "js", - "less", - "mobile-first", - "responsive", - "web" - ] - }, - { "name": "bower-asset/jquery", - "version": "2.1.3", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/jquery/jquery.git", - "reference": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0" + "reference": "7751e69b615c6eca6f783a81e292a55725af6b85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jquery/jquery/zipball/8f2a9d9272d6ed7f32d3a484740ab342c02541e0", - "reference": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0", + "url": "https://api.github.com/repos/jquery/jquery/zipball/7751e69b615c6eca6f783a81e292a55725af6b85", + "reference": "7751e69b615c6eca6f783a81e292a55725af6b85", "shasum": "" }, "require-dev": { @@ -84,6 +32,7 @@ "bower-asset-ignore": [ "**/.*", "build", + "dist/cdn", "speed", "test", "*.md", @@ -102,42 +51,17 @@ ] }, { - "name": "bower-asset/jquery-ui", - "version": "1.11.4", - "source": { - "type": "git", - "url": "https://github.com/components/jqueryui.git", - "reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/components/jqueryui/zipball/c34f8dbf3ba57b3784b93f26119f436c0e8288e1", - "reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1", - "shasum": "" - }, - "require": { - "bower-asset/jquery": ">=1.6" - }, - "type": "bower-asset-library", - "extra": { - "bower-asset-main": [ - "jquery-ui.js" - ], - "bower-asset-ignore": [] - } - }, - { "name": "bower-asset/jquery.inputmask", - "version": "3.1.61", + "version": "3.1.63", "source": { "type": "git", "url": "https://github.com/RobinHerbots/jquery.inputmask.git", - "reference": "f2c086411d2557fc485c47afb3cecfa6c1de9ee2" + "reference": "c40c7287eadc31e341ebbf0c02352eb55b9cbc48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/f2c086411d2557fc485c47afb3cecfa6c1de9ee2", - "reference": "f2c086411d2557fc485c47afb3cecfa6c1de9ee2", + "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/c40c7287eadc31e341ebbf0c02352eb55b9cbc48", + "reference": "c40c7287eadc31e341ebbf0c02352eb55b9cbc48", "shasum": "" }, "require": { @@ -207,35 +131,8 @@ } }, { - "name": "bower-asset/typeahead.js", - "version": "v0.10.5", - "source": { - "type": "git", - "url": "https://github.com/twitter/typeahead.js.git", - "reference": "5f198b87d1af845da502ea9df93a5e84801ce742" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/5f198b87d1af845da502ea9df93a5e84801ce742", - "reference": "5f198b87d1af845da502ea9df93a5e84801ce742", - "shasum": "" - }, - "require": { - "bower-asset/jquery": ">=1.7" - }, - "require-dev": { - "bower-asset/jasmine-ajax": ">=1.3.1,<1.4", - "bower-asset/jasmine-jquery": ">=1.5.2,<1.6", - "bower-asset/jquery": ">=1.7,<1.8" - }, - "type": "bower-asset-library", - "extra": { - "bower-asset-main": "dist/typeahead.bundle.js" - } - }, - { "name": "bower-asset/yii2-pjax", - "version": "v2.0.4", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/yiisoft/jquery-pjax.git", @@ -260,11 +157,15 @@ "vendor/", "script/", "test/" - ] + ], + "branch-alias": { + "dev-master": "2.0.3-dev" + } }, "license": [ "MIT" - ] + ], + "time": "2015-03-08 21:03:11" }, { "name": "cebe/markdown", @@ -360,8 +261,7 @@ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", - "homepage": "http://ezyang.com", - "role": "Developer" + "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", @@ -370,6 +270,53 @@ "html" ], "time": "2013-11-30 08:25:19" + }, + { + "name": "yiisoft/yii2-composer", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/yiisoft/yii2-composer.git", + "reference": "c7f59a6db76ae12aef4ddd244b0d02ab76b8a0b8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/c7f59a6db76ae12aef4ddd244b0d02ab76b8a0b8", + "reference": "c7f59a6db76ae12aef4ddd244b0d02ab76b8a0b8", + "shasum": "" + }, + "require": { + "composer-plugin-api": "1.0.0" + }, + "type": "composer-plugin", + "extra": { + "class": "yii\\composer\\Plugin", + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "yii\\composer\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Qiang Xue", + "email": "qiang.xue@gmail.com" + } + ], + "description": "The composer plugin for Yii extension installer", + "keywords": [ + "composer", + "extension installer", + "yii2" + ], + "time": "2015-04-29 09:00:02" } ], "packages-dev": [ @@ -412,12 +359,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "3d9669e597439e8d205baf315efb757038fb4dea" + "reference": "b70d22758c0813ea5fef9c22480caadd3a2b6a56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/3d9669e597439e8d205baf315efb757038fb4dea", - "reference": "3d9669e597439e8d205baf315efb757038fb4dea", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/b70d22758c0813ea5fef9c22480caadd3a2b6a56", + "reference": "b70d22758c0813ea5fef9c22480caadd3a2b6a56", "shasum": "" }, "require": { @@ -458,116 +405,7 @@ "constructor", "instantiate" ], - "time": "2015-01-16 19:29:51" - }, - { - "name": "fzaninotto/faker", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/fzaninotto/Faker.git", - "reference": "81f8e9439d0041866849c05d334584ea31c7b05e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/81f8e9439d0041866849c05d334584ea31c7b05e", - "reference": "81f8e9439d0041866849c05d334584ea31c7b05e", - "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-03-18 16:46:58" - }, - { - "name": "imagine/imagine", - "version": "0.5.x-dev", - "source": { - "type": "git", - "url": "https://github.com/avalanche123/Imagine.git", - "reference": "343580fceed1f89220481ac98480e92f47d91e6c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/343580fceed1f89220481ac98480e92f47d91e6c", - "reference": "343580fceed1f89220481ac98480e92f47d91e6c", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "require-dev": { - "sami/sami": "dev-master" - }, - "suggest": { - "ext-gd": "to use the GD implementation", - "ext-gmagick": "to use the Gmagick implementation", - "ext-imagick": "to use the Imagick implementation" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "0.5-dev" - } - }, - "autoload": { - "psr-0": { - "Imagine": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bulat Shakirzyanov", - "email": "mallluhuct@gmail.com", - "homepage": "http://avalanche123.com" - } - ], - "description": "Image processing for PHP 5.3", - "homepage": "http://imagine.readthedocs.org/", - "keywords": [ - "drawing", - "graphics", - "image manipulation", - "image processing" - ], - "time": "2014-06-13 10:54:04" + "time": "2015-05-13 13:33:36" }, { "name": "phpdocumentor/reflection-docblock", @@ -575,12 +413,12 @@ "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "d1da796ba5565789a623052eb9f2cf59d57fec60" + "reference": "ae15da2ce234d3ffe5d7fafcdad19c7f1acf3568" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d1da796ba5565789a623052eb9f2cf59d57fec60", - "reference": "d1da796ba5565789a623052eb9f2cf59d57fec60", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/ae15da2ce234d3ffe5d7fafcdad19c7f1acf3568", + "reference": "ae15da2ce234d3ffe5d7fafcdad19c7f1acf3568", "shasum": "" }, "require": { @@ -590,7 +428,6 @@ "phpunit/phpunit": "~4.0" }, "suggest": { - "dflydev/markdown": "~1.0", "erusev/parsedown": "~1.0", "league/commonmark": "*" }, @@ -617,7 +454,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-27 09:28:18" + "time": "2015-05-12 07:21:12" }, { "name": "phpspec/prophecy", @@ -625,12 +462,12 @@ "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "07606749da971eda75434814a313ed0ce6790f6a" + "reference": "5a355f91730c845301a9e28f91c8a5053353c496" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/07606749da971eda75434814a313ed0ce6790f6a", - "reference": "07606749da971eda75434814a313ed0ce6790f6a", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/5a355f91730c845301a9e28f91c8a5053353c496", + "reference": "5a355f91730c845301a9e28f91c8a5053353c496", "shasum": "" }, "require": { @@ -644,7 +481,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "1.4.x-dev" } }, "autoload": { @@ -677,20 +514,20 @@ "spy", "stub" ], - "time": "2015-03-20 17:41:29" + "time": "2015-05-20 16:00:43" }, { "name": "phpunit/php-code-coverage", - "version": "dev-master", + "version": "2.1.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "4676604b851bfc6fc02bf3394bf350c727bcebf4" + "reference": "28a6b34e91d789b2608072ab3c82eaae7cdb973c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4676604b851bfc6fc02bf3394bf350c727bcebf4", - "reference": "4676604b851bfc6fc02bf3394bf350c727bcebf4", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/28a6b34e91d789b2608072ab3c82eaae7cdb973c", + "reference": "28a6b34e91d789b2608072ab3c82eaae7cdb973c", "shasum": "" }, "require": { @@ -713,7 +550,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.1.x-dev" } }, "autoload": { @@ -739,35 +576,37 @@ "testing", "xunit" ], - "time": "2015-03-19 05:49:08" + "time": "2015-06-03 07:01:01" }, { "name": "phpunit/php-file-iterator", - "version": "1.3.4", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" + "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", - "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb", + "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, "autoload": { "classmap": [ - "File/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ "BSD-3-Clause" ], @@ -784,7 +623,7 @@ "filesystem", "iterator" ], - "time": "2013-10-10 15:34:57" + "time": "2015-04-02 05:19:05" }, { "name": "phpunit/php-text-template", @@ -880,12 +719,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74" + "reference": "eab81d02569310739373308137284e0158424330" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74", - "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330", + "reference": "eab81d02569310739373308137284e0158424330", "shasum": "" }, "require": { @@ -921,20 +760,20 @@ "keywords": [ "tokenizer" ], - "time": "2015-01-17 09:51:32" + "time": "2015-04-08 04:46:07" }, { "name": "phpunit/phpunit", - "version": "4.5.x-dev", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "10f6685ca2cf5d8662b43a225ab853699821690b" + "reference": "f796a70200be4db1cec9fddf8129a971345c0e46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/10f6685ca2cf5d8662b43a225ab853699821690b", - "reference": "10f6685ca2cf5d8662b43a225ab853699821690b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f796a70200be4db1cec9fddf8129a971345c0e46", + "reference": "f796a70200be4db1cec9fddf8129a971345c0e46", "shasum": "" }, "require": { @@ -944,19 +783,19 @@ "ext-reflection": "*", "ext-spl": "*", "php": ">=5.3.3", - "phpspec/prophecy": "~1.3.1", - "phpunit/php-code-coverage": "~2.0,>=2.0.11", - "phpunit/php-file-iterator": "~1.3.2", + "phpspec/prophecy": "~1.3,>=1.3.1", + "phpunit/php-code-coverage": "~2.1", + "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "~1.0.2", + "phpunit/php-timer": "~1.0", "phpunit/phpunit-mock-objects": "~2.3", "sebastian/comparator": "~1.1", - "sebastian/diff": "~1.1", + "sebastian/diff": "~1.2", "sebastian/environment": "~1.2", "sebastian/exporter": "~1.2", "sebastian/global-state": "~1.0", "sebastian/version": "~1.0", - "symfony/yaml": "~2.0" + "symfony/yaml": "~2.1|~3.0" }, "suggest": { "phpunit/php-invoker": "~1.1" @@ -967,7 +806,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.5.x-dev" + "dev-master": "4.8.x-dev" } }, "autoload": { @@ -993,7 +832,7 @@ "testing", "xunit" ], - "time": "2015-03-02 06:58:30" + "time": "2015-06-03 08:18:54" }, { "name": "phpunit/phpunit-mock-objects", @@ -1001,12 +840,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "55484334fb4c306ed24bfc3bdb0874685c29036f" + "reference": "253c005852591fd547fc18cd5b7b43a1ec82d8f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/55484334fb4c306ed24bfc3bdb0874685c29036f", - "reference": "55484334fb4c306ed24bfc3bdb0874685c29036f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/253c005852591fd547fc18cd5b7b43a1ec82d8f7", + "reference": "253c005852591fd547fc18cd5b7b43a1ec82d8f7", "shasum": "" }, "require": { @@ -1015,7 +854,7 @@ "phpunit/php-text-template": "~1.2" }, "require-dev": { - "phpunit/phpunit": "4.4.*@dev" + "phpunit/phpunit": "~4.4" }, "suggest": { "ext-soap": "*" @@ -1023,7 +862,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.4.x-dev" + "dev-master": "2.3.x-dev" } }, "autoload": { @@ -1048,7 +887,7 @@ "mock", "xunit" ], - "time": "2015-03-18 09:04:51" + "time": "2015-05-29 05:19:18" }, { "name": "sebastian/comparator", @@ -1388,16 +1227,16 @@ }, { "name": "sebastian/version", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b" + "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b", - "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4", + "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4", "shasum": "" }, "type": "library", @@ -1419,128 +1258,20 @@ ], "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": "smarty/smarty", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/smarty-php/smarty.git", - "reference": "443ae8c2167add9c7e605f115955816efeb86f1e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/443ae8c2167add9c7e605f115955816efeb86f1e", - "reference": "443ae8c2167add9c7e605f115955816efeb86f1e", - "shasum": "" - }, - "require": { - "php": ">=5.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1.x-dev" - } - }, - "autoload": { - "classmap": [ - "libs/Smarty.class.php", - "libs/SmartyBC.class.php", - "libs/sysplugins/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], - "authors": [ - { - "name": "Monte Ohrt", - "email": "monte@ohrt.com" - }, - { - "name": "Uwe Tews", - "email": "uwe.tews@googlemail.com" - }, - { - "name": "Rodney Rehm", - "email": "rodney.rehm@medialize.de" - } - ], - "description": "Smarty - the compiling PHP template engine", - "homepage": "http://www.smarty.net", - "keywords": [ - "templating" - ], - "time": "2015-03-22 23:39:22" - }, - { - "name": "swiftmailer/swiftmailer", - "version": "5.x-dev", - "source": { - "type": "git", - "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "048be6f7c19944d604e321347990543bc2bbe10b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/048be6f7c19944d604e321347990543bc2bbe10b", - "reference": "048be6f7c19944d604e321347990543bc2bbe10b", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "mockery/mockery": "~0.9.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.4-dev" - } - }, - "autoload": { - "files": [ - "lib/swift_required.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Corbyn" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Swiftmailer, free feature-rich PHP mailer", - "homepage": "http://swiftmailer.org", - "keywords": [ - "mail", - "mailer" - ], - "time": "2015-03-14 06:07:26" + "time": "2015-02-24 06:35:25" }, { "name": "symfony/yaml", - "version": "2.7.x-dev", - "target-dir": "Symfony/Component/Yaml", + "version": "2.8.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "bc2504716cb3f7704dfff5d5dcb88df43282f414" + "reference": "2396832f6f9ab2b8f62f00b5d3f2e722fc773d65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/bc2504716cb3f7704dfff5d5dcb88df43282f414", - "reference": "bc2504716cb3f7704dfff5d5dcb88df43282f414", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/2396832f6f9ab2b8f62f00b5d3f2e722fc773d65", + "reference": "2396832f6f9ab2b8f62f00b5d3f2e722fc773d65", "shasum": "" }, "require": { @@ -1552,11 +1283,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.7-dev" + "dev-master": "2.8-dev" } }, "autoload": { - "psr-0": { + "psr-4": { "Symfony\\Component\\Yaml\\": "" } }, @@ -1566,81 +1297,22 @@ ], "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-03-22 16:57:18" - }, - { - "name": "twig/twig", - "version": "1.x-dev", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "7ee4aec238949225a25f174318dc84167e5f360d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/7ee4aec238949225a25f174318dc84167e5f360d", - "reference": "7ee4aec238949225a25f174318dc84167e5f360d", - "shasum": "" - }, - "require": { - "php": ">=5.2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" }, { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "http://twig.sensiolabs.org/contributors", - "role": "Contributors" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", - "keywords": [ - "templating" - ], - "time": "2015-03-17 17:21:28" + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com", + "time": "2015-05-12 15:16:46" } ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "bower-asset/jquery-ui": 0 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {