block-explorer/composer.lock

3207 lines
111 KiB
Plaintext
Raw Normal View History

2017-06-13 20:54:56 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-12-03 18:26:01 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2017-06-13 20:54:56 +02:00
"This file is @generated automatically"
],
2018-12-03 18:26:01 +01:00
"hash": "654f4b2fd4cf16d217bd2c8d6431357c",
"content-hash": "d6441e245d73b6c3db3a627313143bff",
2017-06-13 20:54:56 +02:00
"packages": [
{
"name": "aura/intl",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/auraphp/Aura.Intl.git",
"reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/7fce228980b19bf4dee2d7bbd6202a69b0dde926",
"reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926",
"shasum": ""
},
"require": {
"php": "^5.6|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Aura\\Intl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aura.Intl Contributors",
"homepage": "https://github.com/auraphp/Aura.Intl/contributors"
}
],
"description": "The Aura Intl package provides internationalization tools, specifically message translation.",
"homepage": "https://github.com/auraphp/Aura.Intl",
"keywords": [
"g11n",
"globalization",
"i18n",
"internationalization",
"intl",
"l10n",
"localization"
],
2018-12-03 18:26:01 +01:00
"time": "2017-01-20 05:00:11"
2017-06-13 20:54:56 +02:00
},
{
"name": "bacon/bacon-qr-code",
"version": "1.0.3",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"ext-iconv": "*",
"php": "^5.4|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"ext-gd": "to generate QR code images"
},
"type": "library",
"autoload": {
"psr-0": {
"BaconQrCode": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "http://www.dasprids.de",
"role": "Developer"
}
],
"description": "BaconQrCode is a QR code generator for PHP.",
"homepage": "https://github.com/Bacon/BaconQrCode",
2018-12-03 18:26:01 +01:00
"time": "2017-10-17 09:59:25"
2017-06-13 20:54:56 +02:00
},
{
"name": "cakephp/cakephp",
2018-12-03 18:26:01 +01:00
"version": "3.6.13",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/cakephp.git",
2018-12-03 18:26:01 +01:00
"reference": "6a0b9c74710a56c5974d1c8229c7a91dac780402"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/cakephp/cakephp/zipball/6a0b9c74710a56c5974d1c8229c7a91dac780402",
"reference": "6a0b9c74710a56c5974d1c8229c7a91dac780402",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"aura/intl": "^3.0.0",
2018-12-03 18:26:01 +01:00
"cakephp/chronos": "^1.0.1",
2017-06-13 20:54:56 +02:00
"ext-intl": "*",
"ext-mbstring": "*",
"php": ">=5.6.0",
"psr/log": "^1.0.0",
"zendframework/zend-diactoros": "^1.4.0"
2017-06-13 20:54:56 +02:00
},
"conflict": {
"phpunit/phpunit": "<5.7"
},
"replace": {
"cakephp/cache": "self.version",
"cakephp/collection": "self.version",
"cakephp/core": "self.version",
"cakephp/database": "self.version",
"cakephp/datasource": "self.version",
"cakephp/event": "self.version",
"cakephp/filesystem": "self.version",
"cakephp/form": "self.version",
"cakephp/i18n": "self.version",
"cakephp/log": "self.version",
"cakephp/orm": "self.version",
"cakephp/utility": "self.version",
"cakephp/validation": "self.version"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^3.0",
2018-12-03 18:26:01 +01:00
"phpunit/phpunit": "^5.7.14|^6.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
"lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()"
},
"type": "library",
"autoload": {
"psr-4": {
2018-12-03 18:26:01 +01:00
"Cake\\": "src/"
2017-06-13 20:54:56 +02:00
},
"files": [
"src/Core/functions.php",
"src/Collection/functions.php",
"src/I18n/functions.php",
"src/Utility/bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
}
],
"description": "The CakePHP framework",
"homepage": "https://cakephp.org",
"keywords": [
"conventions over configuration",
"dry",
"form",
"framework",
"mvc",
"orm",
"psr-7",
"rapid-development",
"validation"
2017-06-13 20:54:56 +02:00
],
2018-12-03 18:26:01 +01:00
"time": "2018-11-04 20:29:27"
2017-06-13 20:54:56 +02:00
},
{
"name": "cakephp/chronos",
2018-12-03 18:26:01 +01:00
"version": "1.2.3",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/chronos.git",
2018-12-03 18:26:01 +01:00
"reference": "395110125ff577f080fa064dca5c5608a4e77ee1"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/cakephp/chronos/zipball/395110125ff577f080fa064dca5c5608a4e77ee1",
"reference": "395110125ff577f080fa064dca5c5608a4e77ee1",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|^7"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"athletic/athletic": "~0.1",
"cakephp/cakephp-codesniffer": "^3.0",
2017-06-13 20:54:56 +02:00
"phpbench/phpbench": "@dev",
"phpstan/phpstan": "^0.6.4",
"phpunit/phpunit": "<6.0 || ^7.0"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Cake\\Chronos\\": "src/"
2017-06-13 20:54:56 +02:00
},
"files": [
"src/carbon_compat.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
},
{
"name": "The CakePHP Team",
"homepage": "http://cakephp.org"
}
],
"description": "A simple API extension for DateTime.",
"homepage": "http://cakephp.org",
"keywords": [
"date",
"datetime",
"time"
],
2018-12-03 18:26:01 +01:00
"time": "2018-10-18 22:02:21"
2017-06-13 20:54:56 +02:00
},
{
"name": "cakephp/migrations",
2018-12-03 18:26:01 +01:00
"version": "1.8.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/migrations.git",
2018-12-03 18:26:01 +01:00
"reference": "cd65daa9fae933bc0ccc69d5b5d92460375da9e2"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/cakephp/migrations/zipball/cd65daa9fae933bc0ccc69d5b5d92460375da9e2",
"reference": "cd65daa9fae933bc0ccc69d5b5d92460375da9e2",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2018-12-03 18:26:01 +01:00
"cakephp/cache": "^3.6.0",
"cakephp/orm": "^3.6.0",
"php": ">=5.6.0",
"robmorgan/phinx": "0.8.1"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
2018-12-03 18:26:01 +01:00
"cakephp/bake": "^1.7.0",
"cakephp/cakephp": "^3.6.0",
"cakephp/cakephp-codesniffer": "^3.0",
2018-12-03 18:26:01 +01:00
"phpunit/phpunit": "^5.7.14"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"cakephp/bake": "Required if you want to generate migrations."
},
"type": "cakephp-plugin",
"autoload": {
"psr-4": {
"Migrations\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/migrations/graphs/contributors"
}
],
"description": "Database Migration plugin for CakePHP 3.0 based on Phinx",
"homepage": "https://github.com/cakephp/migrations",
"keywords": [
"cakephp",
"migrations"
],
2018-12-03 18:26:01 +01:00
"time": "2018-04-16 01:35:59"
2017-06-13 20:54:56 +02:00
},
{
"name": "cakephp/plugin-installer",
"version": "1.1.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/plugin-installer.git",
"reference": "41373d0678490502f45adc7be88aa22d24ac1843"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/41373d0678490502f45adc7be88aa22d24ac1843",
"reference": "41373d0678490502f45adc7be88aa22d24ac1843",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require-dev": {
"cakephp/cakephp-codesniffer": "dev-master",
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "^4.8|^5.7|^6.0"
},
"type": "composer-installer",
"extra": {
"class": "Cake\\Composer\\Installer\\PluginInstaller"
},
"autoload": {
"psr-4": {
"Cake\\Composer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "http://cakephp.org"
}
],
"description": "A composer installer for CakePHP 3.0+ plugins.",
2018-12-03 18:26:01 +01:00
"time": "2017-12-24 21:09:29"
2017-06-13 20:54:56 +02:00
},
{
"name": "endroid/qrcode",
"version": "2.5.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/endroid/qr-code.git",
"reference": "6062677d3404e0ded40647b8f62ec55ff9722eb7"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/endroid/qr-code/zipball/6062677d3404e0ded40647b8f62ec55ff9722eb7",
"reference": "6062677d3404e0ded40647b8f62ec55ff9722eb7",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"bacon/bacon-qr-code": "^1.0.3",
2017-06-13 20:54:56 +02:00
"ext-gd": "*",
"khanamiryan/qrcode-detector-decoder": "1",
2017-06-13 20:54:56 +02:00
"myclabs/php-enum": "^1.5",
"php": ">=5.6",
"symfony/options-resolver": "^2.7",
"symfony/property-access": "^2.7"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"symfony/asset": "^2.7",
"symfony/browser-kit": "^2.7",
"symfony/finder": "^2.7",
"symfony/framework-bundle": "^2.7",
"symfony/http-kernel": "^2.7",
"symfony/templating": "^2.7",
"symfony/twig-bundle": "^2.7",
"symfony/yaml": "^2.7"
},
"type": "symfony-bundle",
2017-06-13 20:54:56 +02:00
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Endroid\\QrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeroen van den Enden",
"email": "info@endroid.nl",
"homepage": "http://endroid.nl/"
}
],
"description": "Endroid QR Code",
"homepage": "https://github.com/endroid/QrCode",
"keywords": [
"bundle",
"code",
"endroid",
"flex",
2017-06-13 20:54:56 +02:00
"qr",
"qrcode",
"symfony"
],
"abandoned": "endroid/qr-code",
2018-12-03 18:26:01 +01:00
"time": "2018-05-09 20:26:30"
2017-06-13 20:54:56 +02:00
},
{
"name": "fgrosse/phpasn1",
2018-12-03 18:26:01 +01:00
"version": "v2.1.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/fgrosse/PHPASN1.git",
2018-12-03 18:26:01 +01:00
"reference": "7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8",
"reference": "7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=7.0.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "~6.3",
2018-12-03 18:26:01 +01:00
"satooshi/php-coveralls": "~2.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
2018-12-03 18:26:01 +01:00
"ext-gmp": "GMP is the preferred extension for big integer calculations",
2017-06-13 20:54:56 +02:00
"php-curl": "For loading OID information from the web if they have not bee defined statically"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"FG\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Friedrich Große",
"email": "friedrich.grosse@gmail.com",
"homepage": "https://github.com/FGrosse",
"role": "Author"
},
{
"name": "All contributors",
"homepage": "https://github.com/FGrosse/PHPASN1/contributors"
}
],
"description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
"homepage": "https://github.com/FGrosse/PHPASN1",
"keywords": [
"DER",
"asn.1",
"asn1",
"ber",
"binary",
"decoding",
"encoding",
"x.509",
"x.690",
"x509",
"x690"
],
2018-12-03 18:26:01 +01:00
"time": "2018-12-02 01:34:34"
2017-06-13 20:54:56 +02:00
},
{
"name": "khanamiryan/qrcode-detector-decoder",
"version": "1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
"reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/96d5f80680b04803c4f1b69d6e01735e876b80c7",
"reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7",
"shasum": ""
},
"require": {
"php": "^5.6|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"classmap": [
"lib/"
],
"files": [
"lib/common/customFunctions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ashot Khanamiryan",
"email": "a.khanamiryan@gmail.com",
"homepage": "https://github.com/khanamiryan",
"role": "Developer"
}
],
"description": "QR code decoder / reader",
"homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder",
"keywords": [
"barcode",
"qr",
"zxing"
],
2018-12-03 18:26:01 +01:00
"time": "2017-01-13 09:11:46"
2017-06-13 20:54:56 +02:00
},
{
"name": "mdanter/ecc",
2018-12-03 18:26:01 +01:00
"version": "v0.5.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpecc/phpecc.git",
2018-12-03 18:26:01 +01:00
"reference": "9a3aca17c6dfc04bdaad2e7ddab3b8df656ffc5b"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/phpecc/phpecc/zipball/9a3aca17c6dfc04bdaad2e7ddab3b8df656ffc5b",
"reference": "9a3aca17c6dfc04bdaad2e7ddab3b8df656ffc5b",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"ext-gmp": "*",
2018-12-03 18:26:01 +01:00
"fgrosse/phpasn1": "^2.0",
"php": "^7.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "^6.0",
2018-12-03 18:26:01 +01:00
"squizlabs/php_codesniffer": "^2.0",
"symfony/yaml": "^2.6|^3.0"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Mdanter\\Ecc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matyas Danter",
"homepage": "http://matejdanter.com/",
"role": "Author"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io",
"homepage": "http://aztech.io",
"role": "Maintainer"
},
{
"name": "Thomas Kerin",
"email": "afk11@users.noreply.github.com",
"role": "Maintainer"
2017-06-13 20:54:56 +02:00
}
],
"description": "PHP Elliptic Curve Cryptography library",
"homepage": "https://github.com/phpecc/phpecc",
"keywords": [
"Diffie",
"ECDSA",
"Hellman",
"curve",
"ecdh",
"elliptic",
"nistp192",
"nistp224",
"nistp256",
"nistp384",
2017-06-13 20:54:56 +02:00
"nistp521",
"phpecc",
"secp256k1",
"secp256r1"
2017-06-13 20:54:56 +02:00
],
2018-12-03 18:26:01 +01:00
"time": "2018-12-01 23:35:23"
2017-06-13 20:54:56 +02:00
},
{
"name": "mobiledetect/mobiledetectlib",
"version": "2.8.33",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/serbanghita/Mobile-Detect.git",
"reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102",
"reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35||~5.7"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
"classmap": [
"Mobile_Detect.php"
],
"psr-0": {
"Detection": "namespaced/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Serban Ghita",
"email": "serbanghita@gmail.com",
"homepage": "http://mobiledetect.net",
"role": "Developer"
}
],
"description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
"homepage": "https://github.com/serbanghita/Mobile-Detect",
"keywords": [
"detect mobile devices",
"mobile",
"mobile detect",
"mobile detector",
"php mobile detect"
],
2018-12-03 18:26:01 +01:00
"time": "2018-09-01 15:05:15"
2017-06-13 20:54:56 +02:00
},
{
"name": "myclabs/php-enum",
2018-12-03 18:26:01 +01:00
"version": "1.6.4",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/php-enum.git",
2018-12-03 18:26:01 +01:00
"reference": "550d2334d77f91b0816a5cbd6965272fe20146b8"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/550d2334d77f91b0816a5cbd6965272fe20146b8",
"reference": "550d2334d77f91b0816a5cbd6965272fe20146b8",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
2017-06-13 20:54:56 +02:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
"psr-4": {
"MyCLabs\\Enum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP Enum contributors",
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
}
],
"description": "PHP Enum implementation",
"homepage": "http://github.com/myclabs/php-enum",
"keywords": [
"enum"
],
2018-12-03 18:26:01 +01:00
"time": "2018-10-30 14:36:18"
2017-06-13 20:54:56 +02:00
},
{
"name": "nesbot/carbon",
2018-12-03 18:26:01 +01:00
"version": "1.36.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2018-12-03 18:26:01 +01:00
"reference": "63da8cdf89d7a5efe43aabc794365f6e7b7b8983"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/63da8cdf89d7a5efe43aabc794365f6e7b7b8983",
"reference": "63da8cdf89d7a5efe43aabc794365f6e7b7b8983",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7"
2017-06-13 20:54:56 +02:00
},
2018-12-03 18:26:01 +01:00
"suggest": {
"friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
"phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
},
2017-06-13 20:54:56 +02:00
"type": "library",
"extra": {
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"": "src/"
2017-06-13 20:54:56 +02: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-12-03 18:26:01 +01:00
"time": "2018-11-22 18:23:02"
2017-06-13 20:54:56 +02:00
},
{
"name": "predis/predis",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/nrk/predis.git",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
"homepage": "http://clorophilla.net"
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
2018-12-03 18:26:01 +01:00
"time": "2016-06-16 16:22:20"
2017-06-13 20:54:56 +02:00
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2018-12-03 18:26:01 +01:00
"time": "2016-08-06 14:39:51"
2017-06-13 20:54:56 +02:00
},
{
"name": "psr/log",
2018-12-03 18:26:01 +01:00
"version": "1.1.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2018-12-03 18:26:01 +01:00
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2017-06-13 20:54:56 +02: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-03 18:26:01 +01:00
"time": "2018-11-20 15:27:04"
2017-06-13 20:54:56 +02:00
},
{
"name": "robmorgan/phinx",
"version": "v0.8.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/phinx.git",
"reference": "7a19de5bebc59321edd9613bc2a667e7f96224ec"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/phinx/zipball/7a19de5bebc59321edd9613bc2a667e7f96224ec",
"reference": "7a19de5bebc59321edd9613bc2a667e7f96224ec",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4",
"symfony/config": "~2.8|~3.0",
"symfony/console": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.26|^5.0"
},
"bin": [
"bin/phinx"
],
"type": "library",
"autoload": {
"psr-4": {
"Phinx\\": "src/Phinx"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Woody Gilk",
"email": "woody.gilk@gmail.com",
"homepage": "http://shadowhand.me",
"role": "Developer"
},
{
"name": "Rob Morgan",
"email": "robbym@gmail.com",
"homepage": "https://robmorgan.id.au",
"role": "Lead Developer"
},
{
"name": "Richard Quadling",
"email": "rquadling@gmail.com",
"role": "Developer"
}
],
"description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
"homepage": "https://phinx.org",
"keywords": [
"database",
"database migrations",
"db",
"migrations",
"phinx"
],
2018-12-03 18:26:01 +01:00
"time": "2017-06-05 13:30:19"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/config",
2018-12-03 18:26:01 +01:00
"version": "v3.4.19",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2018-12-03 18:26:01 +01:00
"reference": "8a660daeb65dedbe0b099529f65e61866c055081"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/config/zipball/8a660daeb65dedbe0b099529f65e61866c055081",
"reference": "8a660daeb65dedbe0b099529f65e61866c055081",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/filesystem": "~2.8|~3.0|~4.0",
"symfony/polyfill-ctype": "~1.8"
2017-06-13 20:54:56 +02:00
},
"conflict": {
"symfony/dependency-injection": "<3.3",
"symfony/finder": "<3.3"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/event-dispatcher": "~3.3|~4.0",
"symfony/finder": "~3.3|~4.0",
"symfony/yaml": "~3.0|~4.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"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 Config Component",
"homepage": "https://symfony.com",
2018-12-03 18:26:01 +01:00
"time": "2018-11-26 10:17:44"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/console",
2018-12-03 18:26:01 +01:00
"version": "v3.4.19",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2018-12-03 18:26:01 +01:00
"reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb",
"reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0|~4.0",
2017-06-13 20:54:56 +02:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"psr/log-implementation": "For using the console logger",
2017-06-13 20:54:56 +02:00
"symfony/event-dispatcher": "",
"symfony/lock": "",
2017-06-13 20:54:56 +02:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
2017-06-13 20:54:56 +02:00
}
},
"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",
2018-12-03 18:26:01 +01:00
"time": "2018-11-26 12:48:07"
},
{
"name": "symfony/contracts",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
"reference": "3edf0ab943d1985a356721952cba36ff31bd6e5f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/3edf0ab943d1985a356721952cba36ff31bd6e5f",
"reference": "3edf0ab943d1985a356721952cba36ff31bd6e5f",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"psr/cache": "^1.0",
"psr/container": "^1.0"
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\": ""
},
"exclude-from-classmap": [
"**/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A set of abstractions extracted out of the Symfony components",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2018-11-24 09:35:08"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/debug",
2018-12-03 18:26:01 +01:00
"version": "v4.2.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2018-12-03 18:26:01 +01:00
"reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/debug/zipball/e0a2b92ee0b5b934f973d90c2f58e18af109d276",
"reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2017-06-13 20:54:56 +02:00
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": "<3.4"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"symfony/http-kernel": "~3.4|~4.0"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-03 18:26:01 +01:00
"dev-master": "4.2-dev"
2017-06-13 20:54:56 +02:00
}
},
"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",
2018-12-03 18:26:01 +01:00
"time": "2018-11-28 18:24:18"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/filesystem",
2018-12-03 18:26:01 +01:00
"version": "v4.2.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2018-12-03 18:26:01 +01:00
"reference": "2f4c8b999b3b7cadb2a69390b01af70886753710"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/2f4c8b999b3b7cadb2a69390b01af70886753710",
"reference": "2f4c8b999b3b7cadb2a69390b01af70886753710",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-03 18:26:01 +01:00
"dev-master": "4.2-dev"
2017-06-13 20:54:56 +02:00
}
},
"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",
2018-12-03 18:26:01 +01:00
"time": "2018-11-11 19:52:12"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/options-resolver",
2018-12-03 18:26:01 +01:00
"version": "v2.8.48",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2018-12-03 18:26:01 +01:00
"reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/7aaab725bb58f0e18aa12c61bdadd4793ab4c32b",
"reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"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 OptionsResolver Component",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
2018-12-03 18:26:01 +01:00
"time": "2018-11-11 11:18:13"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/polyfill-ctype",
2018-12-03 18:26:01 +01:00
"version": "v1.10.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
2017-06-13 20:54:56 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
2017-06-13 20:54:56 +02:00
},
"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"
2017-06-13 20:54:56 +02:00
}
],
"description": "Symfony polyfill for ctype functions",
2017-06-13 20:54:56 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
2017-06-13 20:54:56 +02:00
"polyfill",
"portable"
2017-06-13 20:54:56 +02:00
],
2018-12-03 18:26:01 +01:00
"time": "2018-08-06 14:22:27"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2018-12-03 18:26:01 +01:00
"version": "v1.10.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2018-12-03 18:26:01 +01:00
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
2017-06-13 20:54:56 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
2017-06-13 20:54:56 +02:00
},
"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",
2017-06-13 20:54:56 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
2017-06-13 20:54:56 +02:00
"polyfill",
"portable",
"shim"
],
2018-12-03 18:26:01 +01:00
"time": "2018-09-21 13:07:52"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/property-access",
2018-12-03 18:26:01 +01:00
"version": "v2.8.48",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
2018-12-03 18:26:01 +01:00
"reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/property-access/zipball/c8f10191183be9bb0d5a1b8364d3891f1bde07b6",
"reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/polyfill-ctype": "~1.8"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyAccess\\": ""
},
"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 PropertyAccess Component",
"homepage": "https://symfony.com",
"keywords": [
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
"property path",
"reflection"
],
2018-12-03 18:26:01 +01:00
"time": "2018-11-11 11:18:13"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/translation",
2018-12-03 18:26:01 +01:00
"version": "v4.2.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2018-12-03 18:26:01 +01:00
"reference": "ff9a878c9b8f8bcd4d9138e2d32f508c942773d9"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/translation/zipball/ff9a878c9b8f8bcd4d9138e2d32f508c942773d9",
"reference": "ff9a878c9b8f8bcd4d9138e2d32f508c942773d9",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2018-12-03 18:26:01 +01:00
"symfony/contracts": "^1.0",
2017-06-13 20:54:56 +02:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
2017-06-13 20:54:56 +02:00
},
2018-12-03 18:26:01 +01:00
"provide": {
"symfony/translation-contracts-implementation": "1.0"
},
2017-06-13 20:54:56 +02:00
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/intl": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
2017-06-13 20:54:56 +02:00
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-03 18:26:01 +01:00
"dev-master": "4.2-dev"
2017-06-13 20:54:56 +02: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-12-03 18:26:01 +01:00
"time": "2018-11-27 07:20:32"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/yaml",
2018-12-03 18:26:01 +01:00
"version": "v3.4.19",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2018-12-03 18:26:01 +01:00
"reference": "291e13d808bec481eab83f301f7bff3e699ef603"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/291e13d808bec481eab83f301f7bff3e699ef603",
"reference": "291e13d808bec481eab83f301f7bff3e699ef603",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"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 Yaml Component",
"homepage": "https://symfony.com",
2018-12-03 18:26:01 +01:00
"time": "2018-11-11 19:48:54"
2017-06-13 20:54:56 +02:00
},
{
"name": "zendframework/zend-diactoros",
"version": "1.8.6",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
"reference": "20da13beba0dde8fb648be3cc19765732790f46e"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
"reference": "20da13beba0dde8fb648be3cc19765732790f46e",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"psr/http-message": "^1.0"
2017-06-13 20:54:56 +02:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
"zendframework/zend-coding-standard": "~1.0"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev",
"dev-develop": "1.9.x-dev",
"dev-release-2.0": "2.0.x-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php"
],
2017-06-13 20:54:56 +02:00
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://github.com/zendframework/zend-diactoros",
"keywords": [
"http",
"psr",
"psr-7"
],
2018-12-03 18:26:01 +01:00
"time": "2018-09-05 19:29:37"
2017-06-13 20:54:56 +02:00
}
],
"packages-dev": [
2018-12-03 18:26:01 +01:00
{
"name": "ajgl/breakpoint-twig-extension",
"version": "0.3.1",
"source": {
"type": "git",
"url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
"reference": "360ec6351ad7e1968ee78abb31430046c2e04fc5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/360ec6351ad7e1968ee78abb31430046c2e04fc5",
"reference": "360ec6351ad7e1968ee78abb31430046c2e04fc5",
"shasum": ""
},
"require": {
"php": ">=5.6",
"twig/twig": "^1.14|^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5",
"symfony/framework-bundle": "^2.7|^3.2",
"symfony/twig-bundle": "^2.7|^3.2"
},
"suggest": {
"ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
"symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
"symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Ajgl\\Twig\\Extension\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Antonio J. García Lagar",
"email": "aj@garcialagar.es",
"homepage": "http://aj.garcialagar.es",
"role": "developer"
}
],
"description": "Twig extension to set breakpoints",
"homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
"keywords": [
"Xdebug",
"breakpoint",
"twig"
],
"time": "2017-11-20 13:04:11"
},
{
"name": "aptoma/twig-markdown",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/aptoma/twig-markdown.git",
"reference": "64a9c5c7418c08faf91c4410b34bdb65fb25c23d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aptoma/twig-markdown/zipball/64a9c5c7418c08faf91c4410b34bdb65fb25c23d",
"reference": "64a9c5c7418c08faf91c4410b34bdb65fb25c23d",
"shasum": ""
},
"require": {
"twig/twig": "~1.12"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"erusev/parsedown": "^1.6",
"knplabs/github-api": "~1.2",
"league/commonmark": "~0.5",
"michelf/php-markdown": "~1",
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~0.6"
},
"suggest": {
"knplabs/github-api": "Needed for using GitHub's Markdown engine provided through their API.",
"michelf/php-markdown": "Original Markdown engine with MarkdownExtra."
},
"type": "library",
"autoload": {
"psr-0": {
"Aptoma": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joris Berthelot",
"email": "joris@berthelot.tel"
},
{
"name": "Gunnar Lium",
"email": "gunnar@aptoma.com"
}
],
"description": "Twig extension to work with Markdown content",
"keywords": [
"markdown",
"twig"
],
"time": "2015-10-23 20:27:08"
},
{
"name": "asm89/twig-cache-extension",
"version": "1.3.2",
"source": {
"type": "git",
"url": "https://github.com/asm89/twig-cache-extension.git",
"reference": "630ea7abdc3fc62ba6786c02590a1560e449cf55"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/asm89/twig-cache-extension/zipball/630ea7abdc3fc62ba6786c02590a1560e449cf55",
"reference": "630ea7abdc3fc62ba6786c02590a1560e449cf55",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"twig/twig": "^1.0|^2.0"
},
"require-dev": {
"doctrine/cache": "~1.0"
},
"suggest": {
"psr/cache-implementation": "To make use of PSR-6 cache implementation via PsrCacheAdapter."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
}
],
"description": "Cache fragments of templates directly within Twig.",
"homepage": "https://github.com/asm89/twig-cache-extension",
"keywords": [
"cache",
"extension",
"twig"
],
"time": "2017-01-10 22:04:15"
},
2017-06-13 20:54:56 +02:00
{
"name": "cakephp/bake",
2018-12-03 18:26:01 +01:00
"version": "1.8.6",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/bake.git",
2018-12-03 18:26:01 +01:00
"reference": "bfa552a92a01cb1c878b3a3a67899fcd21569818"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/cakephp/bake/zipball/bfa552a92a01cb1c878b3a3a67899fcd21569818",
"reference": "bfa552a92a01cb1c878b3a3a67899fcd21569818",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2018-12-03 18:26:01 +01:00
"cakephp/cakephp": "^3.6.12",
"cakephp/plugin-installer": "^1.0",
"php": ">=5.6.0",
"wyrihaximus/twig-view": "^4.3.4"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^3.0",
2018-12-03 18:26:01 +01:00
"phpunit/phpunit": "^5.7.14|^6.0"
2017-06-13 20:54:56 +02:00
},
"type": "cakephp-plugin",
"autoload": {
"psr-4": {
"Bake\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/bake/graphs/contributors"
}
],
2018-12-03 18:26:01 +01:00
"description": "Bake plugin for CakePHP 3",
2017-06-13 20:54:56 +02:00
"homepage": "https://github.com/cakephp/bake",
"keywords": [
"bake",
"cakephp"
],
2018-12-03 18:26:01 +01:00
"time": "2018-11-17 03:34:24"
2017-06-13 20:54:56 +02:00
},
{
"name": "cakephp/debug_kit",
2018-12-03 18:26:01 +01:00
"version": "3.16.6",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/debug_kit.git",
2018-12-03 18:26:01 +01:00
"reference": "b6a75d47b2b1be6f6db31fbdf60ed5e062f310db"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/cakephp/debug_kit/zipball/b6a75d47b2b1be6f6db31fbdf60ed5e062f310db",
"reference": "b6a75d47b2b1be6f6db31fbdf60ed5e062f310db",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2018-12-03 18:26:01 +01:00
"cakephp/cakephp": "^3.6.0",
2017-06-13 20:54:56 +02:00
"cakephp/chronos": "^1.0.0",
"cakephp/plugin-installer": "^1.0.0",
"composer/composer": "^1.3.0",
"jdorn/sql-formatter": "^1.2.0",
"php": ">=5.6.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^3.0",
2018-12-03 18:26:01 +01:00
"phpunit/phpunit": "^5.7.14|^6.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
2018-12-03 18:26:01 +01:00
"ext-pdo_sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use."
2017-06-13 20:54:56 +02:00
},
"type": "cakephp-plugin",
"autoload": {
"psr-4": {
"DebugKit\\": "src",
"DebugKit\\Test\\Fixture\\": "tests\\Fixture"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Story",
"homepage": "http://mark-story.com",
"role": "Author"
},
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
}
],
"description": "CakePHP Debug Kit",
"homepage": "https://github.com/cakephp/debug_kit",
"keywords": [
"cakephp",
"debug",
"kit"
],
2018-12-03 18:26:01 +01:00
"time": "2018-11-22 15:19:18"
2017-06-13 20:54:56 +02:00
},
{
"name": "composer/ca-bundle",
"version": "1.1.3",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "8afa52cd417f4ec417b4bfe86b68106538a87660"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660",
"reference": "8afa52cd417f4ec417b4bfe86b68106538a87660",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2017-06-13 20:54:56 +02:00
"psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0"
2017-06-13 20:54:56 +02:00
},
"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-12-03 18:26:01 +01:00
"time": "2018-10-18 06:09:13"
2017-06-13 20:54:56 +02:00
},
{
"name": "composer/composer",
2018-12-03 18:26:01 +01:00
"version": "1.8.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
2018-12-03 18:26:01 +01:00
"reference": "d8aef3af866b28786ce9b8647e52c42496436669"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/composer/composer/zipball/d8aef3af866b28786ce9b8647e52c42496436669",
"reference": "d8aef3af866b28786ce9b8647e52c42496436669",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
2017-06-13 20:54:56 +02:00
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
"symfony/console": "^2.7 || ^3.0 || ^4.0",
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
"symfony/process": "^2.7 || ^3.0 || ^4.0"
},
"conflict": {
"symfony/console": "2.8.38"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7",
2017-06-13 20:54:56 +02:00
"phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
2018-12-03 18:26:01 +01:00
"dev-master": "1.8-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Composer\\": "src/Composer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
2018-12-03 18:26:01 +01:00
"time": "2018-12-03 09:31:16"
2017-06-13 20:54:56 +02:00
},
{
"name": "composer/semver",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2018-12-03 18:26:01 +01:00
"time": "2016-08-30 16:08:34"
2017-06-13 20:54:56 +02:00
},
{
"name": "composer/spdx-licenses",
2018-12-03 18:26:01 +01:00
"version": "1.5.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
2018-12-03 18:26:01 +01:00
"reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
"reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2017-06-13 20:54:56 +02:00
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
2018-12-03 18:26:01 +01:00
"time": "2018-11-01 09:45:54"
},
{
"name": "composer/xdebug-handler",
2018-12-03 18:26:01 +01:00
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2018-12-03 18:26:01 +01:00
"reference": "dc523135366eb68f22268d069ea7749486458562"
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/dc523135366eb68f22268d069ea7749486458562",
"reference": "dc523135366eb68f22268d069ea7749486458562",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without xdebug.",
"keywords": [
"Xdebug",
"performance"
],
2018-12-03 18:26:01 +01:00
"time": "2018-11-29 10:59:02"
2017-06-13 20:54:56 +02:00
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "0.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "@stable"
},
"type": "project",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
2018-12-03 18:26:01 +01:00
"time": "2014-10-24 07:27:01"
2017-06-13 20:54:56 +02:00
},
{
"name": "jakub-onderka/php-console-color",
"version": "v0.2",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
"jakub-onderka/php-parallel-lint": "1.0",
2017-06-13 20:54:56 +02:00
"jakub-onderka/php-var-dump-check": "0.*",
"phpunit/phpunit": "~4.3",
2017-06-13 20:54:56 +02:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2017-06-13 20:54:56 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "jakub.onderka@gmail.com"
2017-06-13 20:54:56 +02:00
}
],
2018-12-03 18:26:01 +01:00
"time": "2018-09-29 17:23:10"
2017-06-13 20:54:56 +02:00
},
{
"name": "jakub-onderka/php-console-highlighter",
"version": "v0.4",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"jakub-onderka/php-console-color": "~0.2",
"php": ">=5.4.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
"jakub-onderka/php-parallel-lint": "~1.0",
2017-06-13 20:54:56 +02:00
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
"psr-4": {
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
2017-06-13 20:54:56 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
"description": "Highlight PHP code in terminal",
2018-12-03 18:26:01 +01:00
"time": "2018-09-29 18:48:56"
},
{
"name": "jasny/twig-extensions",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/jasny/twig-extensions.git",
"reference": "30bdf3a3903c021544f36332c9d5d4d563527da4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jasny/twig-extensions/zipball/30bdf3a3903c021544f36332c9d5d4d563527da4",
"reference": "30bdf3a3903c021544f36332c9d5d4d563527da4",
"shasum": ""
},
"require": {
"php": ">=7.0.0 | >=5.6.0",
"twig/twig": "^2.0 | ^1.12"
},
"require-dev": {
"ext-intl": "*",
"ext-pcre": "*",
"jasny/php-code-quality": "^2.1",
"phpunit/phpunit": "^5.0"
},
"suggest": {
"ext-intl": "Required for the use of the LocalDate Twig extension",
"ext-pcre": "Required for the use of the PCRE Twig extension"
},
"type": "library",
"autoload": {
"psr-4": {
"Jasny\\Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Arnold Daniels",
"email": "arnold@jasny.net",
"homepage": "http://www.jasny.net"
}
],
"description": "A set of useful Twig filters",
"homepage": "http://github.com/jasny/twig-extensions#README",
"keywords": [
"PCRE",
"array",
"date",
"datetime",
"preg",
"regex",
"templating",
"text",
"time"
],
"time": "2017-09-13 07:38:01"
2017-06-13 20:54:56 +02:00
},
{
"name": "jdorn/sql-formatter",
"version": "v1.2.17",
"source": {
"type": "git",
"url": "https://github.com/jdorn/sql-formatter.git",
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"classmap": [
"lib"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
"homepage": "http://jeremydorn.com/"
}
],
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/jdorn/sql-formatter/",
"keywords": [
"highlight",
"sql"
],
2018-12-03 18:26:01 +01:00
"time": "2014-01-12 16:20:24"
2017-06-13 20:54:56 +02:00
},
{
"name": "justinrainbow/json-schema",
"version": "5.2.7",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "8560d4314577199ba51bf2032f02cd1315587c23"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
"reference": "8560d4314577199ba51bf2032f02cd1315587c23",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
2017-06-13 20:54:56 +02:00
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
2018-12-03 18:26:01 +01:00
"time": "2018-02-14 22:26:30"
2017-06-13 20:54:56 +02:00
},
{
"name": "nikic/php-parser",
"version": "v4.1.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0"
2017-06-13 20:54:56 +02:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2018-12-03 18:26:01 +01:00
"time": "2018-10-10 09:24:14"
2017-06-13 20:54:56 +02:00
},
{
"name": "psy/psysh",
"version": "v0.9.9",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"dnoegel/php-xdg-base-dir": "0.1",
"ext-json": "*",
"ext-tokenizer": "*",
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"hoa/console": "~2.15|~3.16",
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.9.x-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"files": [
"src/functions.php"
2017-06-13 20:54:56 +02:00
],
"psr-4": {
"Psy\\": "src/"
2017-06-13 20:54:56 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
2018-12-03 18:26:01 +01:00
"time": "2018-10-13 15:16:03"
2017-06-13 20:54:56 +02:00
},
{
"name": "seld/jsonlint",
"version": "1.7.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-06-13 20:54:56 +02:00
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
2018-12-03 18:26:01 +01:00
"time": "2018-01-24 12:46:19"
2017-06-13 20:54:56 +02:00
},
{
"name": "seld/phar-utils",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\PharUtils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
"phra"
],
2018-12-03 18:26:01 +01:00
"time": "2015-10-13 18:44:15"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/finder",
2018-12-03 18:26:01 +01:00
"version": "v4.2.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2018-12-03 18:26:01 +01:00
"reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
"reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-03 18:26:01 +01:00
"dev-master": "4.2-dev"
2017-06-13 20:54:56 +02:00
}
},
"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",
2018-12-03 18:26:01 +01:00
"time": "2018-11-11 19:52:12"
},
{
"name": "symfony/polyfill-php72",
2018-12-03 18:26:01 +01:00
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2018-12-03 18:26:01 +01:00
"reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
"reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"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 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2018-12-03 18:26:01 +01:00
"time": "2018-09-21 13:07:52"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/process",
2018-12-03 18:26:01 +01:00
"version": "v4.2.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2018-12-03 18:26:01 +01:00
"reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/2b341009ccec76837a7f46f59641b431e4d4c2b0",
"reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-03 18:26:01 +01:00
"dev-master": "4.2-dev"
2017-06-13 20:54:56 +02:00
}
},
"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",
2018-12-03 18:26:01 +01:00
"time": "2018-11-20 16:22:05"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/var-dumper",
2018-12-03 18:26:01 +01:00
"version": "v4.2.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2018-12-03 18:26:01 +01:00
"reference": "db61258540350725f4beb6b84006e32398acd120"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2018-12-03 18:26:01 +01:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/db61258540350725f4beb6b84006e32398acd120",
"reference": "db61258540350725f4beb6b84006e32398acd120",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
2017-06-13 20:54:56 +02:00
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"ext-iconv": "*",
"symfony/process": "~3.4|~4.0",
2017-06-13 20:54:56 +02:00
"twig/twig": "~1.34|~2.4"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2017-06-13 20:54:56 +02:00
},
"bin": [
"Resources/bin/var-dump-server"
],
2017-06-13 20:54:56 +02:00
"type": "library",
"extra": {
"branch-alias": {
2018-12-03 18:26:01 +01:00
"dev-master": "4.2-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2018-12-03 18:26:01 +01:00
"time": "2018-11-25 12:50:42"
},
{
"name": "twig/twig",
"version": "v1.35.4",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
"reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"psr/container": "^1.0",
"symfony/debug": "^2.7",
"symfony/phpunit-bridge": "^3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.35-dev"
}
},
"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",
"homepage": "https://twig.symfony.com/contributors",
"role": "Contributors"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
"time": "2018-07-13 07:12:17"
},
{
"name": "umpirsky/twig-php-function",
"version": "v0.1",
"source": {
"type": "git",
"url": "https://github.com/umpirsky/twig-php-function.git",
"reference": "53b4b1eb0c5eacbd7d66c504b7d809c79b4bedbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/umpirsky/twig-php-function/zipball/53b4b1eb0c5eacbd7d66c504b7d809c79b4bedbc",
"reference": "53b4b1eb0c5eacbd7d66c504b7d809c79b4bedbc",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"twig/twig": "~1.12"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
"phpunit/phpunit": "~4.4"
},
"type": "library",
"autoload": {
"psr-0": {
"Umpirsky\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Saša Stamenković",
"email": "umpirsky@gmail.com"
}
],
"description": "Call (almost) any PHP function from your Twig templates.",
"time": "2016-03-12 16:36:32"
},
{
"name": "wyrihaximus/twig-view",
"version": "4.3.5",
"source": {
"type": "git",
"url": "https://github.com/WyriHaximus/TwigView.git",
"reference": "ec2771e6a1fe799f9b16eff19da424cd04d593b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WyriHaximus/TwigView/zipball/ec2771e6a1fe799f9b16eff19da424cd04d593b7",
"reference": "ec2771e6a1fe799f9b16eff19da424cd04d593b7",
"shasum": ""
},
"require": {
"ajgl/breakpoint-twig-extension": "^0.3.0",
"aptoma/twig-markdown": "^2.0",
"asm89/twig-cache-extension": "^1.0",
"cakephp/cakephp": "^3.5",
"jasny/twig-extensions": "^1.0",
"php": "^5.6 || ^7.0",
"twig/twig": "^1.27",
"umpirsky/twig-php-function": "0.1"
},
"require-dev": {
"cakephp/bake": "^1.5",
"cakephp/debug_kit": "^3.0",
"phake/phake": "^1.0.4",
"phpunit/phpunit": "^5.7.14",
"squizlabs/php_codesniffer": "^1.5.6",
"wyrihaximus/phpunit-class-reflection-helpers": "dev-master"
},
"type": "cakephp-plugin",
"autoload": {
"psr-4": {
"WyriHaximus\\TwigView\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com",
"homepage": "http://wyrihaximus.net/"
}
],
"description": "Twig powered View for CakePHP3",
"keywords": [
"cakephp",
"cakephp3",
"twig",
"view"
],
"time": "2018-07-03 15:46:29"
2017-06-13 20:54:56 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"psy/psysh": 0
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=5.6"
},
"platform-dev": []
}