29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-24 22:39:31 +00:00
cms/composer.lock

2758 lines
95 KiB
Plaintext
Raw Normal View History

{
"_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",
2014-09-01 19:14:25 +00:00
"This file is @generated automatically"
],
"content-hash": "d1c905eb185706bfd7190be8170483dd",
"packages": [
{
"name": "ircmaxell/password-compat",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/password_compat.git",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"autoload": {
"files": [
"lib/password.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@php.net",
"homepage": "http://blog.ircmaxell.com"
}
],
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
"homepage": "https://github.com/ircmaxell/password_compat",
"keywords": [
"hashing",
"password"
],
2016-12-29 10:36:34 +00:00
"time": "2014-11-20T16:49:30+00:00"
},
{
"name": "joomla/application",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/application.git",
"reference": "e1a2416d3aaeae3c927920b3e1b1c33095b16e03"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/application/zipball/e1a2416d3aaeae3c927920b3e1b1c33095b16e03",
"reference": "e1a2416d3aaeae3c927920b3e1b1c33095b16e03",
"shasum": ""
},
"require": {
2014-10-19 05:03:32 +00:00
"joomla/input": "~1.2",
"joomla/registry": "~1.1",
"php": "^5.3.10|~7.0",
"psr/log": "~1.0"
},
"require-dev": {
"joomla/session": "^1.2.1",
2014-10-19 05:03:32 +00:00
"joomla/test": "~1.1",
"joomla/uri": "~1.1",
"phpunit/phpunit": "~4.8|>=5.0 <5.4",
2014-10-19 05:03:32 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"suggest": {
"joomla/session": "To use AbstractWebApplication with session support, install joomla/session",
"joomla/uri": "To use AbstractWebApplication, install joomla/uri"
},
"type": "joomla-package",
2014-10-19 05:03:32 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
2016-05-02 12:54:56 +00:00
"Joomla\\Application\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Application Package",
"homepage": "https://github.com/joomla-framework/application",
"keywords": [
"application",
"framework",
"joomla"
],
2016-12-29 10:36:34 +00:00
"time": "2016-12-10T17:26:50+00:00"
},
{
"name": "joomla/compat",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/compat.git",
"reference": "f23565fe0184517778996226eb4b2333deb369c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/compat/zipball/f23565fe0184517778996226eb4b2333deb369c4",
"reference": "f23565fe0184517778996226eb4b2333deb369c4",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"type": "joomla-package",
"autoload": {
"classmap": [
"src/JsonSerializable.php",
"src/CallbackFilterIterator.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Compat Package",
"homepage": "https://github.com/joomla-framework/compat",
"keywords": [
"compat",
"framework",
"joomla"
],
2016-12-29 10:36:34 +00:00
"time": "2015-02-24T00:21:06+00:00"
},
{
"name": "joomla/data",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/data.git",
"reference": "57ee292ba23307a6a6059e69b7b19ca5b624ab80"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/data/zipball/57ee292ba23307a6a6059e69b7b19ca5b624ab80",
"reference": "57ee292ba23307a6a6059e69b7b19ca5b624ab80",
"shasum": ""
},
"require": {
"joomla/compat": "~1.0",
"joomla/registry": "~1.0",
"php": ">=5.3.10|>=7.0"
},
"require-dev": {
"joomla/test": "~1.0",
"phpunit/phpunit": "~4.8|~5.0",
"squizlabs/php_codesniffer": "1.*"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Data\\": "src/",
"Joomla\\Data\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Data Package",
"homepage": "https://github.com/joomla-framework/data",
"keywords": [
"data",
"framework",
"joomla"
],
2016-12-29 10:36:34 +00:00
"time": "2016-04-02T22:20:43+00:00"
},
{
"name": "joomla/di",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/di.git",
"reference": "4991f57e2af628a87e43493b9b92dc8e3048da63"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/di/zipball/4991f57e2af628a87e43493b9b92dc8e3048da63",
"reference": "4991f57e2af628a87e43493b9b92dc8e3048da63",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
2015-02-26 01:59:21 +00:00
"require-dev": {
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "1.*"
},
"type": "joomla-package",
2015-02-26 01:59:21 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\DI\\": "src/",
"Joomla\\DI\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla DI Package",
"homepage": "https://github.com/joomla-framework/di",
"keywords": [
"container",
"dependency injection",
"di",
"framework",
"ioc",
"joomla"
],
2016-12-29 10:36:34 +00:00
"time": "2015-04-02T16:30:40+00:00"
},
{
"name": "joomla/event",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/event.git",
"reference": "d8cc2a4757c4556f0ab12e58903e9d168077018b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/event/zipball/d8cc2a4757c4556f0ab12e58903e9d168077018b",
"reference": "d8cc2a4757c4556f0ab12e58903e9d168077018b",
"shasum": ""
},
"require": {
"php": ">=5.3.10|>=7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.0",
"squizlabs/php_codesniffer": "1.*"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Event\\": "src/",
"Joomla\\Event\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Event Package",
"homepage": "https://github.com/joomla-framework/event",
"keywords": [
"event",
"framework",
"joomla"
],
2016-12-29 10:36:34 +00:00
"time": "2016-03-13T19:41:09+00:00"
},
{
"name": "joomla/filter",
"version": "1.3.2",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/filter.git",
"reference": "1183f96e2dab5bf952415442e54bd67c083f3766"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/1183f96e2dab5bf952415442e54bd67c083f3766",
"reference": "1183f96e2dab5bf952415442e54bd67c083f3766",
"shasum": ""
},
"require": {
"joomla/string": "~1.3|~2.0",
"php": "^5.3.10|~7.0"
},
"require-dev": {
"joomla/language": "~1.3",
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0",
2014-12-02 21:54:10 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"suggest": {
"joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`."
},
"type": "joomla-package",
2014-12-02 21:54:10 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Filter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Filter Package",
"homepage": "https://github.com/joomla-framework/filter",
"keywords": [
"filter",
"framework",
"joomla"
],
"time": "2017-05-14T18:12:10+00:00"
},
{
"name": "joomla/input",
2014-10-19 05:03:32 +00:00
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/input.git",
2014-10-19 05:03:32 +00:00
"reference": "b6098276043e2d627221fe54d3c91232e6679d0f"
},
"dist": {
"type": "zip",
2014-10-19 05:03:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/input/zipball/b6098276043e2d627221fe54d3c91232e6679d0f",
"reference": "b6098276043e2d627221fe54d3c91232e6679d0f",
"shasum": ""
},
"require": {
"joomla/filter": "~1.0",
"php": ">=5.3.10"
},
"require-dev": {
2014-10-19 05:03:32 +00:00
"joomla/test": "~1.0",
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "1.*"
},
"type": "joomla-package",
2014-10-19 05:03:32 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Input\\": "src/",
"Joomla\\Input\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Input Package",
"homepage": "https://github.com/joomla-framework/input",
"keywords": [
"framework",
"input",
"joomla"
],
2016-12-29 10:36:34 +00:00
"time": "2014-10-12T18:01:36+00:00"
},
{
"name": "joomla/ldap",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/ldap.git",
"reference": "91c3827a7f6d7164a3bf49eede27419321e4dcbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/ldap/zipball/91c3827a7f6d7164a3bf49eede27419321e4dcbc",
"reference": "91c3827a7f6d7164a3bf49eede27419321e4dcbc",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\Ldap\\": "src/",
"Joomla\\Ldap\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla LDAP Package",
"homepage": "https://github.com/joomla-framework/ldap",
"keywords": [
"framework",
"joomla",
"ldap"
],
"time": "2014-04-10T03:07:59+00:00"
},
{
"name": "joomla/registry",
"version": "1.5.2",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/registry.git",
"reference": "bd3592c6f0554a72811df52aeaea98c7815f6e5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/bd3592c6f0554a72811df52aeaea98c7815f6e5a",
"reference": "bd3592c6f0554a72811df52aeaea98c7815f6e5a",
"shasum": ""
},
"require": {
"joomla/compat": "~1.0",
"joomla/utilities": "~1.0",
"php": ">=5.3.10|>=7.0",
"symfony/polyfill-php55": "~1.0"
},
"require-dev": {
"joomla/test": "~1.0",
2016-05-02 12:54:56 +00:00
"phpunit/phpunit": "~4.8|~5.0",
2014-09-03 16:19:14 +00:00
"squizlabs/php_codesniffer": "1.*",
2016-05-02 12:54:56 +00:00
"symfony/yaml": "~2.0|~3.0"
},
"suggest": {
2016-05-02 12:54:56 +00:00
"symfony/yaml": "Install symfony/yaml if you require YAML support."
},
"type": "joomla-package",
2014-09-03 16:19:14 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
2016-05-02 12:54:56 +00:00
"Joomla\\Registry\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Registry Package",
"homepage": "https://github.com/joomla-framework/registry",
"keywords": [
"framework",
"joomla",
"registry"
],
2016-12-29 10:36:34 +00:00
"time": "2016-05-14T20:42:05+00:00"
},
{
"name": "joomla/session",
"version": "1.3.3",
"target-dir": "Joomla/Session",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/session.git",
"reference": "1fb5df818998305fa5d4eaf18e530a388e69edc0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/session/zipball/1fb5df818998305fa5d4eaf18e530a388e69edc0",
"reference": "1fb5df818998305fa5d4eaf18e530a388e69edc0",
"shasum": ""
},
"require": {
"joomla/event": "~1.1",
"joomla/filter": "~1.0",
"paragonie/random_compat": "~1.0|~2.0",
"php": "^5.3.10|~7.0"
},
"require-dev": {
2015-10-10 07:53:47 +00:00
"joomla/database": "~1.0",
"joomla/test": "~1.0",
"phpunit/dbunit": "~1.3",
"phpunit/phpunit": "~4.8|~5.0",
2015-10-10 07:53:47 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"suggest": {
"joomla/database": "Install joomla/database if you want to use Database session storage."
},
"type": "joomla-package",
"autoload": {
"psr-0": {
"Joomla\\Session": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Session Package",
"homepage": "https://github.com/joomla-framework/session",
"keywords": [
"framework",
"joomla",
"session"
],
2016-12-29 10:36:34 +00:00
"time": "2016-12-21T21:08:20+00:00"
},
{
"name": "joomla/string",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/string.git",
"reference": "66363d317e6c020f30a70265c129281c77c43ca0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/string/zipball/66363d317e6c020f30a70265c129281c77c43ca0",
"reference": "66363d317e6c020f30a70265c129281c77c43ca0",
"shasum": ""
},
"require": {
"php": "^5.3.10|~7.0"
},
"require-dev": {
2014-09-23 15:44:37 +00:00
"joomla/test": "~1.0",
"phpunit/phpunit": "~4.8|~5.0",
2014-09-23 15:44:37 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"suggest": {
"ext-mbstring": "For improved processing"
},
"type": "joomla-package",
2014-09-23 15:44:37 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\String\\": "src/"
},
"files": [
"src/phputf8/utf8.php",
"src/phputf8/ord.php",
"src/phputf8/str_ireplace.php",
"src/phputf8/str_pad.php",
"src/phputf8/str_split.php",
"src/phputf8/strcasecmp.php",
"src/phputf8/strcspn.php",
"src/phputf8/stristr.php",
"src/phputf8/strrev.php",
"src/phputf8/strspn.php",
"src/phputf8/trim.php",
"src/phputf8/ucfirst.php",
"src/phputf8/ucwords.php",
"src/phputf8/utils/ascii.php",
"src/phputf8/utils/validation.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla String Package",
"homepage": "https://github.com/joomla-framework/string",
"keywords": [
"framework",
"joomla",
"string"
],
2016-12-29 10:36:34 +00:00
"time": "2016-12-10T18:13:42+00:00"
},
{
"name": "joomla/uri",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/uri.git",
"reference": "980e532e4235bb8f1ada15b28822abbeb171da3f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/uri/zipball/980e532e4235bb8f1ada15b28822abbeb171da3f",
"reference": "980e532e4235bb8f1ada15b28822abbeb171da3f",
"shasum": ""
},
"require": {
"php": ">=5.3.10"
},
"type": "joomla-package",
"autoload": {
"psr-4": {
"Joomla\\Uri\\": "src/",
"Joomla\\Uri\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Uri Package",
"homepage": "https://github.com/joomla-framework/uri",
"keywords": [
"framework",
"joomla",
"uri"
],
2016-12-29 10:36:34 +00:00
"time": "2014-02-09T02:57:17+00:00"
},
{
"name": "joomla/utilities",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/utilities.git",
"reference": "8913ca02aad7b929e0d52d78fd5a6961070bdbc6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/utilities/zipball/8913ca02aad7b929e0d52d78fd5a6961070bdbc6",
"reference": "8913ca02aad7b929e0d52d78fd5a6961070bdbc6",
"shasum": ""
},
"require": {
"joomla/string": "~1.3",
"php": "^5.3.10|~7.0"
},
2014-09-04 01:21:32 +00:00
"require-dev": {
"phpunit/phpunit": "~4.8|~5.0",
2014-09-04 01:21:32 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "joomla-package",
2014-09-04 01:21:32 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Utilities\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Joomla Utilities Package",
"homepage": "https://github.com/joomla-framework/utilities",
"keywords": [
"framework",
"joomla",
"utilities"
],
2016-12-29 10:36:34 +00:00
"time": "2016-12-10T17:09:33+00:00"
},
2014-09-01 19:17:57 +00:00
{
"name": "leafo/lessphp",
2016-01-17 01:29:27 +00:00
"version": "v0.5.0",
2014-09-01 19:17:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/leafo/lessphp.git",
2016-01-17 01:29:27 +00:00
"reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283"
2014-09-01 19:17:57 +00:00
},
"dist": {
"type": "zip",
2016-01-17 01:29:27 +00:00
"url": "https://api.github.com/repos/leafo/lessphp/zipball/0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
"reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
2014-09-01 19:17:57 +00:00
"shasum": ""
},
"type": "library",
"extra": {
"branch-alias": {
2016-01-17 01:29:27 +00:00
"dev-master": "0.4.x-dev"
2014-09-01 19:17:57 +00:00
}
},
"autoload": {
"classmap": [
"lessc.inc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"GPL-3.0"
],
"authors": [
{
"name": "Leaf Corcoran",
"email": "leafot@gmail.com",
"homepage": "http://leafo.net"
}
],
"description": "lessphp is a compiler for LESS written in PHP.",
"homepage": "http://leafo.net/lessphp/",
2016-12-29 10:36:34 +00:00
"time": "2014-11-24T18:39:20+00:00"
2014-09-01 19:17:57 +00:00
},
{
"name": "paragonie/random_compat",
2017-05-23 20:04:25 +00:00
"version": "v1.4.2",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2017-05-23 20:04:25 +00:00
"reference": "965cdeb01fdcab7653253aa81d40441d261f1e66"
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/965cdeb01fdcab7653253aa81d40441d261f1e66",
"reference": "965cdeb01fdcab7653253aa81d40441d261f1e66",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
2016-03-06 20:25:44 +00:00
"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"
],
2017-05-23 20:04:25 +00:00
"time": "2017-03-13T16:22:52+00:00"
},
{
"name": "phpmailer/phpmailer",
2017-05-23 20:04:25 +00:00
"version": "v5.2.23",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
2017-05-23 20:04:25 +00:00
"reference": "7115df4a6f76281109ebe352900c42403b728bb4"
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7115df4a6f76281109ebe352900c42403b728bb4",
"reference": "7115df4a6f76281109ebe352900c42403b728bb4",
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
2017-05-23 20:04:25 +00:00
"doctrine/annotations": "1.2.*",
"jms/serializer": "0.16.*",
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": "4.8.*",
"symfony/debug": "2.8.*",
"symfony/filesystem": "2.8.*",
"symfony/translation": "2.8.*",
"symfony/yaml": "2.8.*",
"zendframework/zend-cache": "2.5.1",
"zendframework/zend-config": "2.5.1",
"zendframework/zend-eventmanager": "2.5.1",
"zendframework/zend-filter": "2.5.1",
"zendframework/zend-i18n": "2.5.1",
"zendframework/zend-json": "2.5.1",
"zendframework/zend-math": "2.5.1",
"zendframework/zend-serializer": "2.5.*",
"zendframework/zend-servicemanager": "2.5.*",
"zendframework/zend-stdlib": "2.5.1"
2015-12-19 02:10:28 +00:00
},
"suggest": {
"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
},
"type": "library",
"autoload": {
"classmap": [
"class.phpmailer.php",
2015-12-19 02:10:28 +00:00
"class.phpmaileroauth.php",
"class.phpmaileroauthgoogle.php",
"class.smtp.php",
"class.pop3.php",
2015-12-19 02:10:28 +00:00
"extras/EasyPeasyICS.php",
"extras/ntlm_sasl_client.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
{
"name": "Brent R. Matzelle"
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
2017-05-23 20:04:25 +00:00
"time": "2017-03-15T19:32:56+00:00"
},
{
"name": "psr/log",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"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"
],
2016-12-29 10:36:34 +00:00
"time": "2016-10-10T12:19:37+00:00"
},
2016-05-07 13:36:15 +00:00
{
"name": "simplepie/simplepie",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/simplepie/simplepie.git",
"reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
"reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"type": "library",
"autoload": {
"psr-0": {
"SimplePie": "library"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ryan Parman",
"homepage": "http://ryanparman.com/",
"role": "Creator, alumnus developer"
},
{
"name": "Geoffrey Sneddon",
"homepage": "http://gsnedders.com/",
"role": "Alumnus developer"
},
{
"name": "Ryan McCue",
"email": "me@ryanmccue.info",
"homepage": "http://ryanmccue.info/",
"role": "Developer"
}
],
"description": "A simple Atom/RSS parsing library for PHP",
"homepage": "http://simplepie.org/",
"keywords": [
"atom",
"feeds",
"rss"
],
2016-12-29 10:36:34 +00:00
"time": "2012-10-30T17:54:03+00:00"
2016-05-07 13:36:15 +00:00
},
2016-06-27 21:27:06 +00:00
{
"name": "symfony/polyfill-php55",
"version": "v1.3.0",
2016-06-27 21:27:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php55.git",
"reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
2016-06-27 21:27:06 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
"reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
2016-06-27 21:27:06 +00:00
"shasum": ""
},
"require": {
"ircmaxell/password-compat": "~1.0",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
2016-06-27 21:27:06 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php55\\": ""
},
"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 backporting some PHP 5.5+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2016-12-29 10:36:34 +00:00
"time": "2016-11-14T01:06:16+00:00"
2016-06-27 21:27:06 +00:00
},
{
"name": "symfony/polyfill-php56",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
"reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
"reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"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 backporting some PHP 5.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2016-12-29 10:36:34 +00:00
"time": "2016-11-14T01:06:16+00:00"
},
{
"name": "symfony/polyfill-util",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
"reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
"reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"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 utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
2016-12-29 10:36:34 +00:00
"time": "2016-11-14T01:06:16+00:00"
},
{
"name": "symfony/yaml",
2017-05-23 20:04:25 +00:00
"version": "v2.8.20",
"source": {
"type": "git",
2015-10-10 07:53:47 +00:00
"url": "https://github.com/symfony/yaml.git",
2017-05-23 20:04:25 +00:00
"reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02"
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/93ccdde79f4b079c7558da4656a3cb1c50c68e02",
"reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02",
"shasum": ""
},
"require": {
2015-10-10 07:53:47 +00:00
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-06 18:48:55 +00:00
"dev-master": "2.8-dev"
}
},
"autoload": {
2015-10-10 07:53:47 +00:00
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
2016-03-06 18:48:55 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-09-01 19:14:25 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-10-10 07:53:47 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
2015-10-10 07:53:47 +00:00
"homepage": "https://symfony.com",
2017-05-23 20:04:25 +00:00
"time": "2017-05-01T14:31:55+00:00"
}
],
2015-03-16 18:45:33 +00:00
"packages-dev": [
{
"name": "doctrine/instantiator",
2016-01-17 01:29:27 +00:00
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2016-01-17 01:29:27 +00:00
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
},
"dist": {
"type": "zip",
2016-01-17 01:29:27 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
"shasum": ""
},
"require": {
"php": ">=5.3,<8.0-DEV"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
2016-05-07 13:36:15 +00:00
"phpunit/phpunit": "~4.0",
2016-01-17 01:29:27 +00:00
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
2016-01-17 01:29:27 +00:00
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
2016-12-29 10:36:34 +00:00
"time": "2015-06-14T21:17:01+00:00"
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v1.11.6",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "41dc93abd2937a85a3889e28765231d574d2bac8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/41dc93abd2937a85a3889e28765231d574d2bac8",
"reference": "41dc93abd2937a85a3889e28765231d574d2bac8",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.6",
"sebastian/diff": "~1.1",
"symfony/console": "~2.3|~3.0",
"symfony/event-dispatcher": "~2.1|~3.0",
"symfony/filesystem": "~2.1|~3.0",
"symfony/finder": "~2.1|~3.0",
"symfony/process": "~2.3|~3.0",
"symfony/stopwatch": "~2.5|~3.0"
},
"conflict": {
"hhvm": "<3.9"
},
"require-dev": {
"phpunit/phpunit": "^4.5|^5",
"satooshi/php-coveralls": "^0.7.1"
},
"bin": [
"php-cs-fixer"
],
"type": "application",
"autoload": {
"psr-4": {
"Symfony\\CS\\": "Symfony/CS/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "A tool to automatically fix PHP code style",
2016-12-29 10:36:34 +00:00
"time": "2016-07-22T06:46:28+00:00"
},
{
"name": "pear/cache_lite",
"version": "v1.7.16",
"source": {
"type": "git",
"url": "https://github.com/pear/Cache_Lite.git",
"reference": "9fa08bd625f86946d41a6e7ff66f6f4ea5c0f0bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Cache_Lite/zipball/9fa08bd625f86946d41a6e7ff66f6f4ea5c0f0bb",
"reference": "9fa08bd625f86946d41a6e7ff66f6f4ea5c0f0bb",
"shasum": ""
},
"require": {
"php": ">=4.0.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"classmap": [
"Cache/Lite.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"LGPL"
],
"authors": [
{
"name": "Markus Tacker",
"homepage": "http://pear.php.net/user/tacker"
},
{
"name": "Fabien Marty",
"homepage": "http://pear.php.net/user/fab"
}
],
"description": "Fast and safe little cache system",
"homepage": "https://github.com/pear/Cache_Lite",
"keywords": [
"cache"
],
2016-12-29 10:36:34 +00:00
"time": "2014-05-11T15:02:19+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2016-05-07 13:36:15 +00:00
"phpunit/phpunit": "~4.0"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"phpDocumentor": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
2016-12-29 10:36:34 +00:00
"time": "2015-02-03T12:10:50+00:00"
},
{
"name": "phpspec/prophecy",
"version": "v1.7.0",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
"reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2016-06-27 21:27:06 +00:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
"sebastian/comparator": "^1.1|^2.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
},
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8 || ^5.6.5"
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-27 21:27:06 +00:00
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
"time": "2017-03-02T20:05:34+00:00"
},
2015-03-16 18:45:33 +00:00
{
"name": "phpunit/dbunit",
2015-10-10 07:53:47 +00:00
"version": "1.4.1",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/dbunit.git",
2015-10-10 07:53:47 +00:00
"reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
2015-10-10 07:53:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
"reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"ext-pdo": "*",
"ext-simplexml": "*",
"php": ">=5.3.3",
2015-10-10 07:53:47 +00:00
"phpunit/phpunit": "~4|~5",
"symfony/yaml": "~2.1|~3.0"
2015-03-16 18:45:33 +00:00
},
"bin": [
"composer/bin/dbunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"classmap": [
"PHPUnit/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"",
"../../symfony/yaml/"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
"homepage": "https://github.com/sebastianbergmann/dbunit/",
"keywords": [
"database",
"testing",
"xunit"
],
2016-12-29 10:36:34 +00:00
"time": "2015-08-07T04:57:38+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "phpunit/php-code-coverage",
2016-01-17 01:29:27 +00:00
"version": "2.2.4",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2016-01-17 01:29:27 +00:00
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
2016-01-17 01:29:27 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2",
"phpunit/php-token-stream": "~1.3",
2016-01-17 01:29:27 +00:00
"sebastian/environment": "^1.3.2",
2015-03-16 18:45:33 +00:00
"sebastian/version": "~1.0"
},
"require-dev": {
"ext-xdebug": ">=2.1.4",
"phpunit/phpunit": "~4"
},
"suggest": {
"ext-dom": "*",
"ext-xdebug": ">=2.2.1",
"ext-xmlwriter": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2016-01-17 01:29:27 +00:00
"dev-master": "2.2.x-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2016-12-29 10:36:34 +00:00
"time": "2015-10-06T15:47:00+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "phpunit/php-file-iterator",
"version": "1.4.2",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
2015-03-16 18:45:33 +00:00
"autoload": {
"classmap": [
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2016-12-29 10:36:34 +00:00
"time": "2016-10-03T07:40:28+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "phpunit/php-text-template",
2016-01-17 01:29:27 +00:00
"version": "1.2.1",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2016-01-17 01:29:27 +00:00
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
2016-01-17 01:29:27 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
2016-01-17 01:29:27 +00:00
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2016-01-17 01:29:27 +00:00
"email": "sebastian@phpunit.de",
2015-03-16 18:45:33 +00:00
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2016-12-29 10:36:34 +00:00
"time": "2015-06-21T13:50:34+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "phpunit/php-timer",
"version": "1.0.9",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
2015-03-16 18:45:33 +00:00
},
2016-06-27 21:27:06 +00:00
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2016-06-27 21:27:06 +00:00
},
2015-03-16 18:45:33 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2015-03-16 18:45:33 +00:00
"autoload": {
"classmap": [
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2017-02-26T11:10:40+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "phpunit/php-token-stream",
"version": "1.4.11",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
"require-dev": {
2016-05-07 13:36:15 +00:00
"phpunit/phpunit": "~4.2"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
"time": "2017-02-27T10:12:30+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "phpunit/phpunit",
"version": "4.8.35",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
"reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
2015-10-10 07:53:47 +00:00
"phpspec/prophecy": "^1.3.1",
"phpunit/php-code-coverage": "~2.1",
"phpunit/php-file-iterator": "~1.4",
2015-03-16 18:45:33 +00:00
"phpunit/php-text-template": "~1.2",
2016-08-22 18:57:08 +00:00
"phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "~2.3",
"sebastian/comparator": "~1.2.2",
"sebastian/diff": "~1.2",
2015-10-10 07:53:47 +00:00
"sebastian/environment": "~1.3",
"sebastian/exporter": "~1.2",
"sebastian/global-state": "~1.0",
2015-03-16 18:45:33 +00:00
"sebastian/version": "~1.0",
"symfony/yaml": "~2.1|~3.0"
2015-03-16 18:45:33 +00:00
},
"suggest": {
"phpunit/php-invoker": "~1.1"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2015-10-10 07:53:47 +00:00
"dev-master": "4.8.x-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
2015-03-16 18:45:33 +00:00
"keywords": [
"phpunit",
"testing",
"xunit"
],
"time": "2017-02-06T05:18:07+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "phpunit/phpunit-mock-objects",
2016-01-17 01:29:27 +00:00
"version": "2.3.8",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2016-01-17 01:29:27 +00:00
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
2016-01-17 01:29:27 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
2016-01-17 01:29:27 +00:00
"doctrine/instantiator": "^1.0.2",
2015-03-16 18:45:33 +00:00
"php": ">=5.3.3",
2016-01-17 01:29:27 +00:00
"phpunit/php-text-template": "~1.2",
"sebastian/exporter": "~1.2"
2015-03-16 18:45:33 +00:00
},
"require-dev": {
2016-05-07 13:36:15 +00:00
"phpunit/phpunit": "~4.4"
2015-03-16 18:45:33 +00:00
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
],
2016-12-29 10:36:34 +00:00
"time": "2015-10-02T06:51:40+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/comparator",
"version": "1.2.4",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/diff": "~1.2",
"sebastian/exporter": "~1.2 || ~2.0"
2015-03-16 18:45:33 +00:00
},
"require-dev": {
2016-05-07 13:36:15 +00:00
"phpunit/phpunit": "~4.4"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-01-17 01:29:27 +00:00
"dev-master": "1.2.x-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "http://www.github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"time": "2017-01-29T09:50:25+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/diff",
2017-05-23 20:04:25 +00:00
"version": "1.4.3",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2017-05-23 20:04:25 +00:00
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
2017-05-23 20:04:25 +00:00
"php": "^5.3.3 || ^7.0"
2015-03-16 18:45:33 +00:00
},
"require-dev": {
2017-05-23 20:04:25 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-01-17 01:29:27 +00:00
"dev-master": "1.4-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
2016-01-17 01:29:27 +00:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-03-16 18:45:33 +00:00
"keywords": [
"diff"
],
2017-05-23 20:04:25 +00:00
"time": "2017-05-22T07:24:03+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/environment",
"version": "1.3.8",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
2015-03-16 18:45:33 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2016-12-29 10:36:34 +00:00
"time": "2016-08-18T05:49:44+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/exporter",
2016-06-27 21:27:06 +00:00
"version": "1.2.2",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2016-06-27 21:27:06 +00:00
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
2016-06-27 21:27:06 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/recursion-context": "~1.0"
},
"require-dev": {
2016-06-27 21:27:06 +00:00
"ext-mbstring": "*",
2016-05-07 13:36:15 +00:00
"phpunit/phpunit": "~4.4"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-27 21:27:06 +00:00
"dev-master": "1.3.x-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2016-12-29 10:36:34 +00:00
"time": "2016-06-17T09:04:28+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/global-state",
2016-01-17 01:29:27 +00:00
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2016-01-17 01:29:27 +00:00
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
},
"dist": {
"type": "zip",
2016-01-17 01:29:27 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2016-05-07 13:36:15 +00:00
"phpunit/phpunit": "~4.2"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2016-12-29 10:36:34 +00:00
"time": "2015-10-12T03:26:01+00:00"
},
2015-03-16 18:45:33 +00:00
{
"name": "sebastian/recursion-context",
"version": "1.0.5",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2016-05-07 13:36:15 +00:00
"phpunit/phpunit": "~4.4"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2016-10-03T07:41:43+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/version",
2016-01-17 01:29:27 +00:00
"version": "1.0.6",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2016-01-17 01:29:27 +00:00
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
2016-01-17 01:29:27 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2016-12-29 10:36:34 +00:00
"time": "2015-06-21T13:59:46+00:00"
},
{
"name": "squizlabs/php_codesniffer",
"version": "1.5.6",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
"reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.1.2"
},
"suggest": {
"phpunit/php-timer": "dev-master"
},
"bin": [
"scripts/phpcs"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-phpcs-fixer": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"CodeSniffer.php",
"CodeSniffer/CLI.php",
"CodeSniffer/Exception.php",
"CodeSniffer/File.php",
"CodeSniffer/Report.php",
"CodeSniffer/Reporting.php",
"CodeSniffer/Sniff.php",
"CodeSniffer/Tokens.php",
"CodeSniffer/Reports/",
"CodeSniffer/CommentParser/",
"CodeSniffer/Tokenizers/",
"CodeSniffer/DocGenerators/",
"CodeSniffer/Standards/AbstractPatternSniff.php",
"CodeSniffer/Standards/AbstractScopeSniff.php",
"CodeSniffer/Standards/AbstractVariableSniff.php",
"CodeSniffer/Standards/IncorrectPatternException.php",
"CodeSniffer/Standards/Generic/Sniffs/",
"CodeSniffer/Standards/MySource/Sniffs/",
"CodeSniffer/Standards/PEAR/Sniffs/",
"CodeSniffer/Standards/PSR1/Sniffs/",
"CodeSniffer/Standards/PSR2/Sniffs/",
"CodeSniffer/Standards/Squiz/Sniffs/",
"CodeSniffer/Standards/Zend/Sniffs/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "http://www.squizlabs.com/php-codesniffer",
"keywords": [
"phpcs",
"standards"
],
2016-12-29 10:36:34 +00:00
"time": "2014-12-04T22:32:15+00:00"
},
{
"name": "symfony/console",
2017-05-23 20:04:25 +00:00
"version": "v2.8.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2017-05-23 20:04:25 +00:00
"reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e"
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e",
"reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e",
"shasum": ""
},
"require": {
"php": ">=5.3.9",
2017-05-23 20:04:25 +00:00
"symfony/debug": "^2.7.2|~3.0.0",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/event-dispatcher": "~2.1|~3.0.0",
"symfony/process": "~2.1|~3.0.0"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"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 Console Component",
"homepage": "https://symfony.com",
2017-05-23 20:04:25 +00:00
"time": "2017-04-26T01:38:53+00:00"
},
{
"name": "symfony/debug",
2017-05-23 20:04:25 +00:00
"version": "v2.8.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2017-05-23 20:04:25 +00:00
"reference": "344f50ce827413b3640bfcb1e37386a67d06ea1f"
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/344f50ce827413b3640bfcb1e37386a67d06ea1f",
"reference": "344f50ce827413b3640bfcb1e37386a67d06ea1f",
"shasum": ""
},
"require": {
"php": ">=5.3.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.2|~3.0.0",
2017-05-23 20:04:25 +00:00
"symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-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",
2017-05-23 20:04:25 +00:00
"time": "2017-04-19T19:56:30+00:00"
},
{
"name": "symfony/event-dispatcher",
2017-05-23 20:04:25 +00:00
"version": "v2.8.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2017-05-23 20:04:25 +00:00
"reference": "7fc8e2b4118ff316550596357325dfd92a51f531"
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fc8e2b4118ff316550596357325dfd92a51f531",
"reference": "7fc8e2b4118ff316550596357325dfd92a51f531",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"psr/log": "~1.0",
2017-05-23 20:04:25 +00:00
"symfony/config": "^2.0.5|~3.0.0",
"symfony/dependency-injection": "~2.6|~3.0.0",
"symfony/expression-language": "~2.6|~3.0.0",
"symfony/stopwatch": "~2.3|~3.0.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-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",
2017-05-23 20:04:25 +00:00
"time": "2017-04-26T16:56:54+00:00"
},
{
"name": "symfony/filesystem",
2017-05-23 20:04:25 +00:00
"version": "v2.8.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2017-05-23 20:04:25 +00:00
"reference": "dc40154e26a0116995e4f2f0c71cb9c2fe0775a3"
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/dc40154e26a0116995e4f2f0c71cb9c2fe0775a3",
"reference": "dc40154e26a0116995e4f2f0c71cb9c2fe0775a3",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"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 Filesystem Component",
"homepage": "https://symfony.com",
2017-05-23 20:04:25 +00:00
"time": "2017-04-12T14:07:15+00:00"
},
{
"name": "symfony/finder",
2017-05-23 20:04:25 +00:00
"version": "v2.8.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2017-05-23 20:04:25 +00:00
"reference": "16d55394b31547e4a8494551b85c9b9915545347"
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/16d55394b31547e4a8494551b85c9b9915545347",
"reference": "16d55394b31547e4a8494551b85c9b9915545347",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-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",
2017-05-23 20:04:25 +00:00
"time": "2017-04-12T14:07:15+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-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"
],
2016-12-29 10:36:34 +00:00
"time": "2016-11-14T01:06:16+00:00"
},
{
"name": "symfony/process",
2017-05-23 20:04:25 +00:00
"version": "v2.8.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2017-05-23 20:04:25 +00:00
"reference": "aff35fb3dee799c84a7313c576b72208b046ef8d"
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/aff35fb3dee799c84a7313c576b72208b046ef8d",
"reference": "aff35fb3dee799c84a7313c576b72208b046ef8d",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"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 Process Component",
"homepage": "https://symfony.com",
2017-05-23 20:04:25 +00:00
"time": "2017-04-12T14:07:15+00:00"
},
{
"name": "symfony/stopwatch",
2017-05-23 20:04:25 +00:00
"version": "v2.8.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2017-05-23 20:04:25 +00:00
"reference": "e02577b841394a78306d7b547701bb7bb705bad5"
},
"dist": {
"type": "zip",
2017-05-23 20:04:25 +00:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/e02577b841394a78306d7b547701bb7bb705bad5",
"reference": "e02577b841394a78306d7b547701bb7bb705bad5",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"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 Stopwatch Component",
"homepage": "https://symfony.com",
2017-05-23 20:04:25 +00:00
"time": "2017-04-12T14:07:15+00:00"
2015-03-16 18:45:33 +00:00
}
],
2014-09-23 15:44:37 +00:00
"aliases": [],
"minimum-stability": "stable",
2014-09-23 15:44:37 +00:00
"stability-flags": [],
2014-09-01 19:14:25 +00:00
"prefer-stable": false,
2015-02-26 01:59:21 +00:00
"prefer-lowest": false,
"platform": {
"php": ">=5.3.10"
},
2016-01-17 01:29:27 +00:00
"platform-dev": [],
"platform-overrides": {
"php": "5.3.10"
}
}