From 195ad752594f9835140a50c35c51c504cff15811 Mon Sep 17 00:00:00 2001 From: Erin Millard Date: Thu, 15 Aug 2013 10:00:58 +1000 Subject: [PATCH] Repository maintenance. --- .travis.env | 2 +- .travis.install | 3 + .travis.yml | 12 +- CHANGELOG.md | 4 +- README.md | 12 +- composer.json | 2 +- composer.lock | 493 +++++++++++++++++++++++++++++++++++++++++------- 7 files changed, 438 insertions(+), 90 deletions(-) diff --git a/.travis.env b/.travis.env index 1aa1440..98b4731 100644 --- a/.travis.env +++ b/.travis.env @@ -1 +1 @@ -ewKl2xbeBchk84EnVg3cKeJ18MB19vKAi8tavCUQZScmb378hHpHUAxUiszQT/Tiy8McMx+spinvquWpLYnbdlMMhIMZb7zcHqjjazpzpTHnwo7SDEQO/quzYUZgrSNNKLM1nt+AX9wM+EaC8bsYfJy4BLZnrFHTcn7kDB7RYPk= \ No newline at end of file +OoCwPczrLW9Batso5eOrbRpTAn/2VuNT/VHj70IORuuWX0pN9Fth5QrKLBREN8NqdUVeTRI25izQZuryHyANB8fH4Xt+p49Tnpd7Pwyv+CxD35cFl6S6a3X/cWw80vYNo1PVSzUnLf702PY06lYJzWQkJ5NfO/zDmNRiz5Rx/bA= \ No newline at end of file diff --git a/.travis.install b/.travis.install index 2b11b3c..63eb428 100755 --- a/.travis.install +++ b/.travis.install @@ -16,6 +16,7 @@ if ($token = getenv('ARCHER_TOKEN')) { 'github.com' => $token ); $composerFlags = '--prefer-dist'; + passthru('curl -s -i -H "Authorization: token $ARCHER_TOKEN" https://api.github.com | grep "^X-RateLimit"'); } else { $composerFlags = '--prefer-source'; } @@ -27,6 +28,8 @@ if (!is_dir($dir)) { } file_put_contents($file, json_encode($config)); +passthru('composer self-update --no-interaction'); + $exitCode = 0; passthru('composer install --dev --no-progress --no-interaction --ansi ' . $composerFlags, $exitCode); exit($exitCode); diff --git a/.travis.yml b/.travis.yml index ae9fafa..35a962c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,22 +8,14 @@ # language: php -php: - - 5.3 - - 5.4 - - 5.5 +php: ["5.3", "5.4", "5.5"] env: global: - ARCHER_PUBLISH_VERSION=5.4 - - secure: "ewKl2xbeBchk84EnVg3cKeJ18MB19vKAi8tavCUQZScmb378hHpHUAxUiszQT/Tiy8McMx+spinvquWpLYnbdlMMhIMZb7zcHqjjazpzpTHnwo7SDEQO/quzYUZgrSNNKLM1nt+AX9wM+EaC8bsYfJy4BLZnrFHTcn7kDB7RYPk=" + - secure: "OoCwPczrLW9Batso5eOrbRpTAn/2VuNT/VHj70IORuuWX0pN9Fth5QrKLBREN8NqdUVeTRI25izQZuryHyANB8fH4Xt+p49Tnpd7Pwyv+CxD35cFl6S6a3X/cWw80vYNo1PVSzUnLf702PY06lYJzWQkJ5NfO/zDmNRiz5Rx/bA=" install: - ./.travis.install script: - ./vendor/bin/archer travis:build - -matrix: - # PHP 5.5 is still in alpha, so ignore build failures. - allow_failures: - - php: 5.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cdfccd..9b63039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Liftoff changelog -### 0.1.0 +### 0.1.0 (unreleased) -* Initial implementation. +- **[NEW]** Initial implementation. diff --git a/README.md b/README.md index 71f60dc..e4cb145 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Build Status]][Latest build] [![Test Coverage]][Test coverage report] +[![Uses Semantic Versioning]][SemVer] ## Installation and documentation @@ -55,10 +56,13 @@ application. [API documentation]: http://lqnt.co/liftoff/artifacts/documentation/api/ -[Build Status]: https://raw.github.com/eloquent/liftoff/gh-pages/artifacts/images/icecave/regular/build-status.png [Composer]: http://getcomposer.org/ [eloquent/liftoff]: https://packagist.org/packages/eloquent/liftoff [Executable phar]: http://lqnt.co/liftoff/liftoff -[Latest build]: http://travis-ci.org/eloquent/liftoff -[Test coverage report]: http://lqnt.co/liftoff/artifacts/tests/coverage/ -[Test Coverage]: https://raw.github.com/eloquent/liftoff/gh-pages/artifacts/images/icecave/regular/coverage.png + +[Build Status]: https://api.travis-ci.org/eloquent/liftoff.png?branch=master +[Latest build]: https://travis-ci.org/eloquent/liftoff +[SemVer]: http://semver.org/ +[Test coverage report]: https://coveralls.io/r/eloquent/liftoff +[Test Coverage]: https://coveralls.io/repos/eloquent/liftoff/badge.png?branch=master +[Uses Semantic Versioning]: http://b.repl.ca/v1/semver-yes-brightgreen.png diff --git a/composer.json b/composer.json index f0a81f1..a3a48af 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "icecave/isolator": "~2" }, "require-dev": { - "icecave/archer": "~0.4" + "icecave/archer": "1.0.0-alpha.2" }, "autoload": { "psr-0": { diff --git a/composer.lock b/composer.lock index 848a179..a7ccb4b 100644 --- a/composer.lock +++ b/composer.lock @@ -3,28 +3,28 @@ "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" ], - "hash": "5328f8c2dc14a984f48e9a3c6f05391d", + "hash": "53cb48a6a4912b2fbdfb6995cbffd9fa", "packages": [ { "name": "eloquent/asplode", - "version": "1.0.5", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/eloquent/asplode.git", - "reference": "1.0.5" + "reference": "1.1.1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/eloquent/asplode/zipball/1.0.5", - "reference": "1.0.5", + "url": "https://api.github.com/repos/eloquent/asplode/zipball/1.1.1", + "reference": "1.1.1", "shasum": "" }, "require": { - "icecave/isolator": ">=2.0,<3.0", + "icecave/isolator": "~2", "php": ">=5.3.0" }, "require-dev": { - "icecave/archer": ">=0.2,<1.0" + "icecave/archer": "1.0.0-alpha.2" }, "type": "library", "autoload": { @@ -54,7 +54,7 @@ "handler", "handling" ], - "time": "2013-03-04 08:07:03" + "time": "2013-08-01 10:46:05" }, { "name": "icecave/isolator", @@ -107,30 +107,177 @@ } ], "packages-dev": [ + { + "name": "dflydev/markdown", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-markdown.git", + "reference": "v1.0.2" + }, + "dist": { + "type": "zip", + "url": "https://github.com/dflydev/dflydev-markdown/zipball/v1.0.2", + "reference": "v1.0.2", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "type": "library", + "autoload": { + "psr-0": { + "dflydev\\markdown": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "New BSD License" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + }, + { + "name": "Michel Fortin", + "homepage": "http://michelf.com" + }, + { + "name": "John Gruber", + "homepage": "http://daringfireball.net" + } + ], + "description": "PHP Markdown & Extra", + "homepage": "http://github.com/dflydev/dflydev-markdown", + "keywords": [ + "markdown" + ], + "time": "2012-01-15 19:36:37" + }, + { + "name": "guzzle/guzzle", + "version": "v3.7.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "v3.7.2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/v3.7.2", + "reference": "v3.7.2", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": ">=5.3.2", + "symfony/event-dispatcher": ">=2.1" + }, + "replace": { + "guzzle/batch": "self.version", + "guzzle/cache": "self.version", + "guzzle/common": "self.version", + "guzzle/http": "self.version", + "guzzle/inflection": "self.version", + "guzzle/iterator": "self.version", + "guzzle/log": "self.version", + "guzzle/parser": "self.version", + "guzzle/plugin": "self.version", + "guzzle/plugin-async": "self.version", + "guzzle/plugin-backoff": "self.version", + "guzzle/plugin-cache": "self.version", + "guzzle/plugin-cookie": "self.version", + "guzzle/plugin-curlauth": "self.version", + "guzzle/plugin-error-response": "self.version", + "guzzle/plugin-history": "self.version", + "guzzle/plugin-log": "self.version", + "guzzle/plugin-md5": "self.version", + "guzzle/plugin-mock": "self.version", + "guzzle/plugin-oauth": "self.version", + "guzzle/service": "self.version", + "guzzle/stream": "self.version" + }, + "require-dev": { + "doctrine/cache": "*", + "monolog/monolog": "1.*", + "phpunit/phpunit": "3.7.*", + "psr/log": "1.0.*", + "symfony/class-loader": "*", + "zendframework/zend-cache": "2.0.*", + "zendframework/zend-log": "2.0.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.7-dev" + } + }, + "autoload": { + "psr-0": { + "Guzzle\\Tests": "tests/", + "Guzzle": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Guzzle Community", + "homepage": "https://github.com/guzzle/guzzle/contributors" + } + ], + "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "time": "2013-08-02 18:31:05" + }, { "name": "icecave/archer", - "version": "0.4.2", + "version": "1.0.0-alpha.2", "source": { "type": "git", "url": "https://github.com/IcecaveStudios/archer.git", - "reference": "0.4.2" + "reference": "1.0.0-alpha.2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/IcecaveStudios/archer/zipball/0.4.2", - "reference": "0.4.2", + "url": "https://api.github.com/repos/IcecaveStudios/archer/zipball/1.0.0-alpha.2", + "reference": "1.0.0-alpha.2", "shasum": "" }, "require": { - "phake/phake": ">=1.0,<2.0", + "phake/phake": "~1", "php": ">=5.3", - "sami/sami": ">=1.0,<2.0", - "symfony/console": ">=2.0,<3.0", - "symfony/event-dispatcher": ">=2.1,<3.0", - "symfony/process": ">=2.0,<3.0" + "sami/sami": "~1", + "satooshi/php-coveralls": "~0.6", + "symfony/console": "~2", + "symfony/process": "~2" }, "require-dev": { - "eloquent/liberator": ">=1.0,<2.0" + "eloquent/liberator": "~1", + "symfony/event-dispatcher": "~2.1" }, "suggest": { "ext-openssl": "OpenSSL is required to encrypt GitHub OAuth tokens for artifact publication." @@ -161,7 +308,7 @@ "homepage": "https://github.com/jmalloc" } ], - "description": "PHP projects by convention.", + "description": "Testing, CI and documentation of PHP projects by convention.", "homepage": "https://github.com/IcecaveStudios/archer", "keywords": [ "api", @@ -176,7 +323,7 @@ "testing", "unit" ], - "time": "2013-06-05 00:14:36" + "time": "2013-07-29 21:51:56" }, { "name": "nikic/php-parser", @@ -307,29 +454,68 @@ ], "time": "2013-03-08 08:21:40" }, + { + "name": "psr/log", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log", + "reference": "1.0.0" + }, + "dist": { + "type": "zip", + "url": "https://github.com/php-fig/log/archive/1.0.0.zip", + "reference": "1.0.0", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-0": { + "Psr\\Log\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "time": "2012-12-21 11:40:51" + }, { "name": "sami/sami", - "version": "v1.0", + "version": "v1.1", "source": { "type": "git", "url": "https://github.com/fabpot/Sami.git", - "reference": "v1.0" + "reference": "v1.1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fabpot/Sami/zipball/v1.0", - "reference": "v1.0", + "url": "https://api.github.com/repos/fabpot/Sami/zipball/v1.1", + "reference": "v1.1", "shasum": "" }, "require": { + "dflydev/markdown": "1.0.*", "nikic/php-parser": "0.9.*", "php": ">=5.3.0", "pimple/pimple": "1.0.*", - "symfony/console": ">=2.1,<3.0", - "symfony/filesystem": ">=2.1,<3.0", - "symfony/finder": ">=2.1,<3.0", - "symfony/process": ">=2.1,<3.0", - "symfony/yaml": ">=2.1,<3.0", + "symfony/console": "~2.1", + "symfony/filesystem": "~2.1", + "symfony/finder": "~2.1", + "symfony/process": "~2.1", + "symfony/yaml": "~2.1", "twig/twig": "1.*" }, "bin": [ @@ -361,28 +547,144 @@ "keywords": [ "phpdoc" ], - "time": "2013-04-05 13:01:32" + "time": "2013-08-04 13:56:41" + }, + { + "name": "satooshi/php-coveralls", + "version": "v0.6.1", + "source": { + "type": "git", + "url": "https://github.com/satooshi/php-coveralls.git", + "reference": "v0.6.1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/v0.6.1", + "reference": "v0.6.1", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-json": "*", + "ext-simplexml": "*", + "guzzle/guzzle": ">=3.0", + "php": ">=5.3", + "psr/log": "1.0.0", + "symfony/config": ">=2.0", + "symfony/console": ">=2.0", + "symfony/stopwatch": ">=2.2", + "symfony/yaml": ">=2.0" + }, + "require-dev": { + "apigen/apigen": "2.8.*@stable", + "pdepend/pdepend": "dev-master", + "phpmd/phpmd": "dev-master", + "phpunit/php-invoker": ">=1.1.0,<1.2.0", + "phpunit/phpunit": "3.7.*@stable", + "sebastian/finder-facade": "dev-master", + "sebastian/phpcpd": "1.4.*@stable", + "squizlabs/php_codesniffer": "1.4.*@stable", + "theseer/fdomdocument": "dev-master" + }, + "bin": [ + "composer/bin/coveralls" + ], + "type": "library", + "autoload": { + "psr-0": { + "Contrib\\Component": "src/", + "Contrib\\Bundle": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kitamura Satoshi", + "email": "with.no.parachute@gmail.com", + "homepage": "https://www.facebook.com/satooshi.jp" + } + ], + "description": "PHP client library for Coveralls API", + "homepage": "https://github.com/satooshi/php-coveralls", + "keywords": [ + "ci", + "coverage", + "github", + "test" + ], + "time": "2013-05-04 08:07:33" + }, + { + "name": "symfony/config", + "version": "v2.3.3", + "target-dir": "Symfony/Component/Config", + "source": { + "type": "git", + "url": "https://github.com/symfony/Config.git", + "reference": "v2.3.3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Config/zipball/v2.3.3", + "reference": "v2.3.3", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/filesystem": "~2.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Config\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony Config Component", + "homepage": "http://symfony.com", + "time": "2013-08-06 05:49:23" }, { "name": "symfony/console", - "version": "v2.3.0", + "version": "v2.3.3", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "v2.3.0" + "reference": "v2.3.3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/v2.3.0", - "reference": "v2.3.0", + "url": "https://api.github.com/repos/symfony/Console/zipball/v2.3.3", + "reference": "v2.3.3", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "symfony/event-dispatcher": ">=2.1,<3.0" + "symfony/event-dispatcher": "~2.1" }, "suggest": { "symfony/event-dispatcher": "" @@ -414,28 +716,28 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2013-05-30 05:11:26" + "time": "2013-07-21 12:12:18" }, { "name": "symfony/event-dispatcher", - "version": "v2.3.0", + "version": "v2.3.3", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "v2.3.0-RC1" + "reference": "v2.3.3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.0-RC1", - "reference": "v2.3.0-RC1", + "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.3", + "reference": "v2.3.3", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "symfony/dependency-injection": ">=2.0,<3.0" + "symfony/dependency-injection": "~2.0" }, "suggest": { "symfony/dependency-injection": "", @@ -468,21 +770,21 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2013-05-13 14:36:40" + "time": "2013-07-21 12:12:18" }, { "name": "symfony/filesystem", - "version": "v2.3.0", + "version": "v2.3.3", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", - "reference": "v2.3.0-RC1" + "reference": "v2.3.3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.3.0-RC1", - "reference": "v2.3.0-RC1", + "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.3.3", + "reference": "v2.3.3", "shasum": "" }, "require": { @@ -515,21 +817,21 @@ ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", - "time": "2013-05-06 20:03:44" + "time": "2013-07-21 12:12:18" }, { "name": "symfony/finder", - "version": "v2.3.0", + "version": "v2.3.3", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", - "reference": "v2.3.0" + "reference": "v2.3.3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Finder/zipball/v2.3.0", - "reference": "v2.3.0", + "url": "https://api.github.com/repos/symfony/Finder/zipball/v2.3.3", + "reference": "v2.3.3", "shasum": "" }, "require": { @@ -562,21 +864,21 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2013-06-02 12:05:51" + "time": "2013-07-21 12:12:18" }, { "name": "symfony/process", - "version": "v2.3.0", + "version": "v2.3.3", "target-dir": "Symfony/Component/Process", "source": { "type": "git", "url": "https://github.com/symfony/Process.git", - "reference": "v2.3.0-RC1" + "reference": "v2.3.3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Process/zipball/v2.3.0-RC1", - "reference": "v2.3.0-RC1", + "url": "https://api.github.com/repos/symfony/Process/zipball/v2.3.3", + "reference": "v2.3.3", "shasum": "" }, "require": { @@ -609,21 +911,68 @@ ], "description": "Symfony Process Component", "homepage": "http://symfony.com", - "time": "2013-05-06 20:03:44" + "time": "2013-08-02 21:51:01" + }, + { + "name": "symfony/stopwatch", + "version": "v2.3.3", + "target-dir": "Symfony/Component/Stopwatch", + "source": { + "type": "git", + "url": "https://github.com/symfony/Stopwatch.git", + "reference": "v2.3.3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/v2.3.3", + "reference": "v2.3.3", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Stopwatch\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony Stopwatch Component", + "homepage": "http://symfony.com", + "time": "2013-07-21 12:12:18" }, { "name": "symfony/yaml", - "version": "v2.2.2", + "version": "v2.3.3", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "v2.2.2" + "reference": "v2.3.3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.2.2", - "reference": "v2.2.2", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.3", + "reference": "v2.3.3", "shasum": "" }, "require": { @@ -632,7 +981,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } }, "autoload": { @@ -656,20 +1005,20 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2013-05-10 18:08:31" + "time": "2013-07-21 12:12:18" }, { "name": "twig/twig", - "version": "v1.13.0", + "version": "v1.13.2", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", - "reference": "v1.13.0" + "reference": "v1.13.2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.0", - "reference": "v1.13.0", + "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.2", + "reference": "v1.13.2", "shasum": "" }, "require": { @@ -688,7 +1037,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3" + "BSD-3-Clause" ], "authors": [ { @@ -705,16 +1054,16 @@ "keywords": [ "templating" ], - "time": "2013-05-10 15:12:43" + "time": "2013-08-03 15:35:31" } ], "aliases": [ ], "minimum-stability": "stable", - "stability-flags": [ - - ], + "stability-flags": { + "icecave/archer": 15 + }, "platform": { "php": ">=5.3.3" },