{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "509c8af2ab635204e6ba0bf3562ef315", "content-hash": "3548a915e26c3000914686e831833f0f", "packages": [ { "name": "doctrine/inflector", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/803a2ed9fea02f9ca47cd45395089fe78769a392", "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Inflector\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ], "time": "2016-05-12 17:23:41" }, { "name": "flycartinc/events", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/flycartinc/events.git", "reference": "e8e0a9e2bd9baad7f946a55f00b87a0d5138e7aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/flycartinc/events/zipball/e8e0a9e2bd9baad7f946a55f00b87a0d5138e7aa", "reference": "e8e0a9e2bd9baad7f946a55f00b87a0d5138e7aa", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "Events\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Yogeshwaran Manoharan" } ], "description": "A Event management wrapper.", "time": "2016-06-24 12:10:05" }, { "name": "getherbert/framework", "version": "0.9.13", "source": { "type": "git", "url": "https://github.com/getherbert/framework.git", "reference": "c68ef048c15b376ba7c652cec3915d3b9bfa0edb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/getherbert/framework/zipball/c68ef048c15b376ba7c652cec3915d3b9bfa0edb", "reference": "c68ef048c15b376ba7c652cec3915d3b9bfa0edb", "shasum": "" }, "require": { "illuminate/database": "~5.0", "illuminate/http": "~5.0", "symfony/var-dumper": "~3.0", "twig/twig": "~1.16", "vierbergenlars/php-semver": "~3.0" }, "type": "library", "autoload": { "psr-4": { "Herbert\\Framework\\": "Herbert/Framework/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Herbert", "time": "2015-07-28 18:15:01" }, { "name": "hautelook/phpass", "version": "0.3.4", "source": { "type": "git", "url": "https://github.com/hautelook/phpass.git", "reference": "f0217d804225822f9bdb0d392839029b0fcb0914" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hautelook/phpass/zipball/f0217d804225822f9bdb0d392839029b0fcb0914", "reference": "f0217d804225822f9bdb0d392839029b0fcb0914", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "psr-0": { "Hautelook": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Public Domain" ], "authors": [ { "name": "Solar Designer", "email": "solar@openwall.com", "homepage": "http://openwall.com/phpass/" } ], "description": "Portable PHP password hashing framework", "homepage": "http://github.com/hautelook/phpass/", "keywords": [ "blowfish", "crypt", "password", "security" ], "time": "2012-08-31 00:00:00" }, { "name": "illuminate/container", "version": "5.2.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "37f4bb5ebac312fac5b64939626ce43d7c3b7dfb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/37f4bb5ebac312fac5b64939626ce43d7c3b7dfb", "reference": "37f4bb5ebac312fac5b64939626ce43d7c3b7dfb", "shasum": "" }, "require": { "illuminate/contracts": "5.2.*", "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.2-dev" } }, "autoload": { "psr-4": { "Illuminate\\Container\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Container package.", "homepage": "http://laravel.com", "time": "2016-06-29 01:58:50" }, { "name": "illuminate/contracts", "version": "5.2.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5", "reference": "f4f44d7c6d20404da8dfc655bd3d6dd788dfdce5", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.2-dev" } }, "autoload": { "psr-4": { "Illuminate\\Contracts\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Contracts package.", "homepage": "http://laravel.com", "time": "2016-05-31 21:36:13" }, { "name": "illuminate/database", "version": "5.2.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", "reference": "77def955f39b4fb6de943ab5714f510a74dec58e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/database/zipball/77def955f39b4fb6de943ab5714f510a74dec58e", "reference": "77def955f39b4fb6de943ab5714f510a74dec58e", "shasum": "" }, "require": { "illuminate/container": "5.2.*", "illuminate/contracts": "5.2.*", "illuminate/support": "5.2.*", "nesbot/carbon": "~1.20", "php": ">=5.5.9" }, "suggest": { "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", "illuminate/console": "Required to use the database commands (5.2.*).", "illuminate/events": "Required to use the observers with Eloquent (5.2.*).", "illuminate/filesystem": "Required to use the migrations (5.2.*).", "illuminate/pagination": "Required to paginate the result set (5.2.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.2-dev" } }, "autoload": { "psr-4": { "Illuminate\\Database\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Database package.", "homepage": "http://laravel.com", "keywords": [ "database", "laravel", "orm", "sql" ], "time": "2016-07-05 13:48:36" }, { "name": "illuminate/http", "version": "5.2.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/http.git", "reference": "db774c2af76c180f89b8bd51ac550e2f18c0caa7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/http/zipball/db774c2af76c180f89b8bd51ac550e2f18c0caa7", "reference": "db774c2af76c180f89b8bd51ac550e2f18c0caa7", "shasum": "" }, "require": { "illuminate/session": "5.2.*", "illuminate/support": "5.2.*", "php": ">=5.5.9", "symfony/http-foundation": "2.8.*|3.0.*", "symfony/http-kernel": "2.8.*|3.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.2-dev" } }, "autoload": { "psr-4": { "Illuminate\\Http\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Http package.", "homepage": "http://laravel.com", "time": "2016-05-23 14:30:21" }, { "name": "illuminate/session", "version": "5.2.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/session.git", "reference": "d5b2d96daf4de206b096fb8cc5a4353a99a97f40" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/session/zipball/d5b2d96daf4de206b096fb8cc5a4353a99a97f40", "reference": "d5b2d96daf4de206b096fb8cc5a4353a99a97f40", "shasum": "" }, "require": { "illuminate/contracts": "5.2.*", "illuminate/support": "5.2.*", "nesbot/carbon": "~1.20", "php": ">=5.5.9", "symfony/finder": "2.8.*|3.0.*", "symfony/http-foundation": "2.8.*|3.0.*" }, "suggest": { "illuminate/console": "Required to use the session:table command (5.2.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.2-dev" } }, "autoload": { "psr-4": { "Illuminate\\Session\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Session package.", "homepage": "http://laravel.com", "time": "2016-07-01 23:18:49" }, { "name": "illuminate/support", "version": "5.2.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "df1797715130f00d03536da79792a12ac56474ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/df1797715130f00d03536da79792a12ac56474ea", "reference": "df1797715130f00d03536da79792a12ac56474ea", "shasum": "" }, "require": { "doctrine/inflector": "~1.0", "ext-mbstring": "*", "illuminate/contracts": "5.2.*", "paragonie/random_compat": "~1.4", "php": ">=5.5.9" }, "replace": { "tightenco/collect": "self.version" }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.2.*).", "jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).", "symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).", "symfony/process": "Required to use the composer class (2.8.*|3.0.*).", "symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.2-dev" } }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Support package.", "homepage": "http://laravel.com", "time": "2016-07-05 13:53:59" }, { "name": "jgrossi/corcel", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/jgrossi/corcel.git", "reference": "5550f9e5968259ecb0e96fb23c6a8df89dd9904b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jgrossi/corcel/zipball/5550f9e5968259ecb0e96fb23c6a8df89dd9904b", "reference": "5550f9e5968259ecb0e96fb23c6a8df89dd9904b", "shasum": "" }, "require": { "hautelook/phpass": "0.3.4", "illuminate/contracts": ">=5.0.0", "illuminate/database": ">=5.0.0", "illuminate/support": ">=5.0.0", "php": ">=5.4.0", "thunderer/shortcode": "^0.6.2" }, "replace": { "juniorgrossi/corcel": "self.version" }, "require-dev": { "phpunit/phpunit": "4.2.2" }, "type": "library", "autoload": { "psr-4": { "Corcel\\": "src/" }, "classmap": [ "models" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Junior Grossi", "email": "juniorgro@gmail.com", "homepage": "http://jgrossi.com" } ], "description": "Use WordPress backend with any PHP framework", "homepage": "http://github.com/jgrossi/corcel", "time": "2016-06-01 18:52:10" }, { "name": "jjgrainger/wp-custom-post-type-class", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/jjgrainger/wp-custom-post-type-class.git", "reference": "4c13028b5bf8f5034e4b1cdf67288ae1950ea296" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jjgrainger/wp-custom-post-type-class/zipball/4c13028b5bf8f5034e4b1cdf67288ae1950ea296", "reference": "4c13028b5bf8f5034e4b1cdf67288ae1950ea296", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "CPT": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joe Grainger", "email": "hello@joegrainger.co.uk", "homepage": "http://jjgrainger.co.uk" } ], "description": "A single class to help you build more advanced custom post types quickly.", "homepage": "https://github.com/jjgrainger/wp-custom-post-type-class", "time": "2016-01-04 09:34:16" }, { "name": "nesbot/carbon", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "36c134b53c21a137d450c86a27046022d98574fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/36c134b53c21a137d450c86a27046022d98574fd", "reference": "36c134b53c21a137d450c86a27046022d98574fd", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/translation": "~2.6|~3.0" }, "require-dev": { "phpunit/phpunit": "~4.0|~5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.22-dev" } }, "autoload": { "psr-4": { "Carbon\\": "src/Carbon/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" } ], "description": "A simple API extension for DateTime.", "homepage": "http://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "time": "2016-06-27 17:44:29" }, { "name": "paragonie/random_compat", "version": "v1.x-dev", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "1115ffa06bad72d01735d91f51eb022db556e205" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/1115ffa06bad72d01735d91f51eb022db556e205", "reference": "1115ffa06bad72d01735d91f51eb022db556e205", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "pseudorandom", "random" ], "time": "2016-04-03 05:47:09" }, { "name": "psr/log", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d8e60a5619fff77f9669da8997697443ef1a1d7e", "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "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", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-01-06 21:40:42" }, { "name": "symfony/debug", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "7bd1a604be83c0490b223df54581eaa01d97b9a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/7bd1a604be83c0490b223df54581eaa01d97b9a3", "reference": "7bd1a604be83c0490b223df54581eaa01d97b9a3", "shasum": "" }, "require": { "php": ">=5.5.9", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/class-loader": "~2.8|~3.0", "symfony/http-kernel": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "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 Debug Component", "homepage": "https://symfony.com", "time": "2016-06-29 05:43:10" }, { "name": "symfony/event-dispatcher", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "6d07e9b202576411d80e70ddc0fd8d6b4c975b78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6d07e9b202576411d80e70ddc0fd8d6b4c975b78", "reference": "6d07e9b202576411d80e70ddc0fd8d6b4c975b78", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/dependency-injection": "~2.8|~3.0", "symfony/expression-language": "~2.8|~3.0", "symfony/stopwatch": "~2.8|~3.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "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 EventDispatcher Component", "homepage": "https://symfony.com", "time": "2016-06-29 05:43:10" }, { "name": "symfony/finder", "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9", "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "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 Finder Component", "homepage": "https://symfony.com", "time": "2016-06-29 05:40:00" }, { "name": "symfony/http-foundation", "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49ba00f8ede742169cb6b70abe33243f4d673f82", "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.1" }, "require-dev": { "symfony/expression-language": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "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 HttpFoundation Component", "homepage": "https://symfony.com", "time": "2016-07-17 13:54:30" }, { "name": "symfony/http-kernel", "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "557b967f9462ece3343e5c8ae013c693a0d0bb34" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/557b967f9462ece3343e5c8ae013c693a0d0bb34", "reference": "557b967f9462ece3343e5c8ae013c693a0d0bb34", "shasum": "" }, "require": { "php": ">=5.5.9", "psr/log": "~1.0", "symfony/debug": "~2.8|~3.0", "symfony/event-dispatcher": "~2.8|~3.0", "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2" }, "conflict": { "symfony/config": "<2.8" }, "require-dev": { "symfony/browser-kit": "~2.8|~3.0", "symfony/class-loader": "~2.8|~3.0", "symfony/config": "~2.8|~3.0", "symfony/console": "~2.8|~3.0", "symfony/css-selector": "~2.8|~3.0", "symfony/dependency-injection": "~2.8|~3.0", "symfony/dom-crawler": "~2.8|~3.0", "symfony/expression-language": "~2.8|~3.0", "symfony/finder": "~2.8|~3.0", "symfony/process": "~2.8|~3.0", "symfony/routing": "~2.8|~3.0", "symfony/stopwatch": "~2.8|~3.0", "symfony/templating": "~2.8|~3.0", "symfony/translation": "~2.8|~3.0", "symfony/var-dumper": "~2.8|~3.0" }, "suggest": { "symfony/browser-kit": "", "symfony/class-loader": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "", "symfony/var-dumper": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, "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 HttpKernel Component", "homepage": "https://symfony.com", "time": "2016-07-17 13:54:30" }, { "name": "symfony/polyfill-mbstring", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "8a6bdec191138e01c92ae026e5aacb7b3e66267d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8a6bdec191138e01c92ae026e5aacb7b3e66267d", "reference": "8a6bdec191138e01c92ae026e5aacb7b3e66267d", "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-06-29 14:58:48" }, { "name": "symfony/translation", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "3c589e93013e2808758f61b02755afc113f3be44" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/3c589e93013e2808758f61b02755afc113f3be44", "reference": "3c589e93013e2808758f61b02755afc113f3be44", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.8" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/intl": "~2.8|~3.0", "symfony/yaml": "~2.8|~3.0" }, "suggest": { "psr/log": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "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 Translation Component", "homepage": "https://symfony.com", "time": "2016-06-29 05:43:10" }, { "name": "symfony/var-dumper", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "8cb811f86cf23c19e494b109757deab68aea7662" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8cb811f86cf23c19e494b109757deab68aea7662", "reference": "8cb811f86cf23c19e494b109757deab68aea7662", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "twig/twig": "~1.20|~2.0" }, "suggest": { "ext-symfony_debug": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "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 mechanism for exploring and dumping PHP variables", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "time": "2016-07-17 14:08:33" }, { "name": "thunderer/shortcode", "version": "v0.6.2", "source": { "type": "git", "url": "https://github.com/thunderer/Shortcode.git", "reference": "8f915c0b5269b4235342e78ffa28daee96b3b2a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thunderer/Shortcode/zipball/8f915c0b5269b4235342e78ffa28daee96b3b2a4", "reference": "8f915c0b5269b4235342e78ffa28daee96b3b2a4", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "^4.1|^5.0" }, "suggest": { "ext-dom": "if you want to use XML serializer", "ext-json": "if you want to use JSON serializer", "symfony/yaml": "if you want to use YAML serializer" }, "type": "library", "autoload": { "psr-4": { "Thunder\\Shortcode\\": "src/", "Thunder\\Shortcode\\Tests\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tomasz Kowalczyk", "email": "tomasz@kowalczyk.cc" } ], "description": "Advanced shortcode (BBCode) parser and engine for PHP", "keywords": [ "bbcode", "engine", "library", "parser", "shortcode" ], "time": "2016-04-25 21:22:52" }, { "name": "twig/twig", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "c535bc0b56aa93ead7a75b6841f28645153b0539" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/c535bc0b56aa93ead7a75b6841f28645153b0539", "reference": "c535bc0b56aa93ead7a75b6841f28645153b0539", "shasum": "" }, "require": { "php": ">=5.2.7" }, "require-dev": { "symfony/debug": "~2.7", "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.24-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" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ], "time": "2016-07-10 07:48:21" }, { "name": "vierbergenlars/php-semver", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/vierbergenlars/php-semver.git", "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1", "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "simpletest/simpletest": "1.1.*" }, "bin": [ "bin/semver", "bin/update-versions" ], "type": "library", "autoload": { "psr-0": { "vierbergenlars\\SemVer\\": "src/", "vierbergenlars\\LibJs\\": "src/" }, "classmap": [ "src/vierbergenlars/SemVer/internal.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Vierbergen", "email": "vierbergenlars@gmail.com" } ], "description": "The Semantic Versioner for PHP", "keywords": [ "semantic", "semver", "versioning" ], "time": "2015-05-02 19:28:54" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { "flycartinc/events": 20, "jjgrainger/wp-custom-post-type-class": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }