{ "_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" ], "hash": "78fc20b5af693f802a89a72bd1d49efd", "packages": [ { "name": "components/bootstrap", "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/components/bootstrap.git", "reference": "2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/components/bootstrap/zipball/2.3.2", "reference": "2.3.2", "shasum": "" }, "require": { "components/jquery": "*" }, "suggest": { "components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets" }, "type": "component", "extra": { "component": { "scripts": [ "js/bootstrap.js" ], "files": [ "js/bootstrap.min.js", "css/*.css", "img/*.png" ], "shim": { "deps": [ "jquery" ] } } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Twitter, Inc" } ], "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.", "homepage": "http://twitter.github.com/bootstrap/", "keywords": [ "bootstrap", "css" ], "time": "2013-06-05 15:22:39" }, { "name": "components/font-awesome", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/components/font-awesome.git", "reference": "3.2.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/components/font-awesome/zipball/3.2.1", "reference": "3.2.1", "shasum": "" }, "require": { "robloach/component-installer": "*" }, "type": "component", "extra": { "branch-alias": { "dev-master": "3.2-dev" }, "component": { "styles": [ "css/font-awesome.css" ], "files": [ "css/font-awesome.min.css", "css/font-awesome-ie7.*", "font/*" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT", "OFL-1.1" ], "description": "The iconic font designed for use with Twitter Bootstrap.", "time": "2013-07-27 07:29:06" }, { "name": "components/highlightjs", "version": "7.3.0", "source": { "type": "git", "url": "https://github.com/components/highlightjs.git", "reference": "7.3.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/components/highlightjs/zipball/7.3.0", "reference": "7.3.0", "shasum": "" }, "require": { "robloach/component-installer": "*" }, "type": "component", "extra": { "component": { "scripts": [ "highlight.pack.js" ], "files": [ "styles/*" ], "shim": { "exports": "hljs" } } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org", "homepage": "http://softwaremaniacs.org" } ], "description": "Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages.", "time": "2013-04-24 15:11:49" }, { "name": "components/jquery", "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/components/jquery.git", "reference": "1.9.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/components/jquery/zipball/1.9.1", "reference": "1.9.1", "shasum": "" }, "require": { "robloach/component-installer": "*" }, "type": "component", "extra": { "component": { "scripts": [ "jquery.js" ], "files": [ "jquery.min.js", "jquery-migrate.js", "jquery-migrate.min.js" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "John Resig", "email": "jeresig@gmail.com", "homepage": "http://ejohn.org/" } ], "description": "jQuery JavaScript Library", "homepage": "http://jquery.com", "time": "2013-04-22 17:13:31" }, { "name": "composer/composer", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/composer/composer.git", "reference": "67407801b8c0a565d4664e1b45a9b93b28401582" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/67407801b8c0a565d4664e1b45a9b93b28401582", "reference": "67407801b8c0a565d4664e1b45a9b93b28401582", "shasum": "" }, "require": { "justinrainbow/json-schema": "1.1.*", "php": ">=5.3.2", "seld/jsonlint": "1.*", "symfony/console": "~2.3@dev", "symfony/finder": "~2.1", "symfony/process": "~2.1@dev" }, "require-dev": { "phpunit/phpunit": "~3.7.10" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Composer": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be", "role": "Developer" }, { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" } ], "description": "Dependency Manager", "homepage": "http://getcomposer.org/", "keywords": [ "autoload", "dependency", "package" ], "time": "2013-07-29 20:00:35" }, { "name": "dflydev/ant-path-matcher", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-util-antPathMatcher.git", "reference": "v1.0.3" }, "dist": { "type": "zip", "url": "https://github.com/dflydev/dflydev-util-antPathMatcher/archive/v1.0.3.zip", "reference": "v1.0.3", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "autoload": { "psr-0": { "dflydev\\util\\antPathMatcher": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Ant Path Matcher Utility", "homepage": "http://github.com/dflydev/dflydev-util-antPathMatcher", "keywords": [ "ant", "matcher", "path", "pattern" ], "time": "2012-12-03 05:03:00" }, { "name": "dflydev/apache-mime-types", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-apache-mime-types.git", "reference": "v1.0.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/v1.0.1", "reference": "v1.0.1", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "twig/twig": "1.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\ApacheMimeTypes": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Apache MIME Types", "keywords": [ "apache", "mime", "mimetypes" ], "time": "2013-05-14 02:02:01" }, { "name": "dflydev/canal", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-canal.git", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-canal/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "dflydev/apache-mime-types": "1.0.*", "php": ">=5.3.3", "webignition/internet-media-type": "0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\Canal": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Content analysis for the purpose of determining Internet media types.", "keywords": [ "content", "detection", "mime", "type" ], "time": "2013-05-14 05:22:25" }, { "name": "dflydev/dot-access-configuration", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-configuration", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/dflydev/dflydev-dot-access-configuration/archive/v1.0.0.zip", "reference": "v1.0.0", "shasum": "" }, "require": { "dflydev/dot-access-data": "1.*", "dflydev/placeholder-resolver": "1.*", "php": ">=5.3.2" }, "require-dev": { "symfony/yaml": ">=2.1,<3.0" }, "suggest": { "symfony/yaml": "Required for using the YAML Configuration Builders" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\DotAccessConfiguration": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Given a deep data structure representing a configuration, access configuration by dot notation.", "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration", "keywords": [ "config", "configuration" ], "time": "2012-10-21 18:33:18" }, { "name": "dflydev/dot-access-data", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/dflydev/dflydev-dot-access-data/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\DotAccessData": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Given a deep data structure, access data by dot notation.", "homepage": "https://github.com/dflydev/dflydev-dot-access-data", "keywords": [ "access", "data", "dot", "notation" ], "time": "2012-07-17 13:32:32" }, { "name": "dflydev/embedded-composer", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-embedded-composer.git", "reference": "4359e67e66a248110f61779bc2416bf8a3a65dd2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-embedded-composer/zipball/4359e67e66a248110f61779bc2416bf8a3a65dd2", "reference": "4359e67e66a248110f61779bc2416bf8a3a65dd2", "shasum": "" }, "require": { "composer/composer": "1.0.*@dev", "php": ">=5.3.2", "seld/jsonlint": "1.*" }, "replace": { "dflydev/embedded-composer-bundle": "self.version", "dflydev/embedded-composer-console": "self.version", "dflydev/embedded-composer-core": "self.version" }, "require-dev": { "phpunit/phpunit": "~3.7.10", "symfony/console": "~2.3@dev", "symfony/http-kernel": "~2.1" }, "suggest": { "symfony/console": "~2.3", "symfony/http-kernel": "~2.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\EmbeddedComposer": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Embed Composer into another application", "keywords": [ "composer", "embedded", "extensibility" ], "time": "2013-05-21 17:09:09" }, { "name": "dflydev/placeholder-resolver", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-placeholder-resolver", "reference": "v1.0.2" }, "dist": { "type": "zip", "url": "https://github.com/dflydev/dflydev-placeholder-resolver/archive/v1.0.2.zip", "reference": "v1.0.2", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\PlaceholderResolver": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.", "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver", "keywords": [ "placeholder", "resolver" ], "time": "2012-10-28 14:08:28" }, { "name": "dflydev/symfony-finder-factory", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-symfony-finder-factory", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/dflydev/dflydev-symfony-finder-factory/archive/v1.0.0.zip", "reference": "v1.0.0", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/finder": ">=2.0,<3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\Symfony\\FinderFactory": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Symfony Finder Factory", "keywords": [ "factory", "finder", "syfony" ], "time": "2012-11-09 16:45:28" }, { "name": "evenement/evenement", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/igorw/evenement", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/igorw/evenement/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "Evenement": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Igor Wiedler", "email": "igor@wiedler.ch", "homepage": "http://wiedler.ch/igor/" } ], "description": "Événement is a very simple event dispatching library for PHP 5.3", "keywords": [ "event-dispatcher" ], "time": "2012-05-30 08:01:08" }, { "name": "guzzle/common", "version": "v3.0.7", "target-dir": "Guzzle/Common", "source": { "type": "git", "url": "git://github.com/guzzle/common.git", "reference": "v3.0.7" }, "dist": { "type": "zip", "url": "https://github.com/guzzle/common/archive/v3.0.7.zip", "reference": "v3.0.7", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/event-dispatcher": ">=2.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-0": { "Guzzle\\Common": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Common libraries used by Guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ "collection", "common", "event", "exception" ], "time": "2012-12-19 23:06:35" }, { "name": "guzzle/http", "version": "v3.0.7", "target-dir": "Guzzle/Http", "source": { "type": "git", "url": "git://github.com/guzzle/http.git", "reference": "v3.0.7" }, "dist": { "type": "zip", "url": "https://github.com/guzzle/http/archive/v3.0.7.zip", "reference": "v3.0.7", "shasum": "" }, "require": { "ext-curl": "*", "guzzle/common": "self.version", "guzzle/parser": "self.version", "guzzle/stream": "self.version", "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-0": { "Guzzle\\Http": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "HTTP libraries used by Guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ "Guzzle", "client", "curl", "http", "http client" ], "time": "2012-12-14 00:49:17" }, { "name": "guzzle/parser", "version": "v3.0.7", "target-dir": "Guzzle/Parser", "source": { "type": "git", "url": "git://github.com/guzzle/parser.git", "reference": "v3.0.7" }, "dist": { "type": "zip", "url": "https://github.com/guzzle/parser/archive/v3.0.7.zip", "reference": "v3.0.7", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-0": { "Guzzle\\Parser": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Interchangeable parsers used by Guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ "URI Template", "cookie", "http", "message", "url" ], "time": "2012-12-07 16:45:11" }, { "name": "guzzle/stream", "version": "v3.0.7", "target-dir": "Guzzle/Stream", "source": { "type": "git", "url": "https://github.com/guzzle/stream", "reference": "v3.0.7" }, "dist": { "type": "zip", "url": "https://github.com/guzzle/stream/archive/v3.0.7.zip", "reference": "v3.0.7", "shasum": "" }, "require": { "guzzle/common": "self.version", "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-0": { "Guzzle\\Stream": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle stream wrapper component", "homepage": "http://guzzlephp.org/", "keywords": [ "Guzzle", "component", "stream" ], "time": "2012-12-07 16:45:11" }, { "name": "justinrainbow/json-schema", "version": "1.1.0", "source": { "type": "git", "url": "git://github.com/justinrainbow/json-schema.git", "reference": "v1.1.0" }, "dist": { "type": "zip", "url": "https://github.com/justinrainbow/json-schema/archive/v1.1.0.zip", "reference": "v1.1.0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "JsonSchema": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "NewBSD" ], "authors": [ { "name": "Igor Wiedler", "email": "igor@wiedler.ch", "homepage": "http://wiedler.ch/igor/" }, { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com", "homepage": "http://digitalkaoz.net" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2012-01-03 00:33:17" }, { "name": "kriswallsmith/assetic", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/kriswallsmith/assetic.git", "reference": "v1.1.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/v1.1.2", "reference": "v1.1.2", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/process": "~2.1" }, "require-dev": { "cssmin/cssmin": "*", "joliclic/javascript-packer": "*", "kamicane/packager": "*", "leafo/lessphp": "*", "leafo/scssphp": "*", "leafo/scssphp-compass": "*", "mrclay/minify": "*", "phpunit/phpunit": "~3.7", "ptachoire/cssembed": "*", "twig/twig": "~1.6" }, "suggest": { "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", "twig/twig": "Assetic provides the integration with the Twig templating engine" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-0": { "Assetic": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kris Wallsmith", "email": "kris.wallsmith@gmail.com", "homepage": "http://kriswallsmith.net/" } ], "description": "Asset Management for PHP", "homepage": "https://github.com/kriswallsmith/assetic", "keywords": [ "assets", "compression", "minification" ], "time": "2013-07-19 00:03:27" }, { "name": "michelf/php-markdown", "version": "1.3", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", "reference": "1.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1.3", "reference": "1.3", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-lib": "1.3.x-dev" } }, "autoload": { "psr-0": { "Michelf": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Michel Fortin", "email": "michel.fortin@michelf.ca", "homepage": "http://michelf.ca/", "role": "Developer" }, { "name": "John Gruber", "homepage": "http://daringfireball.net/" } ], "description": "PHP Markdown", "homepage": "http://michelf.ca/projects/php-markdown/", "keywords": [ "markdown" ], "time": "2013-04-11 18:53:11" }, { "name": "netcarver/textile", "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/netcarver/textile", "reference": "v3.5.1" }, "dist": { "type": "zip", "url": "https://github.com/netcarver/textile/archive/v3.5.1.zip", "reference": "v3.5.1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.5-dev" } }, "autoload": { "psr-0": { "Netcarver\\Textile": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "A lightweight markup language that takes (almost) plaintext and converts it into well formed HTML.", "homepage": "https://github.com/netcarver/textile", "time": "2013-01-01 17:29:35" }, { "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": "react/event-loop", "version": "v0.2.7", "target-dir": "React/EventLoop", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop", "reference": "v0.2.7" }, "dist": { "type": "zip", "url": "https://github.com/reactphp/event-loop/archive/v0.2.7.zip", "reference": "v0.2.7", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-libev": "*", "ext-libevent": ">=0.0.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.2-dev" } }, "autoload": { "psr-0": { "React\\EventLoop": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Event loop abstraction layer that libraries can use for evented I/O.", "keywords": [ "event-loop" ], "time": "2013-01-05 11:41:26" }, { "name": "react/http", "version": "v0.2.7", "target-dir": "React/Http", "source": { "type": "git", "url": "https://github.com/reactphp/http", "reference": "v0.2.7" }, "dist": { "type": "zip", "url": "https://github.com/reactphp/http/archive/v0.2.7.zip", "reference": "v0.2.7", "shasum": "" }, "require": { "guzzle/http": "3.0.*", "guzzle/parser": "3.0.*", "php": ">=5.3.3", "react/socket": "0.2.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.2-dev" } }, "autoload": { "psr-0": { "React\\Http": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Library for building an evented http server.", "keywords": [ "http" ], "time": "2012-12-26 16:33:04" }, { "name": "react/socket", "version": "v0.2.7", "target-dir": "React/Socket", "source": { "type": "git", "url": "https://github.com/reactphp/socket", "reference": "v0.2.7" }, "dist": { "type": "zip", "url": "https://github.com/reactphp/socket/archive/v0.2.7.zip", "reference": "v0.2.7", "shasum": "" }, "require": { "evenement/evenement": "1.0.*", "php": ">=5.3.3", "react/event-loop": "0.2.*", "react/stream": "0.2.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.2-dev" } }, "autoload": { "psr-0": { "React\\Socket": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Library for building an evented socket server.", "keywords": [ "Socket" ], "time": "2012-12-14 00:58:14" }, { "name": "react/stream", "version": "v0.2.7", "target-dir": "React/Stream", "source": { "type": "git", "url": "https://github.com/reactphp/stream", "reference": "v0.2.7" }, "dist": { "type": "zip", "url": "https://github.com/reactphp/stream/archive/v0.2.7.zip", "reference": "v0.2.7", "shasum": "" }, "require": { "evenement/evenement": "1.0.*", "php": ">=5.3.3" }, "suggest": { "react/event-loop": "0.2.*", "react/promise": "1.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.2-dev" } }, "autoload": { "psr-0": { "React\\Stream": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Basic readable and writable stream interfaces that support piping.", "keywords": [ "pipe", "stream" ], "time": "2012-12-14 00:58:14" }, { "name": "robloach/component-installer", "version": "0.0.11", "source": { "type": "git", "url": "https://github.com/RobLoach/component-installer.git", "reference": "0.0.11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/RobLoach/component-installer/zipball/0.0.11", "reference": "0.0.11", "shasum": "" }, "require": { "kriswallsmith/assetic": "1.*", "php": ">=5.3.2" }, "require-dev": { "composer/composer": "1.*" }, "type": "composer-installer", "extra": { "class": "ComponentInstaller\\Installer" }, "autoload": { "psr-0": { "ComponentInstaller": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Loach", "email": "robloach@gmail.com", "homepage": "http://robloach.net" } ], "description": "Allows installation of Components via Composer.", "time": "2013-05-10 04:14:46" }, { "name": "sculpin/sculpin", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/sculpin/sculpin.git", "reference": "42e92548f683e218b7f72a1acef24629fdf4a128" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sculpin/sculpin/zipball/42e92548f683e218b7f72a1acef24629fdf4a128", "reference": "42e92548f683e218b7f72a1acef24629fdf4a128", "shasum": "" }, "require": { "composer/composer": "1.*@dev", "dflydev/ant-path-matcher": "1.*", "dflydev/apache-mime-types": "~1.0,>=1.0.1", "dflydev/canal": "1.*@dev", "dflydev/dot-access-configuration": "1.*", "dflydev/embedded-composer-console": "1.0.*@dev", "dflydev/embedded-composer-core": "1.0.*@dev", "dflydev/symfony-finder-factory": "1.*", "michelf/php-markdown": "1.3.*", "netcarver/textile": "3.5.*", "php": ">=5.3.2", "react/http": "0.2.*", "symfony/class-loader": "~2.1", "symfony/config": "~2.1", "symfony/console": "~2.3", "symfony/dependency-injection": "~2.1", "symfony/event-dispatcher": "~2.1", "symfony/filesystem": "~2.1", "symfony/finder": "~2.1", "symfony/http-kernel": "~2.3", "symfony/process": "~2.1", "symfony/yaml": "~2.1", "twig/twig": "~1.9" }, "replace": { "sculpin/core": "self.version", "sculpin/markdown-bundle": "self.version", "sculpin/markdown-twig-compat-bundle": "self.version", "sculpin/posts-bundle": "self.version", "sculpin/sculpin-bundle": "self.version", "sculpin/standalone-bundle": "self.version", "sculpin/textile-bundle": "self.version", "sculpin/twig-bundle": "self.version" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "bin": [ "bin/sculpin", "bin/sculpin.php" ], "type": "application", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-0": { "Sculpin": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" } ], "description": "Static Site Generator", "homepage": "http://getsculpin.com", "keywords": [ "generator", "site", "static" ], "time": "2013-06-05 16:04:52" }, { "name": "seld/jsonlint", "version": "1.1.1", "source": { "type": "git", "url": "http://github.com/Seldaek/jsonlint", "reference": "1.1.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1.1.1", "reference": "1.1.1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-0": { "Seld\\JsonLint": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be", "role": "Developer" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2013-02-11 23:03:12" }, { "name": "symfony/class-loader", "version": "v2.3.2", "target-dir": "Symfony/Component/ClassLoader", "source": { "type": "git", "url": "https://github.com/symfony/ClassLoader.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/finder": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\ClassLoader\\": "" } }, "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 ClassLoader Component", "homepage": "http://symfony.com", "time": "2013-05-24 17:54:44" }, { "name": "symfony/config", "version": "v2.3.2", "target-dir": "Symfony/Component/Config", "source": { "type": "git", "url": "https://github.com/symfony/Config.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Config/zipball/v2.3.2", "reference": "v2.3.2", "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-07-11 19:36:36" }, { "name": "symfony/console", "version": "v2.3.2", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Console/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/event-dispatcher": "~2.1" }, "suggest": { "symfony/event-dispatcher": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Console\\": "" } }, "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 Console Component", "homepage": "http://symfony.com", "time": "2013-07-11 19:36:36" }, { "name": "symfony/debug", "version": "v2.3.2", "target-dir": "Symfony/Component/Debug", "source": { "type": "git", "url": "https://github.com/symfony/Debug.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Debug/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/http-foundation": "~2.1", "symfony/http-kernel": "~2.1" }, "suggest": { "symfony/class-loader": "", "symfony/http-foundation": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Debug\\": "" } }, "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 Debug Component", "homepage": "http://symfony.com", "time": "2013-07-01 12:24:43" }, { "name": "symfony/dependency-injection", "version": "v2.3.2", "target-dir": "Symfony/Component/DependencyInjection", "source": { "type": "git", "url": "https://github.com/symfony/DependencyInjection.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/config": "~2.2", "symfony/yaml": "~2.0" }, "suggest": { "symfony/config": "", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\DependencyInjection\\": "" } }, "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 DependencyInjection Component", "homepage": "http://symfony.com", "time": "2013-07-07 15:47:47" }, { "name": "symfony/event-dispatcher", "version": "v2.3.2", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/dependency-injection": "~2.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\EventDispatcher\\": "" } }, "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 EventDispatcher Component", "homepage": "http://symfony.com", "time": "2013-05-13 14:36:40" }, { "name": "symfony/filesystem", "version": "v2.3.2", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Filesystem\\": "" } }, "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 Filesystem Component", "homepage": "http://symfony.com", "time": "2013-06-04 15:02:05" }, { "name": "symfony/finder", "version": "v2.3.2", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Finder/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Finder\\": "" } }, "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 Finder Component", "homepage": "http://symfony.com", "time": "2013-07-01 12:17:23" }, { "name": "symfony/http-foundation", "version": "v2.3.2", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\HttpFoundation\\": "" }, "classmap": [ "Symfony/Component/HttpFoundation/Resources/stubs" ] }, "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 HttpFoundation Component", "homepage": "http://symfony.com", "time": "2013-07-17 05:57:53" }, { "name": "symfony/http-kernel", "version": "v2.3.2", "target-dir": "Symfony/Component/HttpKernel", "source": { "type": "git", "url": "https://github.com/symfony/HttpKernel.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3", "psr/log": "~1.0", "symfony/debug": "~2.3", "symfony/event-dispatcher": "~2.1", "symfony/http-foundation": "~2.2" }, "require-dev": { "symfony/browser-kit": "2.2.*", "symfony/class-loader": "~2.1", "symfony/config": "~2.0", "symfony/console": "2.2.*", "symfony/dependency-injection": "~2.0", "symfony/finder": "~2.0", "symfony/process": "~2.0", "symfony/routing": "~2.2", "symfony/stopwatch": "~2.2" }, "suggest": { "symfony/browser-kit": "", "symfony/class-loader": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\HttpKernel\\": "" } }, "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 HttpKernel Component", "homepage": "http://symfony.com", "time": "2013-07-17 06:22:21" }, { "name": "symfony/process", "version": "v2.3.2", "target-dir": "Symfony/Component/Process", "source": { "type": "git", "url": "https://github.com/symfony/Process.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Process/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Process\\": "" } }, "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 Process Component", "homepage": "http://symfony.com", "time": "2013-07-01 12:24:43" }, { "name": "symfony/yaml", "version": "v2.3.2", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", "reference": "v2.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.2", "reference": "v2.3.2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Yaml\\": "" } }, "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 Yaml Component", "homepage": "http://symfony.com", "time": "2013-07-11 19:36:36" }, { "name": "twig/twig", "version": "v1.13.1", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", "reference": "v1.13.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.1", "reference": "v1.13.1", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.13-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ], "time": "2013-06-06 06:06:01" }, { "name": "webignition/internet-media-type", "version": "0.4.3", "source": { "type": "git", "url": "https://github.com/webignition/internet-media-type.git", "reference": "0.4.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webignition/internet-media-type/zipball/0.4.3", "reference": "0.4.3", "shasum": "" }, "require": { "php": ">=5.3.0", "webignition/quoted-string": ">=0.1,<2.0", "webignition/string-parser": ">=0.2.1, <2.0" }, "type": "library", "autoload": { "psr-0": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jon Cram", "email": "jon@webignition.net" } ], "description": "PHP model of an http://en.wikipedia.org/wiki/Internet_media_type", "homepage": "https://github.com/webignition/internet-media-type", "keywords": [ "content type", "content-type", "internet media type", "media type", "media-type" ], "time": "2013-07-29 09:56:33" }, { "name": "webignition/quoted-string", "version": "0.1", "source": { "type": "git", "url": "https://github.com/webignition/quoted-string.git", "reference": "0.1" }, "dist": { "type": "zip", "url": "https://github.com/webignition/quoted-string/zipball/0.1", "reference": "0.1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jon Cram", "email": "jon@webignition.net" } ], "description": "A parser for string values that are encapsulated in double quotes (ASCII 34)", "homepage": "https://github.com/webignition/quoted-string", "keywords": [ "parser", "quoted-string" ], "time": "2012-08-15 09:52:06" }, { "name": "webignition/string-parser", "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/webignition/string-parser.git", "reference": "0.2.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webignition/string-parser/zipball/0.2.1", "reference": "0.2.1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jon Cram", "email": "jon@webignition.net" } ], "description": "Abstract state-based string parser", "homepage": "https://github.com/webignition/string-parser", "keywords": [ "parser", "string" ], "time": "2013-03-18 14:32:24" } ], "packages-dev": [ ], "aliases": [ ], "minimum-stability": "stable", "stability-flags": { "sculpin/sculpin": 20, "dflydev/embedded-composer": 20, "composer/composer": 20 }, "platform": [ ], "platform-dev": [ ] }