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"
|
|
|
|
],
|
2018-09-16 19:45:40 +00:00
|
|
|
"content-hash": "8d8235975900b7eff2b22be94207cfe1",
|
2017-12-16 08:19:56 +00:00
|
|
|
"packages": [
|
2018-03-12 20:48:09 +00:00
|
|
|
{
|
|
|
|
"name": "composer/ca-bundle",
|
2018-09-16 19:45:40 +00:00
|
|
|
"version": "1.1.2",
|
2018-03-12 20:48:09 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
2018-09-16 19:45:40 +00:00
|
|
|
"reference": "46afded9720f40b9dc63542af4e3e43a1177acb0"
|
2018-03-12 20:48:09 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-09-16 19:45:40 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/46afded9720f40b9dc63542af4e3e43a1177acb0",
|
|
|
|
"reference": "46afded9720f40b9dc63542af4e3e43a1177acb0",
|
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"
|
|
|
|
],
|
2018-09-16 19:45:40 +00:00
|
|
|
"time": "2018-08-08T08:57:40+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-09-16 19:45:40 +00:00
|
|
|
"version": "2.1.5",
|
2017-12-16 08:19:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/egulias/EmailValidator.git",
|
2018-09-16 19:45:40 +00:00
|
|
|
"reference": "54859fabea8b3beecbb1a282888d5c990036b9e3"
|
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/egulias/EmailValidator/zipball/54859fabea8b3beecbb1a282888d5c990036b9e3",
|
|
|
|
"reference": "54859fabea8b3beecbb1a282888d5c990036b9e3",
|
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-09-16 19:45:40 +00:00
|
|
|
"time": "2018-08-16T20:49:45+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-09-16 19:45:40 +00:00
|
|
|
"version": "2.2.1",
|
2018-08-23 18:13:37 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/filp/whoops.git",
|
2018-09-16 19:45:40 +00:00
|
|
|
"reference": "e79cd403fb77fc8963a99ecc30e80ddd885b3311"
|
2018-08-23 18:13:37 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-09-16 19:45:40 +00:00
|
|
|
"url": "https://api.github.com/repos/filp/whoops/zipball/e79cd403fb77fc8963a99ecc30e80ddd885b3311",
|
|
|
|
"reference": "e79cd403fb77fc8963a99ecc30e80ddd885b3311",
|
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-09-16 19:45:40 +00:00
|
|
|
"time": "2018-06-30T13:14:06+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
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "maxmind-db/reader",
|
|
|
|
"version": "v1.3.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
|
|
|
|
"reference": "e042b4f8a2dff41e19019faf16427178b07fbd58"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/e042b4f8a2dff41e19019faf16427178b07fbd58",
|
|
|
|
"reference": "e042b4f8a2dff41e19019faf16427178b07fbd58",
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"time": "2018-02-21T21:23:33+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"
|
|
|
|
},
|
2017-12-16 08:19:56 +00:00
|
|
|
{
|
|
|
|
"name": "nesbot/carbon",
|
2018-09-16 19:45:40 +00:00
|
|
|
"version": "1.33.0",
|
2017-12-16 08:19:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
2018-09-16 19:45:40 +00:00
|
|
|
"reference": "55667c1007a99e82030874b1bb14d24d07108413"
|
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/briannesbitt/Carbon/zipball/55667c1007a99e82030874b1bb14d24d07108413",
|
|
|
|
"reference": "55667c1007a99e82030874b1bb14d24d07108413",
|
2017-12-16 08:19:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-03-13 23:24:38 +00:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
|
2017-12-16 08:19:56 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "~2",
|
2018-03-13 23:24:38 +00:00
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7"
|
2017-12-16 08:19:56 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2018-07-11 20:30:17 +00:00
|
|
|
"extra": {
|
|
|
|
"laravel": {
|
|
|
|
"providers": [
|
|
|
|
"Carbon\\Laravel\\ServiceProvider"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2017-12-16 08:19:56 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-04-17 23:11:41 +00:00
|
|
|
"": "src/"
|
2017-12-16 08:19:56 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2018-09-16 19:45:40 +00:00
|
|
|
"time": "2018-08-07T08:39:47+00:00"
|
2018-03-13 23:24:38 +00:00
|
|
|
},
|
2018-08-23 18:13:37 +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"
|
|
|
|
],
|
|
|
|
"time": "2016-10-10T12:19: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-09-16 19:45:40 +00:00
|
|
|
"version": "v1.9.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-09-16 19:45:40 +00:00
|
|
|
"version": "v1.9.0",
|
2017-12-16 08:19:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2018-09-16 19:45:40 +00:00
|
|
|
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
|
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/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
|
|
|
|
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
|
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-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/translation",
|
2018-09-16 19:45:40 +00:00
|
|
|
"version": "v4.1.4",
|
2017-12-16 08:19:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/translation.git",
|
2018-09-16 19:45:40 +00:00
|
|
|
"reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f"
|
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/symfony/translation/zipball/fa2182669f7983b7aa5f1a770d053f79f0ef144f",
|
|
|
|
"reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f",
|
2017-12-16 08:19:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-03-13 23:24:38 +00:00
|
|
|
"php": "^7.1.3",
|
2017-12-16 08:19:56 +00:00
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
2018-03-13 23:24:38 +00:00
|
|
|
"symfony/config": "<3.4",
|
2017-12-16 08:19:56 +00:00
|
|
|
"symfony/dependency-injection": "<3.4",
|
|
|
|
"symfony/yaml": "<3.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
2018-03-13 23:24:38 +00:00
|
|
|
"symfony/config": "~3.4|~4.0",
|
2018-07-11 20:30:17 +00:00
|
|
|
"symfony/console": "~3.4|~4.0",
|
2017-12-16 08:19:56 +00:00
|
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
|
|
"symfony/finder": "~2.8|~3.0|~4.0",
|
2018-03-13 23:24:38 +00:00
|
|
|
"symfony/intl": "~3.4|~4.0",
|
2017-12-16 08:19:56 +00:00
|
|
|
"symfony/yaml": "~3.4|~4.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
2018-05-16 02:58:21 +00:00
|
|
|
"psr/log-implementation": "To use logging capability in translator",
|
2017-12-16 08:19:56 +00:00
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/yaml": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-07-11 20:30:17 +00:00
|
|
|
"dev-master": "4.1-dev"
|
2017-12-16 08:19:56 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
2018-09-16 19:45:40 +00:00
|
|
|
"time": "2018-08-07T12:45:11+00:00"
|
2017-12-16 08:19:56 +00:00
|
|
|
},
|
2018-05-26 21:36:15 +00:00
|
|
|
{
|
|
|
|
"name": "twig/extensions",
|
2018-09-16 19:45:40 +00:00
|
|
|
"version": "v1.5.2",
|
2018-05-26 21:36:15 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twigphp/Twig-extensions.git",
|
2018-09-16 19:45:40 +00:00
|
|
|
"reference": "2c1a86526d0044065220d1b51ac08348bea5ca82"
|
2018-05-26 21:36:15 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-09-16 19:45:40 +00:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/2c1a86526d0044065220d1b51ac08348bea5ca82",
|
|
|
|
"reference": "2c1a86526d0044065220d1b51ac08348bea5ca82",
|
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-09-16 19:45:40 +00:00
|
|
|
"time": "2018-05-22T13:26:07+00:00"
|
2018-05-26 21:36:15 +00:00
|
|
|
},
|
2017-12-16 08:19:56 +00:00
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2018-07-18 00:44:51 +00:00
|
|
|
"version": "v2.5.0",
|
2017-12-16 08:19:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2018-07-18 00:44:51 +00:00
|
|
|
"reference": "6a5f676b77a90823c2d4eaf76137b771adf31323"
|
2017-12-16 08:19:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-07-18 00:44:51 +00:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323",
|
|
|
|
"reference": "6a5f676b77a90823c2d4eaf76137b771adf31323",
|
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",
|
2017-12-16 08:19:56 +00:00
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/container": "^1.0",
|
2018-03-24 04:31:42 +00:00
|
|
|
"symfony/debug": "^2.7",
|
|
|
|
"symfony/phpunit-bridge": "^3.3"
|
2017-12-16 08:19:56 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-07-18 00:44:51 +00:00
|
|
|
"dev-master": "2.5-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"
|
|
|
|
],
|
2018-07-18 00:44:51 +00:00
|
|
|
"time": "2018-07-13T07:18:09+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": []
|
|
|
|
}
|