2017-12-16 08:19:56 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-05-16 02:58:21 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2017-12-16 08:19:56 +00:00
"This file is @generated automatically"
],
2019-03-06 10:27:38 +00:00
"content-hash": "3d0e94350450c6e4148bf7a0ea7ce697",
2017-12-16 08:19:56 +00:00
"packages": [
2018-03-12 20:48:09 +00:00
{
"name": "composer/ca-bundle",
2019-03-06 10:27:38 +00:00
"version": "1.1.4",
2018-03-12 20:48:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2019-03-06 10:27:38 +00:00
"reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
2018-03-12 20:48:09 +00:00
},
"dist": {
"type": "zip",
2019-03-06 10:27:38 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
"reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
2018-03-12 20:48:09 +00:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
2018-04-06 22:12:40 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2018-03-12 20:48:09 +00:00
"psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
2019-03-06 10:27:38 +00:00
"time": "2019-01-28T09:30:10+00:00"
},
{
"name": "composer/installers",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
"reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0"
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "^4.8.36"
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Eliasis",
"Hurad",
"ImageCMS",
"Kanboard",
"Lan Management System",
"MODX Evo",
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
"Thelia",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"attogram",
"bitrix",
"cakephp",
"chef",
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
"modulework",
"modx",
"moodle",
"osclass",
"phpbb",
"piwik",
"ppi",
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
"symfony",
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
"time": "2018-08-27T06:10:37+00:00"
2018-03-12 20:48:09 +00:00
},
2017-12-16 08:19:56 +00:00
{
"name": "doctrine/lexer",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"lexer",
"parser"
],
"time": "2014-09-09T13:34:57+00:00"
},
{
"name": "egulias/email-validator",
2018-12-19 13:29:21 +00:00
"version": "2.1.7",
2017-12-16 08:19:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2018-12-19 13:29:21 +00:00
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
2017-12-16 08:19:56 +00:00
},
"dist": {
"type": "zip",
2018-12-19 13:29:21 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
2017-12-16 08:19:56 +00:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
"php": ">= 5.5"
},
"require-dev": {
"dominicsayers/isemail": "dev-master",
2018-04-17 23:11:41 +00:00
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
2017-12-16 08:19:56 +00:00
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
2018-12-19 13:29:21 +00:00
"time": "2018-12-04T22:38:24+00:00"
2017-12-16 08:19:56 +00:00
},
{
"name": "erusev/parsedown",
2018-03-13 23:24:38 +00:00
"version": "1.7.1",
2017-12-16 08:19:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2018-03-13 23:24:38 +00:00
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
2017-12-16 08:19:56 +00:00
},
"dist": {
"type": "zip",
2018-03-13 23:24:38 +00:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
2017-12-16 08:19:56 +00:00
"shasum": ""
},
"require": {
2018-03-13 23:24:38 +00:00
"ext-mbstring": "*",
2017-12-16 08:19:56 +00:00
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
2018-03-13 23:24:38 +00:00
"time": "2018-03-08T01:11:30+00:00"
2017-12-17 01:31:45 +00:00
},
2018-08-23 18:13:37 +00:00
{
"name": "filp/whoops",
2018-12-19 13:29:21 +00:00
"version": "2.3.1",
2018-08-23 18:13:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2018-12-19 13:29:21 +00:00
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
2018-08-23 18:13:37 +00:00
},
"dist": {
"type": "zip",
2018-12-19 13:29:21 +00:00
"url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
2018-08-23 18:13:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
},
"require-dev": {
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
2018-09-16 19:45:40 +00:00
"dev-master": "2.2-dev"
2018-08-23 18:13:37 +00:00
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
],
2018-12-19 13:29:21 +00:00
"time": "2018-10-23T09:00:00+00:00"
2018-08-23 18:13:37 +00:00
},
2018-03-12 20:48:09 +00:00
{
"name": "geoip2/geoip2",
2018-04-17 23:11:41 +00:00
"version": "v2.9.0",
2018-03-12 20:48:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/maxmind/GeoIP2-php.git",
2018-04-17 23:11:41 +00:00
"reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77"
2018-03-12 20:48:09 +00:00
},
"dist": {
"type": "zip",
2018-04-17 23:11:41 +00:00
"url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/a807fbf65212eef5d8d2db1a1b31082b53633d77",
"reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77",
2018-03-12 20:48:09 +00:00
"shasum": ""
},
"require": {
"maxmind-db/reader": "~1.0",
2018-04-17 23:11:41 +00:00
"maxmind/web-service-common": "~0.5",
2018-03-12 20:48:09 +00:00
"php": ">=5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.*",
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"GeoIp2\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Gregory J. Oschwald",
"email": "goschwald@maxmind.com",
"homepage": "http://www.maxmind.com/"
}
],
"description": "MaxMind GeoIP2 PHP API",
"homepage": "https://github.com/maxmind/GeoIP2-php",
"keywords": [
"IP",
"geoip",
"geoip2",
"geolocation",
"maxmind"
],
2018-04-17 23:11:41 +00:00
"time": "2018-04-10T15:32:59+00:00"
2018-03-12 20:48:09 +00:00
},
2019-03-06 10:27:38 +00:00
{
"name": "jublonet/codebird-php",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/jublonet/codebird-php.git",
"reference": "100a8e8f1928a5738b4476f0caf83f2c2ba6da5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jublonet/codebird-php/zipball/100a8e8f1928a5738b4476f0caf83f2c2ba6da5b",
"reference": "100a8e8f1928a5738b4476f0caf83f2c2ba6da5b",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"ext-hash": "*",
"ext-json": "*",
"lib-openssl": "*",
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": ">=3.7",
"satooshi/php-coveralls": ">=0.6",
"squizlabs/php_codesniffer": "2.*"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0+"
],
"authors": [
{
"name": "Joshua Atkins",
"email": "joshua.atkins@jublo.net",
"homepage": "http://atkins.im/",
"role": "Developer"
},
{
"name": "J.M.",
"email": "jm@jublo.net",
"homepage": "http://mynetx.net/",
"role": "Developer"
}
],
"description": "Easy access to the Twitter REST API, Collections API, Streaming API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.",
"homepage": "https://www.jublo.net/projects/codebird/php",
"keywords": [
"api",
"networking",
"twitter"
],
"time": "2016-02-15T18:38:55+00:00"
},
2018-03-12 20:48:09 +00:00
{
"name": "maxmind-db/reader",
2019-01-24 17:54:10 +00:00
"version": "v1.4.1",
2018-03-12 20:48:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
2019-01-24 17:54:10 +00:00
"reference": "eb83d0ee1c1f9b8a340206302136bc81ee02ae74"
2018-03-12 20:48:09 +00:00
},
"dist": {
"type": "zip",
2019-01-24 17:54:10 +00:00
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/eb83d0ee1c1f9b8a340206302136bc81ee02ae74",
"reference": "eb83d0ee1c1f9b8a340206302136bc81ee02ae74",
2018-03-12 20:48:09 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.*",
"phpunit/phpunit": "4.* || 5.*",
"satooshi/php-coveralls": "1.0.*",
"squizlabs/php_codesniffer": "3.*"
},
"suggest": {
"ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
"ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
},
"type": "library",
"autoload": {
"psr-4": {
"MaxMind\\Db\\": "src/MaxMind/Db"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Gregory J. Oschwald",
"email": "goschwald@maxmind.com",
"homepage": "http://www.maxmind.com/"
}
],
"description": "MaxMind DB Reader API",
"homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
"keywords": [
"database",
"geoip",
"geoip2",
"geolocation",
"maxmind"
],
2019-01-24 17:54:10 +00:00
"time": "2019-01-04T19:55:56+00:00"
2018-03-12 20:48:09 +00:00
},
{
"name": "maxmind/web-service-common",
"version": "v0.5.0",
"source": {
"type": "git",
"url": "https://github.com/maxmind/web-service-common-php.git",
"reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/61a9836fa3bb1743ab89752bae5005d71e78c73b",
"reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0.3",
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.*",
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"MaxMind\\Exception\\": "src/Exception",
"MaxMind\\WebService\\": "src/WebService"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Gregory Oschwald",
"email": "goschwald@maxmind.com"
}
],
"description": "Internal MaxMind Web Service API",
"homepage": "https://github.com/maxmind/web-service-common-php",
"time": "2018-02-12T22:31:54+00:00"
},
2018-08-23 18:13:37 +00:00
{
"name": "psr/log",
2018-12-19 13:29:21 +00:00
"version": "1.1.0",
2018-08-23 18:13:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2018-12-19 13:29:21 +00:00
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2018-08-23 18:13:37 +00:00
},
"dist": {
"type": "zip",
2018-12-19 13:29:21 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2018-08-23 18:13:37 +00:00
"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"
],
2018-12-19 13:29:21 +00:00
"time": "2018-11-20T15:27:04+00:00"
2018-08-23 18:13:37 +00:00
},
2017-12-16 08:19:56 +00:00
{
"name": "swiftmailer/swiftmailer",
2018-09-16 19:45:40 +00:00
"version": "v6.1.3",
2017-12-16 08:19:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2018-09-16 19:45:40 +00:00
"reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
2017-12-16 08:19:56 +00:00
},
"dist": {
"type": "zip",
2018-09-16 19:45:40 +00:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
"reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
2017-12-16 08:19:56 +00:00
"shasum": ""
},
"require": {
"egulias/email-validator": "~2.0",
"php": ">=7.0.0"
},
"require-dev": {
"mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.3@dev"
},
2018-07-11 20:30:17 +00:00
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
},
2017-12-16 08:19:56 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-07-11 20:30:17 +00:00
"dev-master": "6.1-dev"
2017-12-16 08:19:56 +00:00
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
2018-07-11 20:30:17 +00:00
"homepage": "https://swiftmailer.symfony.com",
2017-12-16 08:19:56 +00:00
"keywords": [
"email",
"mail",
"mailer"
],
2018-09-16 19:45:40 +00:00
"time": "2018-09-11T07:12:52+00:00"
2018-07-18 00:44:51 +00:00
},
{
"name": "symfony/polyfill-ctype",
2018-12-19 13:29:21 +00:00
"version": "v1.10.0",
2018-07-18 00:44:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2018-09-16 19:45:40 +00:00
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2018-07-18 00:44:51 +00:00
},
"dist": {
"type": "zip",
2018-09-16 19:45:40 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2018-07-18 00:44:51 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2018-09-16 19:45:40 +00:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-07-18 00:44:51 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-09-16 19:45:40 +00:00
"dev-master": "1.9-dev"
2018-07-18 00:44:51 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2018-09-16 19:45:40 +00:00
"time": "2018-08-06T14:22:27+00:00"
2017-12-16 08:19:56 +00:00
},
{
"name": "symfony/polyfill-mbstring",
2018-12-19 13:29:21 +00:00
"version": "v1.10.0",
2017-12-16 08:19:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2018-12-19 13:29:21 +00:00
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2017-12-16 08:19:56 +00:00
},
"dist": {
"type": "zip",
2018-12-19 13:29:21 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2017-12-16 08:19:56 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2018-09-16 19:45:40 +00:00
"dev-master": "1.9-dev"
2017-12-16 08:19:56 +00:00
}
},
"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"
],
2018-12-19 13:29:21 +00:00
"time": "2018-09-21T13:07:52+00:00"
2017-12-16 08:19:56 +00:00
},
2018-05-26 21:36:15 +00:00
{
"name": "twig/extensions",
2018-12-19 13:29:21 +00:00
"version": "v1.5.4",
2018-05-26 21:36:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig-extensions.git",
2018-12-19 13:29:21 +00:00
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
2018-05-26 21:36:15 +00:00
},
"dist": {
"type": "zip",
2018-12-19 13:29:21 +00:00
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
2018-05-26 21:36:15 +00:00
"shasum": ""
},
"require": {
2018-09-16 19:45:40 +00:00
"twig/twig": "^1.27|^2.0"
2018-05-26 21:36:15 +00:00
},
"require-dev": {
2018-09-16 19:45:40 +00:00
"symfony/phpunit-bridge": "^3.4",
"symfony/translation": "^2.7|^3.4"
2018-05-26 21:36:15 +00:00
},
"suggest": {
"symfony/translation": "Allow the time_diff output to be translated"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
},
"autoload": {
"psr-0": {
"Twig_Extensions_": "lib/"
},
"psr-4": {
"Twig\\Extensions\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Common additional features for Twig that do not directly belong in core",
"keywords": [
"i18n",
"text"
],
2018-12-19 13:29:21 +00:00
"time": "2018-12-05T18:34:18+00:00"
2018-05-26 21:36:15 +00:00
},
2017-12-16 08:19:56 +00:00
{
"name": "twig/twig",
2019-01-24 17:54:10 +00:00
"version": "v2.6.2",
2017-12-16 08:19:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2019-01-24 17:54:10 +00:00
"reference": "7d7342c8a4059fefb9b8d07db0cc14007021f9b7"
2017-12-16 08:19:56 +00:00
},
"dist": {
"type": "zip",
2019-01-24 17:54:10 +00:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/7d7342c8a4059fefb9b8d07db0cc14007021f9b7",
"reference": "7d7342c8a4059fefb9b8d07db0cc14007021f9b7",
2017-12-16 08:19:56 +00:00
"shasum": ""
},
"require": {
"php": "^7.0",
2018-07-18 00:44:51 +00:00
"symfony/polyfill-ctype": "^1.8",
2018-12-19 13:29:21 +00:00
"symfony/polyfill-mbstring": "^1.3"
2017-12-16 08:19:56 +00:00
},
"require-dev": {
"psr/container": "^1.0",
2018-03-24 04:31:42 +00:00
"symfony/debug": "^2.7",
2018-12-19 13:29:21 +00:00
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
2017-12-16 08:19:56 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-19 13:29:21 +00:00
"dev-master": "2.6-dev"
2017-12-16 08:19:56 +00:00
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
},
"psr-4": {
"Twig\\": "src/"
}
},
"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",
2018-07-18 00:44:51 +00:00
"homepage": "https://twig.symfony.com/contributors",
2017-12-16 08:19:56 +00:00
"role": "Contributors"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
2018-07-18 00:44:51 +00:00
"homepage": "https://twig.symfony.com",
2017-12-16 08:19:56 +00:00
"keywords": [
"templating"
],
2019-01-24 17:54:10 +00:00
"time": "2019-01-14T15:00:48+00:00"
2017-12-16 08:19:56 +00:00
}
],
2018-09-16 19:45:40 +00:00
"packages-dev": [],
2017-12-16 08:19:56 +00:00
"aliases": [],
"minimum-stability": "stable",
2018-03-13 23:24:38 +00:00
"stability-flags": [],
2017-12-16 08:19:56 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2018-03-13 23:24:38 +00:00
"php": ">=7.2",
"ext-bcmath": "*",
2018-04-06 22:12:40 +00:00
"ext-mbstring": "*"
2017-12-16 08:19:56 +00:00
},
"platform-dev": []
}