2016-05-19 15:01:28 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-04-14 18:46:40 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-05-19 15:01:28 +01:00
"This file is @generated automatically"
],
2019-03-21 19:46:38 +00:00
"content-hash": "a1bedd7340f6f8a2fdcc375d3bc5672c",
2016-05-19 15:01:28 +01:00
"packages": [
{
"name": "aws/aws-sdk-php",
2019-03-22 16:52:40 +00:00
"version": "3.90.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2019-03-22 16:52:40 +00:00
"reference": "5b188c9f5f21e87b4994bc1b477951eff4608547"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5b188c9f5f21e87b4994bc1b477951eff4608547",
"reference": "5b188c9f5f21e87b4994bc1b477951eff4608547",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-09-04 19:34:39 +01:00
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
2019-01-20 17:35:58 +00:00
"guzzlehttp/guzzle": "^5.3.3|^6.2.1",
2016-05-19 15:01:28 +01:00
"guzzlehttp/promises": "~1.0",
2017-03-24 11:35:43 +00:00
"guzzlehttp/psr7": "^1.4.1",
2016-05-19 15:01:28 +01:00
"mtdowling/jmespath.php": "~2.2",
"php": ">=5.5"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-openssl": "*",
2018-10-05 20:37:08 +01:00
"ext-pcntl": "*",
"ext-sockets": "*",
2016-05-19 15:01:28 +01:00
"nette/neon": "^2.3",
2017-12-07 15:39:19 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3",
2016-05-19 15:01:28 +01:00
"psr/cache": "^1.0"
},
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
"ext-curl": "To send requests using cURL",
2018-10-05 20:37:08 +01:00
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Aws\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
2019-03-22 16:52:40 +00:00
"time": "2019-03-21T18:10:13+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "bosnadev/database",
2018-06-23 23:21:26 +01:00
"version": "0.18.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2016-09-05 23:39:54 +01:00
"url": "https://github.com/bosnadev/database.git",
2018-06-23 23:21:26 +01:00
"reference": "397c0e269d4402bd95eaf99694fa8d43d05b9553"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-06-23 23:21:26 +01:00
"url": "https://api.github.com/repos/bosnadev/database/zipball/397c0e269d4402bd95eaf99694fa8d43d05b9553",
"reference": "397c0e269d4402bd95eaf99694fa8d43d05b9553",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2016-09-05 23:47:15 +01:00
"doctrine/dbal": "^2.5",
"illuminate/database": "^5.0",
2018-06-23 23:21:26 +01:00
"php": ">=5.5",
2016-09-05 23:47:15 +01:00
"ramsey/uuid": "^3.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2018-06-23 23:21:26 +01:00
"codeclimate/php-test-reporter": "^0.3.2",
2016-05-19 15:01:28 +01:00
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.5"
},
"type": "library",
"autoload": {
"psr-4": {
2016-09-05 23:47:15 +01:00
"Bosnadev\\Database\\": "src/Bosnadev/Database/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
2016-09-05 23:47:15 +01:00
"license": [
"MIT"
],
2016-05-19 15:01:28 +01:00
"authors": [
{
"name": "Peter Haza",
"email": "peter.haza@gmail.com"
2016-09-05 23:47:15 +01:00
},
{
"name": "Mirza Pasic",
"email": "mirza@bosnadev.com"
2016-05-19 15:01:28 +01:00
}
],
2016-09-05 23:47:15 +01:00
"description": "Eloquent Extended, added some PostgreSQL features",
"homepage": "https://bosnadev.com",
2016-05-19 15:01:28 +01:00
"keywords": [
"database",
"eloquent",
"laravel",
"postgresql"
],
2018-06-23 23:21:26 +01:00
"time": "2018-06-07T07:24:36+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-08 20:11:38 +01:00
{
"name": "cakephp/chronos",
2019-03-17 14:08:49 +00:00
"version": "1.2.4",
2017-09-08 20:11:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/chronos.git",
2019-03-17 14:08:49 +00:00
"reference": "ebda7326d4a65e53bc5bb915ebbbeee98f1926b0"
2017-09-08 20:11:38 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/cakephp/chronos/zipball/ebda7326d4a65e53bc5bb915ebbbeee98f1926b0",
"reference": "ebda7326d4a65e53bc5bb915ebbbeee98f1926b0",
2017-09-08 20:11:38 +01:00
"shasum": ""
},
"require": {
2018-01-06 20:04:44 +00:00
"php": "^5.5.9|^7"
2017-09-08 20:11:38 +01:00
},
"require-dev": {
"athletic/athletic": "~0.1",
2018-06-23 23:21:26 +01:00
"cakephp/cakephp-codesniffer": "^3.0",
2017-09-08 20:11:38 +01:00
"phpbench/phpbench": "@dev",
"phpstan/phpstan": "^0.6.4",
2018-06-23 23:21:26 +01:00
"phpunit/phpunit": "<6.0 || ^7.0"
2017-09-08 20:11:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2018-06-23 23:21:26 +01:00
"Cake\\Chronos\\": "src/"
2017-09-08 20:11:38 +01: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"
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-11T02:08:31+00:00"
2017-09-08 20:11:38 +01:00
},
2017-06-13 19:17:55 +01:00
{
"name": "cocur/slugify",
2019-02-01 20:39:05 +00:00
"version": "v3.2",
2017-06-13 19:17:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/cocur/slugify.git",
2019-02-01 20:39:05 +00:00
"reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e"
2017-06-13 19:17:55 +01:00
},
"dist": {
"type": "zip",
2019-02-01 20:39:05 +00:00
"url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e",
"reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e",
2017-06-13 19:17:55 +01:00
"shasum": ""
},
"require": {
2017-10-07 17:23:02 +01:00
"ext-mbstring": "*",
2017-06-13 19:17:55 +01:00
"php": ">=5.5.9"
},
"require-dev": {
"laravel/framework": "~5.1",
"latte/latte": "~2.2",
"league/container": "^2.2.0",
"mikey179/vfsstream": "~1.6",
"mockery/mockery": "~0.9",
"nette/di": "~2.2",
2019-02-01 20:39:05 +00:00
"phpunit/phpunit": "~4.8.36|~5.2",
2017-06-13 19:17:55 +01:00
"pimple/pimple": "~1.1",
"plumphp/plum": "~0.1",
"silex/silex": "~1.3",
2019-02-01 20:39:05 +00:00
"symfony/config": "~2.4|~3.0|~4.0",
"symfony/dependency-injection": "~2.4|~3.0|~4.0",
"symfony/http-kernel": "~2.4|~3.0|~4.0",
2017-06-13 19:17:55 +01:00
"twig/twig": "~1.26|~2.0",
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"zendframework/zend-view": "~2.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Cocur\\Slugify\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ivo Bathke",
"email": "ivo.bathke@gmail.com"
},
{
"name": "Florian Eckerstorfer",
"email": "florian@eckerstorfer.co",
"homepage": "https://florian.ec"
}
],
"description": "Converts a string into a slug.",
"keywords": [
"slug",
"slugify"
],
2019-02-01 20:39:05 +00:00
"time": "2019-01-31T20:38:55+00:00"
2017-06-13 19:17:55 +01:00
},
2017-04-21 16:38:39 +01:00
{
"name": "composer/ca-bundle",
2019-02-01 20:39:05 +00:00
"version": "1.1.4",
2017-04-21 16:38:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2019-02-01 20:39:05 +00:00
"reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
2017-04-21 16:38:39 +01:00
},
"dist": {
"type": "zip",
2019-02-01 20:39:05 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
"reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
2017-04-21 16:38:39 +01:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
2018-04-07 18:37:33 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2017-04-21 16:38:39 +01:00
"psr/log": "^1.0",
2017-12-07 15:39:19 +00:00
"symfony/process": "^2.5 || ^3.0 || ^4.0"
2017-04-21 16:38:39 +01: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"
],
2019-02-01 20:39:05 +00:00
"time": "2019-01-28T09:30:10+00:00"
2017-04-21 16:38:39 +01:00
},
2017-06-13 19:17:55 +01:00
{
"name": "cviebrock/eloquent-sluggable",
2019-03-17 14:08:49 +00:00
"version": "4.8.0",
2017-06-13 19:17:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/cviebrock/eloquent-sluggable.git",
2019-03-17 14:08:49 +00:00
"reference": "4a5bf905b55e7eb0a30ef5933f647387dc8f365a"
2017-06-13 19:17:55 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/cviebrock/eloquent-sluggable/zipball/4a5bf905b55e7eb0a30ef5933f647387dc8f365a",
"reference": "4a5bf905b55e7eb0a30ef5933f647387dc8f365a",
2017-06-13 19:17:55 +01:00
"shasum": ""
},
"require": {
2018-06-23 23:21:26 +01:00
"cocur/slugify": "^3.1",
2019-03-17 14:08:49 +00:00
"illuminate/config": "~5.8.0",
"illuminate/database": "~5.8.0",
"illuminate/support": "~5.8.0",
"php": "^7.1"
2017-06-13 19:17:55 +01:00
},
"require-dev": {
2018-10-05 20:37:08 +01:00
"limedeck/phpunit-detailed-printer": "^4.1",
2019-03-17 14:08:49 +00:00
"mockery/mockery": "^1.2",
"orchestra/database": "3.8.x-dev",
"orchestra/testbench": "v3.8.0",
2018-02-15 12:26:59 +00:00
"phpunit/phpunit": "~7.0"
2017-06-13 19:17:55 +01:00
},
"type": "library",
2017-07-06 13:29:00 +01:00
"extra": {
"laravel": {
"providers": [
"Cviebrock\\EloquentSluggable\\ServiceProvider"
]
}
},
2017-06-13 19:17:55 +01:00
"autoload": {
"psr-4": {
"Cviebrock\\EloquentSluggable\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin Viebrock",
"email": "colin@viebrock.ca"
}
],
"description": "Easy creation of slugs for your Eloquent models in Laravel 5.",
"homepage": "https://github.com/cviebrock/eloquent-sluggable",
"keywords": [
"eloquent",
2017-09-06 14:54:02 +01:00
"eloquent-sluggable",
2017-06-13 19:17:55 +01:00
"laravel",
2017-09-06 14:54:02 +01:00
"lumen",
"slug",
"sluggable"
2017-06-13 19:17:55 +01:00
],
2019-03-17 14:08:49 +00:00
"time": "2019-03-01T05:04:21+00:00"
2017-06-13 19:17:55 +01:00
},
2016-05-19 15:01:28 +01: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",
2016-10-17 13:22:12 +01:00
"time": "2014-10-24T07:27:01+00:00"
2016-05-19 15:01:28 +01:00
},
2016-09-05 23:47:15 +01:00
{
"name": "doctrine/cache",
2018-10-05 20:37:08 +01:00
"version": "v1.8.0",
2016-09-05 23:47:15 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2018-10-05 20:37:08 +01:00
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
2016-09-05 23:47:15 +01:00
},
"dist": {
"type": "zip",
2018-10-05 20:37:08 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
2016-09-05 23:47:15 +01:00
"shasum": ""
},
"require": {
2017-07-24 19:21:48 +01:00
"php": "~7.1"
2016-09-05 23:47:15 +01:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
2017-07-24 19:21:48 +01:00
"alcaeus/mongo-php-adapter": "^1.1",
2018-10-05 20:37:08 +01:00
"doctrine/coding-standard": "^4.0",
2017-07-24 19:21:48 +01:00
"mongodb/mongodb": "^1.1",
2018-10-05 20:37:08 +01:00
"phpunit/phpunit": "^7.0",
2017-07-24 19:21:48 +01:00
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2016-09-05 23:47:15 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-05 20:37:08 +01:00
"dev-master": "1.8.x-dev"
2016-09-05 23:47:15 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
2018-10-05 20:37:08 +01:00
"homepage": "https://www.doctrine-project.org",
2016-09-05 23:47:15 +01:00
"keywords": [
"cache",
"caching"
],
2018-10-05 20:37:08 +01:00
"time": "2018-08-21T18:01:43+00:00"
2016-09-05 23:47:15 +01:00
},
{
2018-07-22 18:34:16 +01:00
"name": "doctrine/dbal",
2019-01-20 17:35:58 +00:00
"version": "v2.9.2",
2016-09-05 23:47:15 +01:00
"source": {
"type": "git",
2018-07-22 18:34:16 +01:00
"url": "https://github.com/doctrine/dbal.git",
2019-01-20 17:35:58 +00:00
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
2016-09-05 23:47:15 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
2016-09-05 23:47:15 +01:00
"shasum": ""
},
"require": {
2018-07-22 18:34:16 +01:00
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
2017-07-24 19:21:48 +01:00
"php": "^7.1"
2016-09-05 23:47:15 +01:00
},
"require-dev": {
2019-01-20 17:35:58 +00:00
"doctrine/coding-standard": "^5.0",
2018-07-22 18:34:16 +01:00
"jetbrains/phpstorm-stubs": "^2018.1.2",
"phpstan/phpstan": "^0.10.1",
2019-01-20 17:35:58 +00:00
"phpunit/phpunit": "^7.4",
2018-07-22 18:34:16 +01:00
"symfony/console": "^2.0.5|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
2016-09-05 23:47:15 +01:00
},
2018-07-22 18:34:16 +01:00
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
2016-09-05 23:47:15 +01:00
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "2.9.x-dev",
2018-07-22 18:34:16 +01:00
"dev-develop": "3.0.x-dev"
2016-09-05 23:47:15 +01:00
}
},
"autoload": {
2019-01-20 17:35:58 +00:00
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
2016-09-05 23:47:15 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
2019-01-20 17:35:58 +00:00
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
2016-09-05 23:47:15 +01:00
"keywords": [
2019-01-20 17:35:58 +00:00
"abstraction",
2018-07-22 18:34:16 +01:00
"database",
"dbal",
2019-01-20 17:35:58 +00:00
"mysql",
2018-07-22 18:34:16 +01:00
"persistence",
2019-01-20 17:35:58 +00:00
"pgsql",
"php",
2018-07-22 18:34:16 +01:00
"queryobject"
2016-09-05 23:47:15 +01:00
],
2019-01-20 17:35:58 +00:00
"time": "2018-12-31T03:27:51+00:00"
2016-09-05 23:47:15 +01:00
},
{
2018-07-22 18:34:16 +01:00
"name": "doctrine/event-manager",
"version": "v1.0.0",
2016-09-05 23:47:15 +01:00
"source": {
"type": "git",
2018-07-22 18:34:16 +01:00
"url": "https://github.com/doctrine/event-manager.git",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
2016-09-05 23:47:15 +01:00
},
"dist": {
"type": "zip",
2018-07-22 18:34:16 +01:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
2016-09-05 23:47:15 +01:00
"shasum": ""
},
"require": {
2018-07-22 18:34:16 +01:00
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
2016-09-05 23:47:15 +01:00
},
"require-dev": {
2018-07-22 18:34:16 +01:00
"doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0"
2016-09-05 23:47:15 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-07-22 18:34:16 +01:00
"dev-master": "1.0.x-dev"
2016-09-05 23:47:15 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
2018-07-22 18:34:16 +01:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2016-09-05 23:47:15 +01:00
}
],
2018-07-22 18:34:16 +01:00
"description": "Doctrine Event Manager component",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
2016-09-05 23:47:15 +01:00
"keywords": [
2018-07-22 18:34:16 +01:00
"event",
"eventdispatcher",
"eventmanager"
2016-09-05 23:47:15 +01:00
],
2018-07-22 18:34:16 +01:00
"time": "2018-06-11T11:59:03+00:00"
2016-09-05 23:47:15 +01:00
},
2016-05-19 15:01:28 +01:00
{
"name": "doctrine/inflector",
2018-01-10 19:36:31 +00:00
"version": "v1.3.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2018-01-10 19:36:31 +00:00
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-01-10 19:36:31 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-01-10 19:36:31 +00:00
"php": "^7.1"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2017-08-20 22:07:52 +01:00
"phpunit/phpunit": "^6.2"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-10 19:36:31 +00:00
"dev-master": "1.3.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-08-20 22:07:52 +01:00
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
2018-01-10 19:36:31 +00:00
"time": "2018-01-09T20:05:19+00:00"
2016-05-19 15:01:28 +01:00
},
2016-09-05 23:47:15 +01: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"
],
2016-10-17 13:22:12 +01:00
"time": "2014-09-09T13:34:57+00:00"
2016-09-05 23:47:15 +01:00
},
2018-02-15 12:26:59 +00:00
{
"name": "dragonmantank/cron-expression",
2018-06-23 23:21:26 +01:00
"version": "v2.2.0",
2018-02-15 12:26:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
2018-06-23 23:21:26 +01:00
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
2018-02-15 12:26:59 +00:00
},
"dist": {
"type": "zip",
2018-06-23 23:21:26 +01:00
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
2018-02-15 12:26:59 +00:00
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
2018-04-07 18:37:33 +01:00
"phpunit/phpunit": "~6.4"
2018-02-15 12:26:59 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
2018-06-23 23:21:26 +01:00
"time": "2018-06-06T03:12:17+00:00"
2018-02-15 12:26:59 +00:00
},
2017-09-04 19:34:39 +01:00
{
"name": "egulias/email-validator",
2019-01-20 17:35:58 +00:00
"version": "2.1.7",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2019-01-20 17:35:58 +00:00
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
"php": ">= 5.5"
},
"require-dev": {
"dominicsayers/isemail": "dev-master",
2018-04-14 18:46:40 +01:00
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
2017-11-16 09:38:21 +00:00
"satooshi/php-coveralls": "^1.0.1"
2017-09-04 19:34:39 +01:00
},
"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"
],
2019-01-20 17:35:58 +00:00
"time": "2018-12-04T22:38:24+00:00"
2017-09-04 19:34:39 +01:00
},
2017-02-03 21:49:49 +00:00
{
"name": "erusev/parsedown",
2019-03-22 16:52:40 +00:00
"version": "v1.7.2",
2017-02-03 21:49:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2019-03-22 16:52:40 +00:00
"reference": "d60bcdc46978357759ecb13cb4b078da783f8faf"
2017-02-03 21:49:49 +00:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/d60bcdc46978357759ecb13cb4b078da783f8faf",
"reference": "d60bcdc46978357759ecb13cb4b078da783f8faf",
2017-02-03 21:49:49 +00:00
"shasum": ""
},
"require": {
2018-03-09 22:59:12 +00:00
"ext-mbstring": "*",
2017-02-03 21:49:49 +00:00
"php": ">=5.3.0"
},
2017-11-16 09:38:21 +00:00
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
2017-02-03 21:49:49 +00:00
"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"
],
2019-03-22 16:52:40 +00:00
"time": "2019-03-17T17:19:46+00:00"
2017-02-03 21:49:49 +00:00
},
2017-09-04 19:34:39 +01:00
{
"name": "fideloper/proxy",
2019-01-20 17:35:58 +00:00
"version": "4.1.0",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/fideloper/TrustedProxy.git",
2019-01-20 17:35:58 +00:00
"reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
"reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
"illuminate/contracts": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
2018-02-15 12:26:59 +00:00
"illuminate/http": "~5.6",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "^6.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Fideloper\\Proxy\\TrustedProxyServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Fideloper\\Proxy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Fidao",
"email": "fideloper@gmail.com"
}
],
"description": "Set trusted proxies for Laravel",
"keywords": [
"load balancing",
"proxy",
"trusted proxy"
],
2019-01-20 17:35:58 +00:00
"time": "2019-01-10T14:06:47+00:00"
2017-09-04 19:34:39 +01:00
},
2016-05-19 15:01:28 +01:00
{
"name": "geo-io/interface",
2016-07-29 10:00:05 +01:00
"version": "v1.0.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/geo-io/interface.git",
2016-07-29 10:00:05 +01:00
"reference": "cf46fe7b013de20ab8b601238c7d91b480810644"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2016-07-29 10:00:05 +01:00
"url": "https://api.github.com/repos/geo-io/interface/zipball/cf46fe7b013de20ab8b601238c7d91b480810644",
"reference": "cf46fe7b013de20ab8b601238c7d91b480810644",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"psr-4": {
"GeoIO\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"description": "Geo I/O base interfaces.",
"keywords": [
"geo",
"geometry",
"io"
],
2016-10-17 13:22:12 +01:00
"time": "2016-07-28T07:17:02+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "geo-io/wkb-parser",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/geo-io/wkb-parser.git",
"reference": "cceee8f4e8b2058f3f1a0372c930140f23fe1ee1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/geo-io/wkb-parser/zipball/cceee8f4e8b2058f3f1a0372c930140f23fe1ee1",
"reference": "cceee8f4e8b2058f3f1a0372c930140f23fe1ee1",
"shasum": ""
},
"require": {
"geo-io/interface": "~1.0",
"php": ">=5.3.3"
},
"require-dev": {
"mockery/mockery": "~0.9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"GeoIO\\WKB\\Parser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"description": "Well-known binary (WKB) Parser.",
"keywords": [
"geo",
"geometry",
"io",
"parser",
"wkb"
],
2016-10-17 13:22:12 +01:00
"time": "2015-06-30T04:19:13+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/guzzle",
2018-04-22 20:32:47 +01:00
"version": "6.3.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2018-04-22 20:32:47 +01:00
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-04-22 20:32:47 +01:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2016-07-18 16:51:19 +01:00
"guzzlehttp/promises": "^1.0",
2017-03-02 15:49:52 +00:00
"guzzlehttp/psr7": "^1.4",
2016-07-18 16:51:19 +01:00
"php": ">=5.5"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
"ext-curl": "*",
2018-04-22 20:32:47 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2016-07-18 16:51:19 +01:00
"psr/log": "^1.0"
2016-05-19 15:01:28 +01:00
},
2017-06-23 10:04:19 +01:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2018-04-07 18:37:33 +01:00
"dev-master": "6.3-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2018-04-22 20:32:47 +01:00
"time": "2018-04-22T15:46:56+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/promises",
2017-01-26 15:34:27 +00:00
"version": "v1.3.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2017-01-26 15:34:27 +00:00
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-01-26 15:34:27 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
2017-01-26 15:34:27 +00:00
"phpunit/phpunit": "^4.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-26 15:34:27 +00:00
"dev-master": "1.4-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2017-01-26 15:34:27 +00:00
"time": "2016-12-20T10:07:11+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/psr7",
2019-01-20 17:35:58 +00:00
"version": "1.5.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2019-01-20 17:35:58 +00:00
"reference": "9f83dded91781a01c63574e387eaa769be769115"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
"reference": "9f83dded91781a01c63574e387eaa769be769115",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2019-01-20 17:35:58 +00:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5"
2016-05-19 15:01:28 +01:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2019-01-20 17:35:58 +00:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "1.5-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2017-03-02 15:49:52 +00:00
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
2016-05-19 15:01:28 +01:00
}
],
2017-03-02 15:49:52 +00:00
"description": "PSR-7 message implementation that also provides common utility methods",
2016-05-19 15:01:28 +01:00
"keywords": [
"http",
"message",
2019-01-20 17:35:58 +00:00
"psr-7",
2017-03-02 15:49:52 +00:00
"request",
"response",
2016-05-19 15:01:28 +01:00
"stream",
2017-03-02 15:49:52 +00:00
"uri",
"url"
2016-05-19 15:01:28 +01:00
],
2019-01-20 17:35:58 +00:00
"time": "2018-12-04T20:46:45+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "indieauth/client",
2019-03-17 14:08:49 +00:00
"version": "0.5.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/indieauth-client-php.git",
2019-03-17 14:08:49 +00:00
"reference": "5dab0728234a3b3e741cbeba2400dd257a3f950c"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/5dab0728234a3b3e741cbeba2400dd257a3f950c",
"reference": "5dab0728234a3b3e741cbeba2400dd257a3f950c",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"indieweb/representative-h-card": "^0.1.2",
2018-03-17 13:53:43 +00:00
"mf2/mf2": ">=0.3.2",
2018-02-15 12:26:59 +00:00
"p3k/http": ">=0.1.6",
2016-05-19 15:01:28 +01:00
"php": ">5.3.0"
},
2017-12-07 15:39:19 +00:00
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
2016-05-19 15:01:28 +01:00
"type": "library",
"autoload": {
"psr-0": {
"IndieAuth": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-15 12:26:59 +00:00
"Apache-2.0"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
"name": "Aaron Parecki",
2018-02-15 12:26:59 +00:00
"homepage": "https://aaronparecki.com"
2016-05-19 15:01:28 +01:00
}
],
"description": "IndieAuth Client Library",
2019-03-17 14:08:49 +00:00
"time": "2019-03-12T02:33:59+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "indieweb/link-rel-parser",
2017-01-26 15:34:27 +00:00
"version": "0.1.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/link-rel-parser-php.git",
2017-01-26 15:34:27 +00:00
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-01-26 15:34:27 +00:00
"url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"files": [
"src/IndieWeb/link_rel_parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "http://aaronparecki.com"
},
{
"name": "Tantek Çelik",
"homepage": "http://tantek.com"
}
],
"description": "Parse rel values from HTTP headers",
"homepage": "https://github.com/indieweb/link-rel-parser-php",
"keywords": [
"http",
"indieweb",
"microformats2"
],
2017-01-26 15:34:27 +00:00
"time": "2017-01-11T17:14:49+00:00"
2016-05-19 15:01:28 +01:00
},
2018-02-15 12:26:59 +00:00
{
"name": "indieweb/representative-h-card",
"version": "0.1.2",
"source": {
"type": "git",
"url": "https://github.com/indieweb/representative-h-card-php.git",
"reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
"reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"mf2/mf2": "0.2.*",
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"files": [
"src/mf2/representative-h-card.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "http://aaronparecki.com"
}
],
"keywords": [
"h-card",
"indieweb",
"mf2",
"microformats"
],
"time": "2015-12-23T18:11:19+00:00"
},
2017-09-16 11:39:36 +01:00
{
"name": "intervention/image",
2018-06-23 23:21:26 +01:00
"version": "2.4.2",
2017-09-16 11:39:36 +01:00
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2018-06-23 23:21:26 +01:00
"reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
2017-09-16 11:39:36 +01:00
},
"dist": {
"type": "zip",
2018-06-23 23:21:26 +01:00
"url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
"reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
2017-09-16 11:39:36 +01:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"guzzlehttp/psr7": "~1.1",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "^4.8 || ^5.7"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-23 23:21:26 +01:00
"dev-master": "2.4-dev"
2017-09-16 11:39:36 +01:00
},
"laravel": {
"providers": [
"Intervention\\Image\\ImageServiceProvider"
],
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
}
}
},
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src/Intervention/Image"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@olivervogel.com",
"homepage": "http://olivervogel.com/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
"thumbnail",
"watermark"
],
2018-06-23 23:21:26 +01:00
"time": "2018-05-29T14:19:03+00:00"
2017-09-16 11:39:36 +01:00
},
2016-05-19 15:01:28 +01:00
{
"name": "jakub-onderka/php-console-color",
2018-10-05 20:37:08 +01:00
"version": "v0.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
2018-10-05 20:37:08 +01:00
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-10-05 20:37:08 +01:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-10-05 20:37:08 +01:00
"php": ">=5.4.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
2018-10-05 20:37:08 +01:00
"jakub-onderka/php-parallel-lint": "1.0",
2016-05-19 15:01:28 +01:00
"jakub-onderka/php-var-dump-check": "0.*",
2018-10-05 20:37:08 +01:00
"phpunit/phpunit": "~4.3",
2016-05-19 15:01:28 +01:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
2018-10-05 20:37:08 +01:00
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
2018-10-05 20:37:08 +01:00
"email": "jakub.onderka@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2018-10-05 20:37:08 +01:00
"time": "2018-09-29T17:23:10+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "jakub-onderka/php-console-highlighter",
2019-01-20 17:35:58 +00:00
"version": "v0.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
2019-01-20 17:35:58 +00:00
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-01-20 17:35:58 +00:00
"ext-tokenizer": "*",
"jakub-onderka/php-console-color": "~0.2",
"php": ">=5.4.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
2019-01-20 17:35:58 +00:00
"jakub-onderka/php-parallel-lint": "~1.0",
2016-05-19 15:01:28 +01:00
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
2019-01-20 17:35:58 +00:00
"psr-4": {
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
2019-01-20 17:35:58 +00:00
"description": "Highlight PHP code in terminal",
"time": "2018-09-29T18:48:56+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "jmikola/geojson",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/jmikola/geojson.git",
"reference": "6ec3016cc0215667b7775f6ead7bd0337ad66eee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jmikola/geojson/zipball/6ec3016cc0215667b7775f6ead7bd0337ad66eee",
"reference": "6ec3016cc0215667b7775f6ead7bd0337ad66eee",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"GeoJson\\": "src/"
},
"classmap": [
"stubs/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Mikola",
"email": "jmikola@gmail.com"
}
],
"description": "GeoJSON implementation for PHP",
"homepage": "https://github.com/jmikola/geojson",
"keywords": [
"geo",
"geojson",
"geospatial"
],
2016-10-17 13:22:12 +01:00
"time": "2015-09-27T15:35:21+00:00"
2016-05-19 15:01:28 +01:00
},
2017-02-03 16:42:39 +00:00
{
"name": "jonnybarnes/emoji-a11y",
2017-07-06 13:29:00 +01:00
"version": "v0.3",
2017-02-03 16:42:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/jonnybarnes/emoji-a11y.git",
2017-07-06 13:29:00 +01:00
"reference": "a76fb7f36cfe76b923415e42f57dfc3fe84e9799"
2017-02-03 16:42:39 +00:00
},
"dist": {
"type": "zip",
2017-07-06 13:29:00 +01:00
"url": "https://api.github.com/repos/jonnybarnes/emoji-a11y/zipball/a76fb7f36cfe76b923415e42f57dfc3fe84e9799",
"reference": "a76fb7f36cfe76b923415e42f57dfc3fe84e9799",
2017-02-03 16:42:39 +00:00
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
2017-02-26 18:17:10 +00:00
"phpunit/phpunit": "~6.0"
2017-02-03 16:42:39 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Jonnybarnes\\EmojiA11y\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0-1.0"
],
"authors": [
{
"name": "Jonny Barnes",
"email": "jonny@jonnybarnes.uk"
}
],
"description": "Make emoji more accessible",
"keywords": [
"a11y",
"accessibility",
"emoji"
],
2017-07-06 13:29:00 +01:00
"time": "2017-07-04T16:12:28+00:00"
2017-02-03 16:42:39 +00:00
},
2016-05-19 15:01:28 +01:00
{
"name": "jonnybarnes/indieweb",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/jonnybarnes/indieweb.git",
"reference": "a1de61e99dddd4a5800565bff3802a892a693b35"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jonnybarnes/indieweb/zipball/a1de61e99dddd4a5800565bff3802a892a693b35",
"reference": "a1de61e99dddd4a5800565bff3802a892a693b35",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Jonnybarnes\\IndieWeb\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0-1.0"
],
"authors": [
{
"name": "Jonny Barnes",
"email": "jonny@jonnybarnes.uk"
}
],
"description": "IndieWeb helper functions",
"homepage": "https://github.com/jonnybarnes/indieweb",
"keywords": [
"indieweb",
"posse"
],
2016-10-17 13:22:12 +01:00
"time": "2016-01-14T15:10:20+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "jonnybarnes/webmentions-parser",
2017-01-27 18:24:00 +00:00
"version": "v0.4.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/jonnybarnes/webmentions-parser.git",
2017-01-27 18:24:00 +00:00
"reference": "62f9b64ddeb3678f9e7da8f503267c74c5d24da2"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-01-27 18:24:00 +00:00
"url": "https://api.github.com/repos/jonnybarnes/webmentions-parser/zipball/62f9b64ddeb3678f9e7da8f503267c74c5d24da2",
"reference": "62f9b64ddeb3678f9e7da8f503267c74c5d24da2",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "~6.0",
"mf2/mf2": "~0.3",
2017-01-27 18:24:00 +00:00
"php": ">=7.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
"phpunit/phpunit": "~5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Jonnybarnes\\WebmentionsParser\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
2016-07-12 21:55:03 +01:00
"license": [
"CC0-1.0"
],
2016-05-19 15:01:28 +01:00
"authors": [
{
"name": "Jonny Barnes",
"homepage": "https://jonnybarnes.uk"
}
],
"description": "A PHP library to parse webmentions from HTML",
"keywords": [
"html",
"indieweb",
"microformats",
"webmentions"
],
2017-01-27 18:24:00 +00:00
"time": "2017-01-27T18:17:56+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "laravel/framework",
2019-03-22 16:52:40 +00:00
"version": "v5.8.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2019-03-22 16:52:40 +00:00
"reference": "f12c7baf9ceee80b131e06a01d3221d9a2488670"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/laravel/framework/zipball/f12c7baf9ceee80b131e06a01d3221d9a2488670",
"reference": "f12c7baf9ceee80b131e06a01d3221d9a2488670",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-10-05 20:37:08 +01:00
"doctrine/inflector": "^1.1",
"dragonmantank/cron-expression": "^2.0",
2019-03-17 14:08:49 +00:00
"egulias/email-validator": "^2.0",
2018-10-05 20:37:08 +01:00
"erusev/parsedown": "^1.7",
2019-03-17 14:08:49 +00:00
"ext-json": "*",
2016-05-19 15:01:28 +01:00
"ext-mbstring": "*",
"ext-openssl": "*",
2018-03-17 13:53:43 +00:00
"league/flysystem": "^1.0.8",
2018-10-05 20:37:08 +01:00
"monolog/monolog": "^1.12",
2019-03-17 14:08:49 +00:00
"nesbot/carbon": "^1.26.3 || ^2.0",
2018-10-05 20:37:08 +01:00
"opis/closure": "^3.1",
2018-02-15 12:26:59 +00:00
"php": "^7.1.3",
2018-10-05 20:37:08 +01:00
"psr/container": "^1.0",
2017-09-04 19:34:39 +01:00
"psr/simple-cache": "^1.0",
2018-02-15 12:26:59 +00:00
"ramsey/uuid": "^3.7",
2018-10-05 20:37:08 +01:00
"swiftmailer/swiftmailer": "^6.0",
2019-03-17 14:08:49 +00:00
"symfony/console": "^4.2",
"symfony/debug": "^4.2",
"symfony/finder": "^4.2",
"symfony/http-foundation": "^4.2",
"symfony/http-kernel": "^4.2",
"symfony/process": "^4.2",
"symfony/routing": "^4.2",
"symfony/var-dumper": "^4.2",
2018-02-15 12:26:59 +00:00
"tijsverkoyen/css-to-inline-styles": "^2.2.1",
2019-03-17 14:08:49 +00:00
"vlucas/phpdotenv": "^3.3"
2016-05-19 15:01:28 +01:00
},
2018-03-09 22:59:12 +00:00
"conflict": {
"tightenco/collect": "<5.5.33"
},
2016-05-19 15:01:28 +01:00
"replace": {
"illuminate/auth": "self.version",
"illuminate/broadcasting": "self.version",
"illuminate/bus": "self.version",
"illuminate/cache": "self.version",
"illuminate/config": "self.version",
"illuminate/console": "self.version",
"illuminate/container": "self.version",
"illuminate/contracts": "self.version",
"illuminate/cookie": "self.version",
"illuminate/database": "self.version",
"illuminate/encryption": "self.version",
"illuminate/events": "self.version",
"illuminate/filesystem": "self.version",
"illuminate/hashing": "self.version",
"illuminate/http": "self.version",
"illuminate/log": "self.version",
"illuminate/mail": "self.version",
2016-09-21 17:34:27 +01:00
"illuminate/notifications": "self.version",
2016-05-19 15:01:28 +01:00
"illuminate/pagination": "self.version",
"illuminate/pipeline": "self.version",
"illuminate/queue": "self.version",
"illuminate/redis": "self.version",
"illuminate/routing": "self.version",
"illuminate/session": "self.version",
"illuminate/support": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
2018-03-09 22:59:12 +00:00
"illuminate/view": "self.version"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2018-10-05 20:37:08 +01:00
"aws/aws-sdk-php": "^3.0",
"doctrine/dbal": "^2.6",
2017-09-04 19:34:39 +01:00
"filp/whoops": "^2.1.4",
2019-01-20 17:35:58 +00:00
"guzzlehttp/guzzle": "^6.3",
2018-10-05 20:37:08 +01:00
"league/flysystem-cached-adapter": "^1.0",
"mockery/mockery": "^1.0",
2018-02-15 12:26:59 +00:00
"moontoast/math": "^1.1",
2019-03-17 14:08:49 +00:00
"orchestra/testbench-core": "3.8.*",
"pda/pheanstalk": "^4.0",
"phpunit/phpunit": "^7.5|^8.0",
2017-09-04 19:34:39 +01:00
"predis/predis": "^1.1.1",
2019-03-17 14:08:49 +00:00
"symfony/css-selector": "^4.2",
"symfony/dom-crawler": "^4.2",
2018-10-05 20:37:08 +01:00
"true/punycode": "^2.1"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2018-10-05 20:37:08 +01:00
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
2017-11-16 09:38:21 +00:00
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
2019-01-20 17:35:58 +00:00
"filp/whoops": "Required for friendly error pages in development (^2.1.4).",
2018-10-05 20:37:08 +01:00
"fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
"laravel/tinker": "Required to use the tinker console command (^1.0).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"nexmo/client": "Required to use the Nexmo transport (^1.0).",
2019-03-17 14:08:49 +00:00
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
2018-10-05 20:37:08 +01:00
"predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
2019-03-17 14:08:49 +00:00
"symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.2).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.2).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).",
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-17 14:08:49 +00:00
"dev-master": "5.8-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"files": [
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
"psr-4": {
"Illuminate\\": "src/Illuminate/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
2016-09-06 16:40:39 +01:00
"email": "taylor@laravel.com"
2016-05-19 15:01:28 +01:00
}
],
"description": "The Laravel Framework.",
2016-09-06 16:40:39 +01:00
"homepage": "https://laravel.com",
2016-05-19 15:01:28 +01:00
"keywords": [
"framework",
"laravel"
],
2019-03-22 16:52:40 +00:00
"time": "2019-03-21T16:54:38+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-08 20:11:38 +01:00
{
"name": "laravel/horizon",
2019-03-22 16:52:40 +00:00
"version": "v3.0.6",
2017-09-08 20:11:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
2019-03-22 16:52:40 +00:00
"reference": "2bcb51fcec9a50c08c86eb85663041657e6cf55d"
2017-09-08 20:11:38 +01:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/laravel/horizon/zipball/2bcb51fcec9a50c08c86eb85663041657e6cf55d",
"reference": "2bcb51fcec9a50c08c86eb85663041657e6cf55d",
2017-09-08 20:11:38 +01:00
"shasum": ""
},
"require": {
"cakephp/chronos": "^1.0",
2019-03-21 19:46:38 +00:00
"ext-json": "*",
2017-09-08 20:11:38 +01:00
"ext-pcntl": "*",
"ext-posix": "*",
2019-03-21 19:46:38 +00:00
"illuminate/contracts": "~5.7.0|~5.8.0",
"illuminate/queue": "~5.7.0|~5.8.0",
"illuminate/support": "~5.7.0|~5.8.0",
2017-09-08 20:11:38 +01:00
"php": ">=7.1.0",
"predis/predis": "^1.1",
"ramsey/uuid": "^3.5",
2019-03-21 19:46:38 +00:00
"symfony/debug": "^4.2",
"symfony/process": "^4.2"
2017-09-08 20:11:38 +01:00
},
"require-dev": {
2019-03-21 19:46:38 +00:00
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.7",
"phpunit/phpunit": "^7.0"
2017-09-08 20:11:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-21 19:46:38 +00:00
"dev-master": "3.0-dev"
2017-09-08 20:11:38 +01:00
},
"laravel": {
"providers": [
"Laravel\\Horizon\\HorizonServiceProvider"
],
"aliases": {
"Horizon": "Laravel\\Horizon\\Horizon"
}
}
},
"autoload": {
"psr-4": {
"Laravel\\Horizon\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Dashboard and code-driven configuration for Laravel queues.",
"keywords": [
"laravel",
"queue"
],
2019-03-22 16:52:40 +00:00
"time": "2019-03-19T16:32:54+00:00"
2019-01-20 17:35:58 +00:00
},
2016-11-25 19:51:42 +00:00
{
"name": "laravel/scout",
2019-03-17 14:08:49 +00:00
"version": "v7.1.0",
2016-11-25 19:51:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
2019-03-17 14:08:49 +00:00
"reference": "59d301b79d53fb6ad47e143e06372434af0fda38"
2016-11-25 19:51:42 +00:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/laravel/scout/zipball/59d301b79d53fb6ad47e143e06372434af0fda38",
"reference": "59d301b79d53fb6ad47e143e06372434af0fda38",
2016-11-25 19:51:42 +00:00
"shasum": ""
},
"require": {
2019-03-17 14:08:49 +00:00
"illuminate/bus": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/contracts": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/pagination": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/queue": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
2018-02-15 12:26:59 +00:00
"php": ">=7.0"
2016-11-25 19:51:42 +00:00
},
"require-dev": {
2019-03-17 14:08:49 +00:00
"algolia/algoliasearch-client-php": "^2.2",
2018-02-15 12:26:59 +00:00
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~6.0"
2016-11-25 19:51:42 +00:00
},
"suggest": {
2019-03-17 14:08:49 +00:00
"algolia/algoliasearch-client-php": "Required to use the Algolia engine (^2.2)."
2016-11-25 19:51:42 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-17 14:08:49 +00:00
"dev-master": "7.0-dev"
2017-07-12 18:44:47 +01:00
},
"laravel": {
"providers": [
"Laravel\\Scout\\ScoutServiceProvider"
]
2016-11-25 19:51:42 +00:00
}
},
"autoload": {
"psr-4": {
"Laravel\\Scout\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel Scout provides a driver based solution to searching your Eloquent models.",
"keywords": [
"algolia",
"laravel",
"search"
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-14T16:50:18+00:00"
2019-01-20 17:35:58 +00:00
},
2017-02-03 21:49:49 +00:00
{
"name": "laravel/tinker",
2019-01-20 17:35:58 +00:00
"version": "v1.0.8",
2017-02-03 21:49:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2019-01-20 17:35:58 +00:00
"reference": "cafbf598a90acde68985660e79b2b03c5609a405"
2017-02-03 21:49:49 +00:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405",
"reference": "cafbf598a90acde68985660e79b2b03c5609a405",
2017-02-03 21:49:49 +00:00
"shasum": ""
},
"require": {
"illuminate/console": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/support": "~5.1",
"php": ">=5.5.9",
2018-04-22 20:32:47 +01:00
"psy/psysh": "0.7.*|0.8.*|0.9.*",
2017-12-22 13:29:28 +00:00
"symfony/var-dumper": "~3.0|~4.0"
2017-02-03 21:49:49 +00:00
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"suggest": {
"illuminate/database": "The Illuminate Database package (~5.1)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2017-06-08 16:27:08 +01:00
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
2017-02-03 21:49:49 +00:00
}
},
"autoload": {
"psr-4": {
"Laravel\\Tinker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Powerful REPL for the Laravel framework.",
"keywords": [
"REPL",
"Tinker",
"laravel",
"psysh"
],
2019-01-20 17:35:58 +00:00
"time": "2018-10-12T19:39:35+00:00"
2016-11-25 19:51:42 +00:00
},
2016-05-19 15:01:28 +01:00
{
"name": "lcobucci/jwt",
2019-01-20 17:35:58 +00:00
"version": "3.2.5",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2019-01-20 17:35:58 +00:00
"reference": "82be04b4753f8b7693b62852b7eab30f97524f9b"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/82be04b4753f8b7693b62852b7eab30f97524f9b",
"reference": "82be04b4753f8b7693b62852b7eab30f97524f9b",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"php": ">=5.5"
},
"require-dev": {
2016-07-29 10:00:05 +01:00
"mdanter/ecc": "~0.3.1",
2016-05-19 15:01:28 +01:00
"mikey179/vfsstream": "~1.5",
"phpmd/phpmd": "~2.2",
"phpunit/php-invoker": "~1.1",
"phpunit/phpunit": "~4.5",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"mdanter/ecc": "Required to use Elliptic Curves based algorithms."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Otávio Cobucci Oblonczyk",
"email": "lcobucci@gmail.com",
2019-01-20 17:35:58 +00:00
"role": "developer"
2016-05-19 15:01:28 +01:00
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
2019-01-20 17:35:58 +00:00
"time": "2018-11-11T12:22:26+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/commonmark",
2019-03-22 16:52:40 +00:00
"version": "0.18.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2019-03-22 16:52:40 +00:00
"reference": "b1ec41ce15c3bd6f7cbe86a645b3efc78d927446"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b1ec41ce15c3bd6f7cbe86a645b3efc78d927446",
"reference": "b1ec41ce15c3bd6f7cbe86a645b3efc78d927446",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2018-01-11 11:07:07 +00:00
"php": ">=5.6.5"
2016-05-19 15:01:28 +01:00
},
"replace": {
"colinodell/commonmark-php": "*"
},
"require-dev": {
2016-05-24 13:08:41 +01:00
"cebe/markdown": "~1.0",
2018-01-11 11:07:07 +00:00
"commonmark/commonmark.js": "0.28",
2016-05-19 15:01:28 +01:00
"erusev/parsedown": "~1.0",
"michelf/php-markdown": "~1.4",
2018-04-07 18:37:33 +01:00
"mikehaertl/php-shellcommand": "^1.2",
2019-03-22 16:52:40 +00:00
"phpunit/phpunit": "^5.7.27|^6.5.14",
2018-04-07 18:37:33 +01:00
"scrutinizer/ocular": "^1.1",
"symfony/finder": "^3.0|^4.0"
2016-05-19 15:01:28 +01:00
},
"suggest": {
"league/commonmark-extras": "Library of useful extensions including smart punctuation"
},
"bin": [
"bin/commonmark"
],
"type": "library",
"extra": {
"branch-alias": {
2018-10-05 20:37:08 +01:00
"dev-master": "0.19-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"League\\CommonMark\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
2019-01-20 17:35:58 +00:00
"description": "PHP Markdown parser based on the CommonMark spec",
2016-05-19 15:01:28 +01:00
"homepage": "https://github.com/thephpleague/commonmark",
"keywords": [
"commonmark",
"markdown",
"parser"
],
2019-03-22 16:52:40 +00:00
"time": "2019-03-21T22:47:25+00:00"
2016-05-19 15:01:28 +01:00
},
2019-03-17 16:32:00 +00:00
{
"name": "league/commonmark-ext-autolink",
"version": "v0.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark-ext-autolink.git",
"reference": "585875f1531bbe6efd77ab480ee61ef2957137b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark-ext-autolink/zipball/585875f1531bbe6efd77ab480ee61ef2957137b3",
"reference": "585875f1531bbe6efd77ab480ee61ef2957137b3",
"shasum": ""
},
"require": {
"league/commonmark": "^0.18.2",
"php": "^5.6||^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27"
},
"type": "commonmark-extension",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"psr-4": {
"League\\CommonMark\\Ext\\Autolink\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "Extension for league/commonmark which autolinks URLs, emails, and @-mentions",
"homepage": "https://github.com/thephpleague/commonmark-ext-autolink",
"keywords": [
"autolink",
"commonmark",
"extension",
"gfm",
"github",
"markdown",
"twitter"
],
"time": "2019-03-17T03:06:54+00:00"
},
2016-05-19 15:01:28 +01:00
{
"name": "league/flysystem",
2019-02-01 20:39:05 +00:00
"version": "1.0.50",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2019-02-01 20:39:05 +00:00
"reference": "dab4e7624efa543a943be978008f439c333f2249"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-02-01 20:39:05 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dab4e7624efa543a943be978008f439c333f2249",
"reference": "dab4e7624efa543a943be978008f439c333f2249",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-10-05 20:37:08 +01:00
"ext-fileinfo": "*",
2016-10-19 22:28:17 +01:00
"php": ">=5.5.9"
2016-05-19 15:01:28 +01:00
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
2018-02-15 12:26:59 +00:00
"phpspec/phpspec": "^3.4",
2018-10-05 20:37:08 +01:00
"phpunit/phpunit": "^5.7.10"
2016-05-19 15:01:28 +01:00
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
2018-02-15 12:26:59 +00:00
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
2016-05-19 15:01:28 +01:00
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
2017-05-18 15:15:53 +01:00
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
2017-08-09 17:57:40 +01:00
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [
"Cloud Files",
"WebDAV",
"abstraction",
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
"filesystems",
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
],
2019-02-01 20:39:05 +00:00
"time": "2019-02-01T08:50:36+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/flysystem-aws-s3-v3",
2019-02-01 20:39:05 +00:00
"version": "1.0.22",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2019-02-01 20:39:05 +00:00
"reference": "883b02c80ca9cd68cf58a9b4b2185beef24b836b"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-02-01 20:39:05 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/883b02c80ca9cd68cf58a9b4b2185beef24b836b",
"reference": "883b02c80ca9cd68cf58a9b4b2185beef24b836b",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"aws/aws-sdk-php": "^3.0.0",
2017-05-18 15:15:53 +01:00
"league/flysystem": "^1.0.40",
2016-05-19 15:01:28 +01:00
"php": ">=5.5.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "~1.0.1",
"phpspec/phpspec": "^2.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\AwsS3v3\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Flysystem adapter for the AWS S3 SDK v3.x",
2019-02-01 20:39:05 +00:00
"time": "2019-01-31T15:07:25+00:00"
2016-05-19 15:01:28 +01:00
},
2017-10-13 12:31:31 +01:00
{
"name": "league/glide",
2019-01-20 17:35:58 +00:00
"version": "1.4.0",
2017-10-13 12:31:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/glide.git",
2019-01-20 17:35:58 +00:00
"reference": "72430fbdb446c754910f0bab97e1ef14baab1e80"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/thephpleague/glide/zipball/72430fbdb446c754910f0bab97e1ef14baab1e80",
"reference": "72430fbdb446c754910f0bab97e1ef14baab1e80",
2017-10-13 12:31:31 +01:00
"shasum": ""
},
"require": {
2019-01-20 17:35:58 +00:00
"intervention/image": "^2.4",
2017-10-13 12:31:31 +01:00
"league/flysystem": "^1.0",
"php": "^5.4 | ^7.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/php-token-stream": "^1.4",
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Glide\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca",
"homepage": "http://reinink.ca"
}
],
"description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
"homepage": "http://glide.thephpleague.com",
"keywords": [
"ImageMagick",
"editing",
"gd",
"image",
"imagick",
"league",
"manipulation",
"processing"
],
2019-01-20 17:35:58 +00:00
"time": "2018-12-22T17:56:55+00:00"
2017-10-13 12:31:31 +01:00
},
2019-01-25 17:21:32 +00:00
{
"name": "league/uri-parser",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-parser.git",
"reference": "671548427e4c932352d9b9279fdfa345bf63fa00"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
"reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-strict-rules": "^0.9.0",
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-intl": "Allow parsing RFC3987 compliant hosts",
"league/uri-schemes": "Allow validating and normalizing URI parsing results"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "userland URI parser RFC 3986 compliant",
"homepage": "https://github.com/thephpleague/uri-parser",
"keywords": [
"parse_url",
"parser",
"rfc3986",
"rfc3987",
"uri",
"url"
],
"time": "2018-11-22T07:55:51+00:00"
},
{
"name": "masterminds/html5",
2019-03-17 14:08:49 +00:00
"version": "2.6.0",
2019-01-25 17:21:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
2019-03-17 14:08:49 +00:00
"reference": "c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad"
2019-01-25 17:21:32 +00:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad",
"reference": "c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad",
2019-01-25 17:21:32 +00:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35",
"sami/sami": "~2.0",
"satooshi/php-coveralls": "1.0.*"
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-17 14:08:49 +00:00
"dev-master": "2.6-dev"
2019-01-25 17:21:32 +00:00
}
},
"autoload": {
"psr-4": {
"Masterminds\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Butcher",
"email": "technosophos@gmail.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
},
{
"name": "Matt Farina",
"email": "matt@mattfarina.com"
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
],
2019-03-17 14:08:49 +00:00
"time": "2019-03-10T11:41:28+00:00"
2019-01-25 17:21:32 +00:00
},
2016-05-19 15:01:28 +01:00
{
"name": "mf2/mf2",
2018-10-05 20:37:08 +01:00
"version": "0.4.6",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2018-10-05 20:37:08 +01:00
"url": "https://github.com/microformats/php-mf2.git",
"reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-10-05 20:37:08 +01:00
"url": "https://api.github.com/repos/microformats/php-mf2/zipball/00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
"reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
2017-06-08 16:27:08 +01:00
"mf2/tests": "@dev",
"phpdocumentor/phpdocumentor": "v2.8.4",
"phpunit/phpunit": "4.8.*"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2018-04-07 18:37:33 +01:00
"barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
"masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/fetch-mf2",
"bin/parse-mf2"
],
"type": "library",
"autoload": {
"files": [
"Mf2/Parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-03-17 13:53:43 +00:00
"CC0-1.0"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
"name": "Barnaby Walters",
"homepage": "http://waterpigs.co.uk"
}
],
"description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
"keywords": [
"html",
"microformats",
"microformats 2",
"parser",
"semantic"
],
2018-10-05 20:37:08 +01:00
"time": "2018-08-24T14:47:04+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "monolog/monolog",
2019-01-20 17:35:58 +00:00
"version": "1.24.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2019-01-20 17:35:58 +00:00
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
2016-12-01 11:31:24 +00:00
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
2016-05-19 15:01:28 +01:00
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
2016-07-04 22:33:13 +01:00
"sentry/sentry": "^0.13",
2017-06-20 21:38:21 +01:00
"swiftmailer/swiftmailer": "^5.3|^6.0"
2016-05-19 15:01:28 +01:00
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
2016-07-04 22:33:13 +01:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
2019-01-20 17:35:58 +00:00
"time": "2018-11-05T09:00:11+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "mtdowling/jmespath.php",
2016-12-05 11:51:52 +00:00
"version": "2.4.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
2016-12-05 11:51:52 +00:00
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2016-12-05 11:51:52 +00:00
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"JmesPath\\": "src/"
},
"files": [
"src/JmesPath.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
2016-12-05 11:51:52 +00:00
"time": "2016-12-03T22:08:25+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "nesbot/carbon",
2019-03-17 14:08:49 +00:00
"version": "2.16.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2019-03-17 14:08:49 +00:00
"reference": "dd16fedc022180ea4292a03aabe95e9895677911"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/dd16fedc022180ea4292a03aabe95e9895677911",
"reference": "dd16fedc022180ea4292a03aabe95e9895677911",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-03-17 14:08:49 +00:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/translation": "^3.4 || ^4.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2019-03-17 14:08:49 +00:00
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^0.1",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.10.8",
"phpunit/phpunit": "^7.5 || ^8.0",
"squizlabs/php_codesniffer": "^3.4"
2019-01-20 17:35:58 +00:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
2017-01-26 15:34:27 +00:00
"extra": {
2018-10-05 20:37:08 +01:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2017-01-26 15:34:27 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"psr-4": {
2019-03-17 14:08:49 +00:00
"Carbon\\": "src/Carbon/"
2016-05-19 15:01:28 +01: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"
],
2019-03-17 14:08:49 +00:00
"time": "2019-03-12T09:31:40+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "nikic/php-parser",
2019-03-17 14:08:49 +00:00
"version": "v4.2.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2019-03-17 14:08:49 +00:00
"reference": "5221f49a608808c1e4d436df32884cbc1b821ac0"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5221f49a608808c1e4d436df32884cbc1b821ac0",
"reference": "5221f49a608808c1e4d436df32884cbc1b821ac0",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2018-04-22 20:32:47 +01:00
"php": ">=7.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2018-04-22 20:32:47 +01:00
"phpunit/phpunit": "^6.5 || ^7.0"
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01: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"
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-16T20:54:15+00:00"
2018-10-05 20:37:08 +01:00
},
{
"name": "opis/closure",
2019-03-17 14:08:49 +00:00
"version": "3.1.6",
2018-10-05 20:37:08 +01:00
"source": {
"type": "git",
"url": "https://github.com/opis/closure.git",
2019-03-17 14:08:49 +00:00
"reference": "ccb8e3928c5c8181c76cdd0ed9366c5bcaafd91b"
2018-10-05 20:37:08 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/opis/closure/zipball/ccb8e3928c5c8181c76cdd0ed9366c5bcaafd91b",
"reference": "ccb8e3928c5c8181c76cdd0ed9366c5bcaafd91b",
2018-10-05 20:37:08 +01:00
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0"
},
"require-dev": {
"jeremeamia/superclosure": "^2.0",
2019-01-20 17:35:58 +00:00
"phpunit/phpunit": "^4.0|^5.0|^6.0|^7.0"
2018-10-05 20:37:08 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "3.1.x-dev"
2018-10-05 20:37:08 +01:00
}
},
"autoload": {
"psr-4": {
"Opis\\Closure\\": "src/"
},
"files": [
"functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marius Sarca",
"email": "marius.sarca@gmail.com"
},
{
"name": "Sorin Sarca",
"email": "sarca_sorin@hotmail.com"
}
],
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
"homepage": "https://opis.io/closure",
"keywords": [
"anonymous functions",
"closure",
"function",
"serializable",
"serialization",
"serialize"
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-22T10:30:00+00:00"
2018-02-15 12:26:59 +00:00
},
{
"name": "p3k/http",
2018-03-09 22:59:12 +00:00
"version": "0.1.7",
2018-02-15 12:26:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-http.git",
2018-03-09 22:59:12 +00:00
"reference": "1826647c4902a18dea5ec532f21509ba4d51210b"
2018-02-15 12:26:59 +00:00
},
"dist": {
"type": "zip",
2018-03-09 22:59:12 +00:00
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/1826647c4902a18dea5ec532f21509ba4d51210b",
"reference": "1826647c4902a18dea5ec532f21509ba4d51210b",
2018-02-15 12:26:59 +00:00
"shasum": ""
},
"require": {
"indieweb/link-rel-parser": "0.1.*",
"mf2/mf2": ">=0.3.2"
},
"type": "library",
"autoload": {
"psr-4": {
"p3k\\": "src/p3k"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"description": "A simple wrapper API around the PHP curl functions",
"homepage": "https://github.com/aaronpk/p3k-http",
2018-03-09 22:59:12 +00:00
"time": "2018-03-04T15:21:58+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "paragonie/random_compat",
2018-07-22 18:34:16 +01:00
"version": "v9.99.99",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2018-07-22 18:34:16 +01:00
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-07-22 18:34:16 +01:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-07-22 18:34:16 +01:00
"php": "^7"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2018-07-22 18:34:16 +01:00
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
2016-05-19 15:01:28 +01:00
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
2018-06-23 23:21:26 +01:00
"polyfill",
2016-05-19 15:01:28 +01:00
"pseudorandom",
"random"
],
2018-07-22 18:34:16 +01:00
"time": "2018-07-02T15:55:56+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "phaza/laravel-postgis",
2018-10-05 20:37:08 +01:00
"version": "3.5",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/njbarrett/laravel-postgis.git",
2018-10-05 20:37:08 +01:00
"reference": "bc9f24be1ce2c50bbc4004d03587393ad7a1e07c"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-10-05 20:37:08 +01:00
"url": "https://api.github.com/repos/njbarrett/laravel-postgis/zipball/bc9f24be1ce2c50bbc4004d03587393ad7a1e07c",
"reference": "bc9f24be1ce2c50bbc4004d03587393ad7a1e07c",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-06-23 23:21:26 +01:00
"bosnadev/database": "0.18.1",
2016-05-19 15:01:28 +01:00
"geo-io/wkb-parser": "^1.0",
"illuminate/database": "^5.2",
"jmikola/geojson": "^1.0",
"php": ">=5.5"
},
"require-dev": {
"codeclimate/php-test-reporter": "~0.3",
"illuminate/pagination": "~5.0",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.5"
},
"type": "library",
2017-09-04 19:34:39 +01:00
"extra": {
"laravel": {
"providers": [
"Phaza\\LaravelPostgis\\DatabaseServiceProvider"
]
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"psr-4": {
"Phaza\\LaravelPostgis\\": "src/"
}
},
2016-06-06 11:30:20 +01:00
"notification-url": "https://packagist.org/downloads/",
2016-05-19 15:01:28 +01:00
"license": [
"MIT"
],
"authors": [
{
"name": "Peter Haza",
"email": "peter.haza@gmail.com"
2016-05-24 13:39:18 +01:00
},
{
"name": "Nicholas Barrett",
"email": "njbarrett7@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
"description": "Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models",
2018-10-05 20:37:08 +01:00
"time": "2018-08-22T09:20:12+00:00"
2016-05-19 15:01:28 +01:00
},
2019-01-20 17:35:58 +00:00
{
2019-03-17 14:08:49 +00:00
"name": "phpoption/phpoption",
"version": "1.5.0",
2019-01-20 17:35:58 +00:00
"source": {
"type": "git",
2019-03-17 14:08:49 +00:00
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
2019-01-20 17:35:58 +00:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
"reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2019-01-20 17:35:58 +00:00
"shasum": ""
},
"require": {
2019-03-17 14:08:49 +00:00
"php": ">=5.3.0"
2019-01-20 17:35:58 +00:00
},
"require-dev": {
2019-03-17 14:08:49 +00:00
"phpunit/phpunit": "4.7.*"
2019-01-20 17:35:58 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-17 14:08:49 +00:00
"dev-master": "1.3-dev"
2019-01-20 17:35:58 +00:00
}
},
"autoload": {
2019-03-17 14:08:49 +00:00
"psr-0": {
"PhpOption\\": "src/"
2019-01-20 17:35:58 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-03-17 14:08:49 +00:00
"Apache2"
2019-01-20 17:35:58 +00:00
],
"authors": [
{
2019-03-17 14:08:49 +00:00
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
2019-01-20 17:35:58 +00:00
}
],
2019-03-17 14:08:49 +00:00
"description": "Option Type for PHP",
2019-01-20 17:35:58 +00:00
"keywords": [
2019-03-17 14:08:49 +00:00
"language",
"option",
"php",
"type"
2019-01-20 17:35:58 +00:00
],
2019-03-17 14:08:49 +00:00
"time": "2015-07-25T16:39:46+00:00"
2019-01-20 17:35:58 +00:00
},
2016-12-06 20:38:52 +00:00
{
2017-11-13 17:26:38 +00:00
"name": "pmatseykanets/laravel-scout-postgres",
2019-03-17 14:08:49 +00:00
"version": "v5.0.0",
2016-12-06 20:38:52 +00:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/pmatseykanets/laravel-scout-postgres.git",
2019-03-17 14:08:49 +00:00
"reference": "104fa78744ed7f3277550c87c2fe93be07de2031"
2016-12-06 20:38:52 +00:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/pmatseykanets/laravel-scout-postgres/zipball/104fa78744ed7f3277550c87c2fe93be07de2031",
"reference": "104fa78744ed7f3277550c87c2fe93be07de2031",
2016-12-06 20:38:52 +00:00
"shasum": ""
},
"require": {
2019-01-20 17:35:58 +00:00
"illuminate/contracts": "~5.4",
"illuminate/database": "~5.4",
"illuminate/support": "~5.4",
2019-03-17 14:08:49 +00:00
"laravel/scout": "~7.0",
2018-03-01 17:59:45 +00:00
"php": ">=7.0"
2016-12-06 20:38:52 +00:00
},
"require-dev": {
2018-02-15 12:26:59 +00:00
"mockery/mockery": "~1.0",
2018-03-01 17:59:45 +00:00
"phpunit/phpunit": "~6.0"
2016-12-06 20:38:52 +00:00
},
"type": "library",
2017-09-04 19:34:39 +01:00
"extra": {
2017-11-13 17:26:38 +00:00
"laravel": {
"providers": [
"ScoutEngines\\Postgres\\PostgresEngineServiceProvider"
]
2017-09-04 19:34:39 +01:00
}
},
2016-12-06 20:38:52 +00:00
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"ScoutEngines\\Postgres\\": "src"
2016-12-06 20:38:52 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Peter Matseykanets",
"email": "pmatseykanets@gmail.com",
2018-10-05 20:37:08 +01:00
"homepage": "https://github.com/pmatseykanets"
2016-12-06 20:38:52 +00:00
}
],
2017-11-13 17:26:38 +00:00
"description": "PostgreSQL Full Text Search Driver for Laravel Scout",
"homepage": "https://github.com/pmatseykanets/laravel-scout-postgres",
2016-12-06 20:38:52 +00:00
"keywords": [
2017-11-13 17:26:38 +00:00
"fts",
"full text search",
"laravel",
"laravel scout",
"postgresql",
"search"
2016-12-06 20:38:52 +00:00
],
2019-03-17 14:08:49 +00:00
"time": "2019-03-13T05:27:00+00:00"
2016-12-06 20:38:52 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "predis/predis",
"version": "v1.1.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/nrk/predis.git",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.9"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"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"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Predis\\": "src/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
"homepage": "http://clorophilla.net"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
"time": "2016-06-16T16:22:20+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "psr/container",
"version": "1.0.0",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Psr\\Container\\": "src/"
2017-09-04 19:34:39 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
2017-09-04 19:34:39 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "psr/http-message",
"version": "1.0.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.0.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Psr\\Http\\Message\\": "src/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"time": "2016-08-06T14:39:51+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "psr/log",
2019-01-20 17:35:58 +00:00
"version": "1.1.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/php-fig/log.git",
2019-01-20 17:35:58 +00:00
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
2016-09-21 17:34:27 +01:00
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.0"
2016-09-21 17:34:27 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
2016-09-21 17:34:27 +01:00
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.0.x-dev"
2016-09-21 17:34:27 +01:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"log",
"psr",
"psr-3"
2016-05-19 15:01:28 +01:00
],
2019-01-20 17:35:58 +00:00
"time": "2018-11-20T15:27:04+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "psr/simple-cache",
2018-03-09 22:59:12 +00:00
"version": "1.0.1",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/php-fig/simple-cache.git",
2018-03-09 22:59:12 +00:00
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2018-03-09 22:59:12 +00:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.0.x-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
2017-09-04 19:34:39 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common interfaces for simple caching",
2017-09-04 19:34:39 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
2017-09-04 19:34:39 +01:00
],
2018-03-09 22:59:12 +00:00
"time": "2017-10-23T01:57:42+00:00"
2017-09-04 19:34:39 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "psy/psysh",
2019-01-20 17:35:58 +00:00
"version": "v0.9.9",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/bobthecow/psysh.git",
2019-01-20 17:35:58 +00:00
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"dnoegel/php-xdg-base-dir": "0.1",
2018-10-05 20:37:08 +01:00
"ext-json": "*",
"ext-tokenizer": "*",
2019-01-20 17:35:58 +00:00
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2018-04-22 20:32:47 +01:00
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
2017-12-18 16:23:41 +00:00
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0"
2017-10-13 12:31:31 +01:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
2018-06-23 23:21:26 +01:00
"bamarni/composer-bin-plugin": "^1.2",
2018-04-22 20:32:47 +01:00
"hoa/console": "~2.15|~3.16",
2018-06-23 23:21:26 +01:00
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2017-11-13 17:26:38 +00: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": {
2018-04-22 20:32:47 +01:00
"dev-develop": "0.9.x-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"files": [
2018-04-22 20:32:47 +01:00
"src/functions.php"
2017-11-13 17:26:38 +00:00
],
"psr-4": {
2018-04-22 20:32:47 +01:00
"Psy\\": "src/"
2017-11-13 17:26:38 +00:00
}
2017-10-13 12:31:31 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2017-10-13 12:31:31 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
2017-10-13 12:31:31 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
2017-10-13 12:31:31 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"REPL",
"console",
"interactive",
"shell"
2017-10-13 12:31:31 +01:00
],
2019-01-20 17:35:58 +00:00
"time": "2018-10-13T15:16:03+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "~3.7.0",
"satooshi/php-coveralls": ">=1.0"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"time": "2016-02-11T07:05:27+00:00"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "ramsey/uuid",
2018-07-22 18:34:16 +01:00
"version": "3.8.0",
2017-10-13 12:31:31 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/ramsey/uuid.git",
2018-07-22 18:34:16 +01:00
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2018-07-22 18:34:16 +01:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2017-10-13 12:31:31 +01:00
"shasum": ""
},
"require": {
2018-07-22 18:34:16 +01:00
"paragonie/random_compat": "^1.0|^2.0|9.99.99",
"php": "^5.4 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2017-11-13 17:26:38 +00:00
},
"replace": {
"rhumsaa/uuid": "self.version"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2018-01-15 15:17:43 +00:00
"codeception/aspect-mock": "^1.0 | ~2.0.0",
2017-11-13 17:26:38 +00:00
"doctrine/annotations": "~1.2.0",
2018-07-22 18:34:16 +01:00
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
2017-11-13 17:26:38 +00:00
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
2018-02-15 12:26:59 +00:00
"mockery/mockery": "^0.9.9",
2017-11-13 17:26:38 +00:00
"moontoast/math": "^1.1",
"php-mock/php-mock-phpunit": "^0.3|^1.1",
2018-07-22 18:34:16 +01:00
"phpunit/phpunit": "^4.7|^5.0|^6.5",
2017-11-13 17:26:38 +00:00
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
2018-07-22 18:34:16 +01:00
"ext-ctype": "Provides support for PHP Ctype functions",
2017-11-13 17:26:38 +00:00
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2017-10-13 12:31:31 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "3.x-dev"
2017-10-13 12:31:31 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
2017-10-13 12:31:31 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2017-10-13 12:31:31 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
},
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
2017-10-13 12:31:31 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"homepage": "https://github.com/ramsey/uuid",
2017-10-13 12:31:31 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"guid",
"identifier",
"uuid"
2017-10-13 12:31:31 +01:00
],
2018-07-22 18:34:16 +01:00
"time": "2018-07-19T23:38:55+00:00"
2017-10-13 12:31:31 +01:00
},
2019-01-24 19:19:45 +00:00
{
"name": "scrivo/highlight.php",
2019-03-17 14:08:49 +00:00
"version": "v9.15.6.0",
2019-01-24 19:19:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/scrivo/highlight.php.git",
2019-03-17 14:08:49 +00:00
"reference": "5b5fc5eddb43845036f65e47f8d157ce5754511f"
2019-01-24 19:19:45 +00:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/5b5fc5eddb43845036f65e47f8d157ce5754511f",
"reference": "5b5fc5eddb43845036f65e47f8d157ce5754511f",
2019-01-24 19:19:45 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7",
"symfony/finder": "^2.8"
},
"type": "library",
"autoload": {
"psr-0": {
"Highlight\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Geert Bergman",
"homepage": "http://www.scrivo.org/",
"role": "Project Author"
},
{
"name": "Vladimir Jimenez",
"homepage": "https://allejo.io",
"role": "Contributor"
},
{
"name": "Martin Folkers",
"homepage": "https://twobrain.io",
"role": "Contributor"
}
],
"description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
"keywords": [
"code",
"highlight",
"highlight.js",
"highlight.php",
"syntax"
],
2019-03-17 14:08:49 +00:00
"time": "2019-03-06T07:43:42+00:00"
2019-01-24 19:19:45 +00:00
},
2017-10-13 12:31:31 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sensiolabs/security-checker",
2019-01-20 17:35:58 +00:00
"version": "v5.0.3",
2017-10-13 12:31:31 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sensiolabs/security-checker.git",
2019-01-20 17:35:58 +00:00
"reference": "46be3f58adac13084497961e10eed9a7fb4d44d1"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/46be3f58adac13084497961e10eed9a7fb4d44d1",
"reference": "46be3f58adac13084497961e10eed9a7fb4d44d1",
2017-10-13 12:31:31 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"composer/ca-bundle": "^1.0",
2018-10-05 20:37:08 +01:00
"php": ">=5.5.9",
2017-11-13 17:26:38 +00:00
"symfony/console": "~2.7|~3.0|~4.0"
2017-10-13 12:31:31 +01:00
},
2017-11-13 17:26:38 +00:00
"bin": [
"security-checker"
],
2017-10-13 12:31:31 +01:00
"type": "library",
"extra": {
"branch-alias": {
2018-10-05 20:37:08 +01:00
"dev-master": "5.0-dev"
2017-10-13 12:31:31 +01:00
}
},
"autoload": {
2018-10-05 20:37:08 +01:00
"psr-4": {
"SensioLabs\\Security\\": "SensioLabs/Security"
2017-11-13 17:26:38 +00:00
}
2017-10-13 12:31:31 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2017-10-13 12:31:31 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien.potencier@gmail.com"
2017-10-13 12:31:31 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "A security checker for your composer.lock",
2019-01-20 17:35:58 +00:00
"time": "2018-12-19T17:14:59+00:00"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "spatie/browsershot",
2019-03-17 14:08:49 +00:00
"version": "3.27.0",
2017-10-13 12:31:31 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/spatie/browsershot.git",
2019-03-17 14:08:49 +00:00
"reference": "94c184461dd72f09c7a03ee0fdf00ec190e8bd7a"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/spatie/browsershot/zipball/94c184461dd72f09c7a03ee0fdf00ec190e8bd7a",
"reference": "94c184461dd72f09c7a03ee0fdf00ec190e8bd7a",
2017-10-13 12:31:31 +01:00
"shasum": ""
},
"require": {
2018-04-14 18:46:40 +01:00
"php": "^7.1",
2019-01-20 17:35:58 +00:00
"spatie/image": "^1.5.3",
2017-11-13 17:26:38 +00:00
"spatie/temporary-directory": "^1.1",
2019-01-20 17:35:58 +00:00
"symfony/process": "^4.2"
2017-10-13 12:31:31 +01:00
},
"require-dev": {
2019-01-20 17:35:58 +00:00
"phpunit/phpunit": "^6.1|^7.5",
2017-11-13 17:26:38 +00:00
"spatie/phpunit-snapshot-assertions": "^1.0"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Browsershot\\": "src"
}
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://github.com/freekmurze",
"role": "Developer"
2016-05-19 15:01:28 +01:00
}
2017-11-13 17:26:38 +00:00
],
"description": "Convert a webpage to an image or pdf using headless Chrome",
"homepage": "https://github.com/spatie/browsershot",
"keywords": [
"chrome",
"convert",
"headless",
"image",
"pdf",
"puppeteer",
"screenshot",
"webpage"
],
2019-03-17 14:08:49 +00:00
"time": "2019-03-11T10:56:24+00:00"
2017-11-13 17:26:38 +00:00
},
2019-01-24 19:19:45 +00:00
{
"name": "spatie/commonmark-highlighter",
2019-03-17 14:08:49 +00:00
"version": "1.0.3",
2019-01-24 19:19:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/commonmark-highlighter.git",
2019-03-17 14:08:49 +00:00
"reference": "f35555c76658a6893f215bf5f14f7bd54f42da2c"
2019-01-24 19:19:45 +00:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/spatie/commonmark-highlighter/zipball/f35555c76658a6893f215bf5f14f7bd54f42da2c",
"reference": "f35555c76658a6893f215bf5f14f7bd54f42da2c",
2019-01-24 19:19:45 +00:00
"shasum": ""
},
"require": {
"league/commonmark": "^0.18.0",
2019-03-17 14:08:49 +00:00
"php": "^7.2",
"scrivo/highlight.php": "^9.14"
2019-01-24 19:19:45 +00:00
},
"require-dev": {
"larapack/dd": "^1.0",
2019-03-17 14:08:49 +00:00
"phpunit/phpunit": "^8.0",
"spatie/phpunit-snapshot-assertions": "^2.0"
2019-01-24 19:19:45 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\CommonMarkHighlighter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Highlight your markdown code blocks with league/commonmark",
"homepage": "https://github.com/spatie/commonmark-highlighter",
"keywords": [
"commonmark-highlighter",
"spatie"
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-08T08:50:45+00:00"
2019-01-24 19:19:45 +00:00
},
2017-11-13 17:26:38 +00:00
{
"name": "spatie/image",
2019-03-22 16:52:40 +00:00
"version": "1.7.0",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/image.git",
2019-03-22 16:52:40 +00:00
"reference": "19399b544ce1d78a3c675404791ab57a87eb8f55"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/spatie/image/zipball/19399b544ce1d78a3c675404791ab57a87eb8f55",
"reference": "19399b544ce1d78a3c675404791ab57a87eb8f55",
2017-11-13 17:26:38 +00:00
"shasum": ""
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"require": {
2019-01-20 17:35:58 +00:00
"ext-exif": "*",
"league/glide": "^1.4",
2017-11-13 17:26:38 +00:00
"php": "^7.0",
"spatie/image-optimizer": "^1.0",
"spatie/temporary-directory": "^1.0.0",
2018-02-15 12:26:59 +00:00
"symfony/process": "^3.0|^4.0"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2018-04-14 18:46:40 +01:00
"larapack/dd": "^1.1",
2018-02-15 12:26:59 +00:00
"phpunit/phpunit": "^6.0|^7.0",
2017-11-13 17:26:38 +00:00
"symfony/var-dumper": "^3.2"
},
"type": "library",
2016-05-19 15:01:28 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Spatie\\Image\\": "src"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Manipulate images with an expressive API",
"homepage": "https://github.com/spatie/image",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"image",
"spatie"
2016-05-19 15:01:28 +01:00
],
2019-03-22 16:52:40 +00:00
"time": "2019-02-22T10:24:29+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "spatie/image-optimizer",
2019-03-17 14:08:49 +00:00
"version": "1.1.5",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/spatie/image-optimizer.git",
2019-03-17 14:08:49 +00:00
"reference": "e62f8b459bee0a880c8976c316e82638a74510b5"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/spatie/image-optimizer/zipball/e62f8b459bee0a880c8976c316e82638a74510b5",
"reference": "e62f8b459bee0a880c8976c316e82638a74510b5",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-01-20 17:35:58 +00:00
"ext-fileinfo": "*",
2019-03-17 14:08:49 +00:00
"php": "^7.2",
2017-11-13 17:26:38 +00:00
"psr/log": "^1.0",
2019-01-20 17:35:58 +00:00
"symfony/process": "^4.2"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2019-03-17 14:08:49 +00:00
"phpunit/phpunit": "^8.0",
2019-01-20 17:35:58 +00:00
"symfony/var-dumper": "^4.2"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Spatie\\ImageOptimizer\\": "src"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Easily optimize images using PHP",
"homepage": "https://github.com/spatie/image-optimizer",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"image-optimizer",
"spatie"
2016-05-19 15:01:28 +01:00
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-15T12:11:38+00:00"
2016-05-19 15:01:28 +01:00
},
2016-09-09 12:00:11 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "spatie/temporary-directory",
2018-04-14 18:46:40 +01:00
"version": "1.1.4",
2016-09-09 12:00:11 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/spatie/temporary-directory.git",
2018-04-14 18:46:40 +01:00
"reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7"
2016-09-09 12:00:11 +01:00
},
"dist": {
"type": "zip",
2018-04-14 18:46:40 +01:00
"url": "https://api.github.com/repos/spatie/temporary-directory/zipball/5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
"reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
2016-09-09 12:00:11 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^7.0"
2017-10-13 12:31:31 +01:00
},
"require-dev": {
2018-04-14 18:46:40 +01:00
"phpunit/phpunit": "^6.3"
2016-09-09 12:00:11 +01:00
},
"type": "library",
"autoload": {
2017-10-13 12:31:31 +01:00
"psr-4": {
2017-11-13 17:26:38 +00:00
"Spatie\\TemporaryDirectory\\": "src"
2016-09-09 12:00:11 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Alex Vanderbist",
"email": "alex@spatie.be",
"homepage": "https://spatie.be",
2017-10-13 12:31:31 +01:00
"role": "Developer"
2016-09-09 12:00:11 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Easily create, use and destroy temporary directories",
"homepage": "https://github.com/spatie/temporary-directory",
2017-10-13 12:31:31 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"spatie",
"temporary-directory"
2017-10-13 12:31:31 +01:00
],
2018-04-14 18:46:40 +01:00
"time": "2018-04-12T09:34:43+00:00"
2017-06-23 10:59:04 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "swiftmailer/swiftmailer",
2019-03-17 14:08:49 +00:00
"version": "v6.2.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/swiftmailer/swiftmailer.git",
2019-03-17 14:08:49 +00:00
"reference": "6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707",
"reference": "6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"egulias/email-validator": "~2.0",
2019-03-17 14:08:49 +00:00
"php": ">=7.0.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"mockery/mockery": "~0.9.1",
2019-03-17 14:08:49 +00:00
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
2016-05-19 15:01:28 +01:00
},
2018-07-22 18:34:16 +01: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-10-13 12:31:31 +01:00
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2019-03-17 14:08:49 +00:00
"dev-master": "6.2-dev"
2017-10-13 12:31:31 +01:00
}
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"autoload": {
"files": [
"lib/swift_required.php"
]
},
2016-05-19 15:01:28 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Swiftmailer, free feature-rich PHP mailer",
2018-07-22 18:34:16 +01:00
"homepage": "https://swiftmailer.symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"email",
"mail",
"mailer"
2016-05-19 15:01:28 +01:00
],
2019-03-17 14:08:49 +00:00
"time": "2019-03-10T07:52:41+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/console",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/console.git",
2019-03-17 14:08:49 +00:00
"reference": "9dc2299a016497f9ee620be94524e6c0af0280a9"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/9dc2299a016497f9ee620be94524e6c0af0280a9",
"reference": "9dc2299a016497f9ee620be94524e6c0af0280a9",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^7.1.3",
2019-01-20 17:35:58 +00:00
"symfony/contracts": "^1.0",
2017-11-13 17:26:38 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2017-12-07 15:39:19 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-11-13 17:26:38 +00:00
},
2019-03-17 14:08:49 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2017-11-13 17:26:38 +00:00
"require-dev": {
"psr/log": "~1.0",
2018-02-15 12:26:59 +00:00
"symfony/config": "~3.4|~4.0",
2017-12-07 15:39:19 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
2018-02-15 12:26:59 +00:00
"symfony/event-dispatcher": "~3.4|~4.0",
2017-12-07 15:39:19 +00:00
"symfony/lock": "~3.4|~4.0",
2018-02-15 12:26:59 +00:00
"symfony/process": "~3.4|~4.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
2019-03-17 14:08:49 +00:00
"psr/log": "For using the console logger",
2017-11-13 17:26:38 +00:00
"symfony/event-dispatcher": "",
2017-12-07 15:39:19 +00:00
"symfony/lock": "",
2017-11-13 17:26:38 +00:00
"symfony/process": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2019-03-17 14:08:49 +00:00
"time": "2019-02-23T15:17:42+00:00"
2019-01-20 17:35:58 +00:00
},
{
"name": "symfony/contracts",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
"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-12-05T08:06:11+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/css-selector",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/css-selector.git",
2019-03-17 14:08:49 +00:00
"reference": "48eddf66950fa57996e1be4a55916d65c10c604a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/48eddf66950fa57996e1be4a55916d65c10c604a",
"reference": "48eddf66950fa57996e1be4a55916d65c10c604a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-01-12 10:41:59 +00:00
"php": "^7.1.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2017-02-03 21:49:49 +00:00
{
2017-11-13 17:26:38 +00:00
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
2019-03-17 14:08:49 +00:00
"time": "2019-01-16T20:31:39+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/debug",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/debug.git",
2019-03-17 14:08:49 +00:00
"reference": "de73f48977b8eaf7ce22814d66e43a1662cc864f"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/de73f48977b8eaf7ce22814d66e43a1662cc864f",
"reference": "de73f48977b8eaf7ce22814d66e43a1662cc864f",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^7.1.3",
2017-11-13 17:26:38 +00:00
"psr/log": "~1.0"
},
"conflict": {
2018-02-15 12:26:59 +00:00
"symfony/http-kernel": "<3.4"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2018-02-15 12:26:59 +00:00
"symfony/http-kernel": "~3.4|~4.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2019-03-17 14:08:49 +00:00
"time": "2019-03-03T18:11:24+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/event-dispatcher",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
2019-03-17 14:08:49 +00:00
"reference": "3354d2e6af986dd71f68b4e5cf4a933ab58697fb"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3354d2e6af986dd71f68b4e5cf4a933ab58697fb",
"reference": "3354d2e6af986dd71f68b4e5cf4a933ab58697fb",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-01-20 17:35:58 +00:00
"php": "^7.1.3",
"symfony/contracts": "^1.0"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2017-12-07 15:39:19 +00:00
"symfony/dependency-injection": "<3.4"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
"psr/log": "~1.0",
2017-12-07 15:39:19 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
2019-03-17 14:08:49 +00:00
"time": "2019-02-23T15:17:42+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/finder",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/finder.git",
2019-03-17 14:08:49 +00:00
"reference": "267b7002c1b70ea80db0833c3afe05f0fbde580a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/267b7002c1b70ea80db0833c3afe05f0fbde580a",
"reference": "267b7002c1b70ea80db0833c3afe05f0fbde580a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^7.1.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
2019-03-17 14:08:49 +00:00
"time": "2019-02-23T15:42:05+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/http-foundation",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/http-foundation.git",
2019-03-17 14:08:49 +00:00
"reference": "850a667d6254ccf6c61d853407b16f21c4579c77"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/850a667d6254ccf6c61d853407b16f21c4579c77",
"reference": "850a667d6254ccf6c61d853407b16f21c4579c77",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.1"
2016-05-19 15:01:28 +01:00
},
2017-02-03 21:49:49 +00:00
"require-dev": {
2018-06-23 23:21:26 +01:00
"predis/predis": "~1.0",
2018-02-15 12:26:59 +00:00
"symfony/expression-language": "~3.4|~4.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
2019-03-17 14:08:49 +00:00
"time": "2019-02-26T08:03:39+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/http-kernel",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/http-kernel.git",
2019-03-17 14:08:49 +00:00
"reference": "895ceccaa8149f9343e6134e607c21da42d73b7a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/895ceccaa8149f9343e6134e607c21da42d73b7a",
"reference": "895ceccaa8149f9343e6134e607c21da42d73b7a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^7.1.3",
2017-11-13 17:26:38 +00:00
"psr/log": "~1.0",
2019-01-20 17:35:58 +00:00
"symfony/contracts": "^1.0.2",
2018-02-15 12:26:59 +00:00
"symfony/debug": "~3.4|~4.0",
2018-06-23 23:21:26 +01:00
"symfony/event-dispatcher": "~4.1",
2018-07-22 18:34:16 +01:00
"symfony/http-foundation": "^4.1.1",
2018-06-23 23:21:26 +01:00
"symfony/polyfill-ctype": "~1.8"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2018-02-15 12:26:59 +00:00
"symfony/config": "<3.4",
2019-01-20 17:35:58 +00:00
"symfony/dependency-injection": "<4.2",
"symfony/translation": "<4.2",
2018-07-22 18:34:16 +01:00
"symfony/var-dumper": "<4.1.1",
2017-11-13 17:26:38 +00:00
"twig/twig": "<1.34|<2.4,>=2"
2017-02-03 21:49:49 +00:00
},
2017-12-07 15:39:19 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2017-02-03 21:49:49 +00:00
"require-dev": {
2017-11-13 17:26:38 +00:00
"psr/cache": "~1.0",
2018-02-15 12:26:59 +00:00
"symfony/browser-kit": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
2019-01-20 17:35:58 +00:00
"symfony/dependency-injection": "^4.2",
2018-02-15 12:26:59 +00:00
"symfony/dom-crawler": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
2017-12-07 15:39:19 +00:00
"symfony/routing": "~3.4|~4.0",
2018-02-15 12:26:59 +00:00
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
2019-01-20 17:35:58 +00:00
"symfony/translation": "~4.2",
2018-07-22 18:34:16 +01:00
"symfony/var-dumper": "^4.1.1"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/var-dumper": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
2019-03-17 14:08:49 +00:00
"time": "2019-03-03T19:38:09+00:00"
2018-06-23 23:21:26 +01:00
},
{
"name": "symfony/polyfill-ctype",
2019-03-22 16:52:40 +00:00
"version": "v1.11.0",
2018-06-23 23:21:26 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2019-03-22 16:52:40 +00:00
"reference": "82ebae02209c21113908c229e9883c419720738a"
2018-06-23 23:21:26 +01:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
"reference": "82ebae02209c21113908c229e9883c419720738a",
2018-06-23 23:21:26 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2018-10-05 20:37:08 +01:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-06-23 23:21:26 +01:00
"type": "library",
"extra": {
"branch-alias": {
2019-03-22 16:52:40 +00:00
"dev-master": "1.11-dev"
2018-06-23 23:21:26 +01: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"
],
2019-03-22 16:52:40 +00:00
"time": "2019-02-06T07:57:58+00:00"
2016-05-19 15:01:28 +01:00
},
2019-03-17 14:08:49 +00:00
{
"name": "symfony/polyfill-iconv",
2019-03-22 16:52:40 +00:00
"version": "v1.11.0",
2019-03-17 14:08:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
2019-03-22 16:52:40 +00:00
"reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7"
2019-03-17 14:08:49 +00:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
"reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
2019-03-17 14:08:49 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-22 16:52:40 +00:00
"dev-master": "1.11-dev"
2019-03-17 14:08:49 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"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 Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
2019-03-22 16:52:40 +00:00
"time": "2019-02-06T07:57:58+00:00"
2019-03-17 14:08:49 +00:00
},
{
"name": "symfony/polyfill-intl-idn",
2019-03-22 16:52:40 +00:00
"version": "v1.11.0",
2019-03-17 14:08:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2019-03-22 16:52:40 +00:00
"reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af"
2019-03-17 14:08:49 +00:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af",
"reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af",
2019-03-17 14:08:49 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.9"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
2019-03-22 16:52:40 +00:00
"time": "2019-03-04T13:44:35+00:00"
2019-03-17 14:08:49 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "symfony/polyfill-mbstring",
2019-03-22 16:52:40 +00:00
"version": "v1.11.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2019-03-22 16:52:40 +00:00
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.3"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"suggest": {
"ext-mbstring": "For best performance"
2017-02-03 21:49:49 +00:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2019-03-22 16:52:40 +00:00
"dev-master": "1.11-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
2017-02-03 21:49:49 +00:00
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
2016-05-19 15:01:28 +01:00
],
2019-03-22 16:52:40 +00:00
"time": "2019-02-06T07:57:58+00:00"
2016-05-19 15:01:28 +01:00
},
2017-12-07 15:39:19 +00:00
{
2018-02-15 12:26:59 +00:00
"name": "symfony/polyfill-php72",
2019-03-22 16:52:40 +00:00
"version": "v1.11.0",
2017-12-07 15:39:19 +00:00
"source": {
"type": "git",
2018-02-15 12:26:59 +00:00
"url": "https://github.com/symfony/polyfill-php72.git",
2019-03-22 16:52:40 +00:00
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
2017-12-07 15:39:19 +00:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
2017-12-07 15:39:19 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-22 16:52:40 +00:00
"dev-master": "1.11-dev"
2017-12-07 15:39:19 +00:00
}
},
"autoload": {
"psr-4": {
2018-02-15 12:26:59 +00:00
"Symfony\\Polyfill\\Php72\\": ""
2017-12-07 15:39:19 +00: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"
}
],
2018-02-15 12:26:59 +00:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2017-12-07 15:39:19 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2019-03-22 16:52:40 +00:00
"time": "2019-02-06T07:57:58+00:00"
2017-12-07 15:39:19 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "symfony/process",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/process.git",
2019-03-17 14:08:49 +00:00
"reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
"reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^7.1.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2019-03-17 14:08:49 +00:00
"time": "2019-01-24T22:05:03+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/routing",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/routing.git",
2019-03-17 14:08:49 +00:00
"reference": "ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/routing/zipball/ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42",
"reference": "ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^7.1.3"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2019-01-20 17:35:58 +00:00
"symfony/config": "<4.2",
2018-02-15 12:26:59 +00:00
"symfony/dependency-injection": "<3.4",
2017-12-07 15:39:19 +00:00
"symfony/yaml": "<3.4"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",
2019-01-20 17:35:58 +00:00
"symfony/config": "~4.2",
2018-02-15 12:26:59 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
2017-12-07 15:39:19 +00:00
"symfony/yaml": "~3.4|~4.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/dependency-injection": "For loading routes from a service",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Routing Component",
"homepage": "https://symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"router",
"routing",
"uri",
"url"
2016-05-19 15:01:28 +01:00
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-23T15:17:42+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/translation",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/translation.git",
2019-03-17 14:08:49 +00:00
"reference": "748464177a77011f8f4cdd076773862ce4915f8f"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/748464177a77011f8f4cdd076773862ce4915f8f",
"reference": "748464177a77011f8f4cdd076773862ce4915f8f",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-03-01 17:59:45 +00:00
"php": "^7.1.3",
2019-01-20 17:35:58 +00:00
"symfony/contracts": "^1.0.2",
2017-11-13 17:26:38 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2018-03-01 17:59:45 +00:00
"symfony/config": "<3.4",
2017-12-07 15:39:19 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
2016-05-19 15:01:28 +01:00
},
2019-01-20 17:35:58 +00:00
"provide": {
"symfony/translation-contracts-implementation": "1.0"
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2017-11-13 17:26:38 +00:00
"psr/log": "~1.0",
2018-03-01 17:59:45 +00:00
"symfony/config": "~3.4|~4.0",
2018-06-23 23:21:26 +01:00
"symfony/console": "~3.4|~4.0",
2017-12-07 15:39:19 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
2018-03-01 17:59:45 +00:00
"symfony/intl": "~3.4|~4.0",
2017-12-07 15:39:19 +00:00
"symfony/yaml": "~3.4|~4.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
2018-06-23 23:21:26 +01:00
"psr/log-implementation": "To use logging capability in translator",
2017-11-13 17:26:38 +00:00
"symfony/config": "",
"symfony/yaml": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
2019-03-17 14:08:49 +00:00
"time": "2019-02-27T03:31:50+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/var-dumper",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/var-dumper.git",
2019-03-17 14:08:49 +00:00
"reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/9f87189ac10b42edf7fb8edc846f1937c6d157cf",
"reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2018-06-23 23:21:26 +01:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
2017-03-13 10:42:17 +00:00
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2017-11-13 17:26:38 +00:00
"ext-iconv": "*",
2019-01-20 17:35:58 +00:00
"symfony/console": "~3.4|~4.0",
2018-06-23 23:21:26 +01:00
"symfony/process": "~3.4|~4.0",
2017-11-13 17:26:38 +00:00
"twig/twig": "~1.34|~2.4"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2017-11-13 17:26:38 +00:00
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2018-06-23 23:21:26 +01:00
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2016-05-19 15:01:28 +01:00
},
2018-06-23 23:21:26 +01:00
"bin": [
"Resources/bin/var-dump-server"
],
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"debug",
"dump"
2016-05-19 15:01:28 +01:00
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-23T15:17:42+00:00"
2016-05-19 15:01:28 +01:00
},
2019-01-25 17:21:32 +00:00
{
"name": "tgalopin/html-sanitizer",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/tgalopin/html-sanitizer.git",
"reference": "286e4f3d13cf0294d968a6022647e5d6bc708b60"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tgalopin/html-sanitizer/zipball/286e4f3d13cf0294d968a6022647e5d6bc708b60",
"reference": "286e4f3d13cf0294d968a6022647e5d6bc708b60",
"shasum": ""
},
"require": {
"ext-dom": "*",
"league/uri-parser": "^1.4.1",
"masterminds/html5": "^2.4",
"php": ">=7.1",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
"symfony/var-dumper": "^4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"HtmlSanitizer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Titouan Galopin",
"email": "galopintitouan@gmail.com"
}
],
"description": "Sanitize untrustworthy HTML user input",
"time": "2018-12-01T15:16:40+00:00"
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "themattharris/tmhoauth",
"version": "0.8.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/themattharris/tmhOAuth.git",
"reference": "455552d6c57549632644b6c9ac9204766be2b5ee"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/themattharris/tmhOAuth/zipball/455552d6c57549632644b6c9ac9204766be2b5ee",
"reference": "455552d6c57549632644b6c9ac9204766be2b5ee",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"ext-curl": "*",
"php": ">=5.3.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-10-13 12:31:31 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-0": {
"tmhOAuth": ""
}
2017-10-13 12:31:31 +01:00
},
2016-05-19 15:01:28 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"Apache-2.0"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "themattharris",
"email": "matt@themattharris.com",
"role": "Developer"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "An OAuth library written in PHP by @themattharris",
"keywords": [
"oauth",
"twitter"
],
"time": "2014-08-06T22:29:35+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "thujohn/twitter",
"version": "2.2.5",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/thujohn/twitter.git",
"reference": "ff414bdadba3f1570ca211355e5359ec266552d8"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/thujohn/twitter/zipball/ff414bdadba3f1570ca211355e5359ec266552d8",
"reference": "ff414bdadba3f1570ca211355e5359ec266552d8",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"illuminate/support": "4.*|5.*",
"php": ">=5.5.0",
"themattharris/tmhoauth": "0.8.4"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-10-13 12:31:31 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-0": {
"Thujohn\\Twitter": "src/"
}
2017-10-13 12:31:31 +01:00
},
2016-05-19 15:01:28 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "thujohn",
"email": "jonathan.thuau@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Twitter API for Laravel",
"keywords": [
"laravel",
"laravel4",
"laravel5",
"twitter"
],
"time": "2017-04-27T09:00:04+00:00"
2016-05-19 15:01:28 +01:00
},
2017-02-03 21:49:49 +00:00
{
2017-11-13 17:26:38 +00:00
"name": "tijsverkoyen/css-to-inline-styles",
2018-01-12 10:41:59 +00:00
"version": "2.2.1",
2017-02-03 21:49:49 +00:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2018-01-12 10:41:59 +00:00
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
2017-02-03 21:49:49 +00:00
},
"dist": {
"type": "zip",
2018-01-12 10:41:59 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2017-02-03 21:49:49 +00:00
"shasum": ""
},
"require": {
2018-01-12 10:41:59 +00:00
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
2017-02-03 21:49:49 +00:00
},
"require-dev": {
2018-01-12 10:41:59 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-02-03 21:49:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-12 10:41:59 +00:00
"dev-master": "2.2.x-dev"
2017-02-03 21:49:49 +00:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
2017-02-03 21:49:49 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
2017-02-03 21:49:49 +00:00
}
],
2017-11-13 17:26:38 +00:00
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2018-01-12 10:41:59 +00:00
"time": "2017-11-27T11:13:29+00:00"
2017-02-03 21:49:49 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "vlucas/phpdotenv",
2019-03-17 14:08:49 +00:00
"version": "v3.3.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/vlucas/phpdotenv.git",
2019-03-17 14:08:49 +00:00
"reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/dbcc609971dd9b55f48b8008b553d79fd372ddde",
"reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-03-17 14:08:49 +00:00
"php": "^5.4 || ^7.0",
"phpoption/phpoption": "^1.5",
2019-02-01 20:39:05 +00:00
"symfony/polyfill-ctype": "^1.9"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2019-03-17 14:08:49 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-17 14:08:49 +00:00
"dev-master": "3.3-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Dotenv\\": "src/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-07-22 18:34:16 +01:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2019-03-17 14:08:49 +00:00
"time": "2019-03-06T09:39:45+00:00"
2017-11-13 17:26:38 +00:00
}
],
"packages-dev": [
2018-10-05 20:37:08 +01:00
{
"name": "2bj/phanybar",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/2bj/Phanybar.git",
"reference": "88ff671e18f30c2047a34f8cf2465a7ff93c819b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/2bj/Phanybar/zipball/88ff671e18f30c2047a34f8cf2465a7ff93c819b",
"reference": "88ff671e18f30c2047a34f8cf2465a7ff93c819b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"bin": [
"bin/phanybar"
],
"type": "library",
"autoload": {
"psr-4": {
"Bakyt\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bakyt Turgumbaev",
"email": "dev2bj@gmail.com"
}
],
"description": "Control AnyBar from your php",
"keywords": [
"anybar",
"phanybar"
],
"time": "2015-03-06T12:14:28+00:00"
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "barryvdh/laravel-debugbar",
2019-03-17 14:08:49 +00:00
"version": "v3.2.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/barryvdh/laravel-debugbar.git",
2019-03-17 14:08:49 +00:00
"reference": "5fcba4cc8e92a230b13b99c1083fc22ba8a5c479"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/5fcba4cc8e92a230b13b99c1083fc22ba8a5c479",
"reference": "5fcba4cc8e92a230b13b99c1083fc22ba8a5c479",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-03-17 14:08:49 +00:00
"illuminate/routing": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/session": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x",
2018-02-15 12:26:59 +00:00
"maximebf/debugbar": "~1.15.0",
2017-11-13 17:26:38 +00:00
"php": ">=7.0",
2018-02-15 12:26:59 +00:00
"symfony/debug": "^3|^4",
"symfony/finder": "^3|^4"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2018-10-05 20:37:08 +01:00
"laravel/framework": "5.5.x"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-09-06 14:54:02 +01:00
"extra": {
"branch-alias": {
2018-02-15 12:26:59 +00:00
"dev-master": "3.2-dev"
2017-11-13 17:26:38 +00:00
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facade"
}
2017-09-06 14:54:02 +01:00
}
2017-10-13 12:31:31 +01:00
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Barryvdh\\Debugbar\\": "src/"
},
"files": [
"src/helpers.php"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "PHP Debugbar integration for Laravel",
"keywords": [
"debug",
"debugbar",
"laravel",
"profiler",
"webprofiler"
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-26T18:01:54+00:00"
2016-05-19 15:01:28 +01:00
},
2019-01-27 13:50:04 +00:00
{
"name": "beyondcode/laravel-dump-server",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/beyondcode/laravel-dump-server.git",
"reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
"reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
"shasum": ""
},
"require": {
"illuminate/console": "5.6.*|5.7.*|5.8.*",
"illuminate/http": "5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.6.*|5.7.*|5.8.*",
"php": "^7.1",
"symfony/var-dumper": "^4.1.1"
},
"require-dev": {
"larapack/dd": "^1.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"BeyondCode\\DumpServer\\DumpServerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"BeyondCode\\DumpServer\\": "src"
},
"files": [
"helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marcel Pociot",
"email": "marcel@beyondco.de",
"homepage": "https://beyondcode.de",
"role": "Developer"
}
],
"description": "Symfony Var-Dump Server for Laravel",
"homepage": "https://github.com/beyondcode/laravel-dump-server",
"keywords": [
"beyondcode",
"laravel-dump-server"
],
"time": "2018-10-04T07:22:24+00:00"
},
2018-04-07 18:37:33 +01:00
{
"name": "codedungeon/php-cli-colors",
2018-06-23 23:21:26 +01:00
"version": "1.10.7",
2018-04-07 18:37:33 +01:00
"source": {
"type": "git",
"url": "https://github.com/mikeerickson/php-cli-colors.git",
2018-06-23 23:21:26 +01:00
"reference": "5649ef76ec0c9ed626e95bf40fdfaf4b8efcf79b"
2018-04-07 18:37:33 +01:00
},
"dist": {
"type": "zip",
2018-06-23 23:21:26 +01:00
"url": "https://api.github.com/repos/mikeerickson/php-cli-colors/zipball/5649ef76ec0c9ed626e95bf40fdfaf4b8efcf79b",
"reference": "5649ef76ec0c9ed626e95bf40fdfaf4b8efcf79b",
2018-04-07 18:37:33 +01:00
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": ">=5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Codedungeon\\PHPCliColors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike Erickson",
"email": "codedungeon@gmail.com"
}
],
"description": "PHP Package for using color output in CLI commands",
"homepage": "https://github.com/mikeerickson/php-cli-colors",
"keywords": [
"color",
"colors",
"composer",
"package",
"php"
],
2018-06-23 23:21:26 +01:00
"time": "2018-05-17T01:34:14+00:00"
2018-04-07 18:37:33 +01:00
},
2017-09-11 11:30:05 +01:00
{
2018-02-15 12:26:59 +00:00
"name": "codedungeon/phpunit-result-printer",
2019-03-17 14:08:49 +00:00
"version": "0.26.1",
2017-09-11 11:30:05 +01:00
"source": {
"type": "git",
2018-02-15 12:26:59 +00:00
"url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
2019-03-17 14:08:49 +00:00
"reference": "70efe139f174954392582103355a1b4a3d9022e5"
2017-09-11 11:30:05 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/70efe139f174954392582103355a1b4a3d9022e5",
"reference": "70efe139f174954392582103355a1b4a3d9022e5",
2017-09-11 11:30:05 +01:00
"shasum": ""
},
"require": {
2018-10-05 20:37:08 +01:00
"2bj/phanybar": "^1.0",
"codedungeon/php-cli-colors": "^1.10.2",
"hassankhan/config": "^0.11.2",
2018-02-15 12:26:59 +00:00
"php": "^7.1",
"symfony/yaml": "^2.7|^3.0|^4.0"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2019-03-17 14:08:49 +00:00
"phpunit/phpunit": "8.0.*",
2018-10-05 20:37:08 +01:00
"spatie/phpunit-watcher": "^1.6"
2017-09-11 11:30:05 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
2018-02-15 12:26:59 +00:00
"Codedungeon\\PHPUnitPrettyResultPrinter\\": "src/"
2017-09-11 11:30:05 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-02-15 12:26:59 +00:00
"name": "Mike Erickson",
"email": "codedungeon@gmail.com"
2017-09-11 11:30:05 +01:00
}
],
2018-02-15 12:26:59 +00:00
"description": "PHPUnit Pretty Result Printer",
2017-11-13 17:26:38 +00:00
"keywords": [
2018-04-22 20:32:47 +01:00
"TDD",
2018-02-15 12:26:59 +00:00
"composer",
"package",
"phpunit",
"printer",
2018-04-07 18:37:33 +01:00
"result-printer",
"testing"
2017-11-13 17:26:38 +00:00
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-28T18:52:43+00:00"
2017-09-11 11:30:05 +01:00
},
2017-12-22 13:29:28 +00:00
{
2018-02-15 12:26:59 +00:00
"name": "doctrine/instantiator",
2019-03-22 16:52:40 +00:00
"version": "1.2.0",
2017-12-22 13:29:28 +00:00
"source": {
"type": "git",
2018-02-15 12:26:59 +00:00
"url": "https://github.com/doctrine/instantiator.git",
2019-03-22 16:52:40 +00:00
"reference": "a2c590166b2133a4633738648b6b064edae0814a"
2017-12-22 13:29:28 +00:00
},
"dist": {
"type": "zip",
2019-03-22 16:52:40 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
"reference": "a2c590166b2133a4633738648b6b064edae0814a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^7.1"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2019-03-22 16:52:40 +00:00
"doctrine/coding-standard": "^6.0",
2017-11-13 17:26:38 +00:00
"ext-pdo": "*",
"ext-phar": "*",
2019-03-22 16:52:40 +00:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2019-03-22 16:52:40 +00:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"constructor",
"instantiate"
2016-05-19 15:01:28 +01:00
],
2019-03-22 16:52:40 +00:00
"time": "2019-03-17T17:37:11+00:00"
2016-05-19 15:01:28 +01:00
},
2017-02-18 12:27:21 +00:00
{
2017-11-13 17:26:38 +00:00
"name": "facebook/webdriver",
2018-06-23 23:21:26 +01:00
"version": "1.6.0",
2017-02-18 12:27:21 +00:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/facebook/php-webdriver.git",
2018-06-23 23:21:26 +01:00
"reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e"
2017-02-18 12:27:21 +00:00
},
"dist": {
"type": "zip",
2018-06-23 23:21:26 +01:00
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/bd8c740097eb9f2fc3735250fc1912bc811a954e",
"reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e",
2017-02-18 12:27:21 +00:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"ext-curl": "*",
2018-06-23 23:21:26 +01:00
"ext-json": "*",
"ext-mbstring": "*",
2017-11-13 17:26:38 +00:00
"ext-zip": "*",
2017-11-16 09:38:21 +00:00
"php": "^5.6 || ~7.0",
"symfony/process": "^2.8 || ^3.1 || ^4.0"
2017-02-18 12:27:21 +00:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"friendsofphp/php-cs-fixer": "^2.0",
2018-06-23 23:21:26 +01:00
"jakub-onderka/php-parallel-lint": "^0.9.2",
"php-coveralls/php-coveralls": "^2.0",
2017-11-13 17:26:38 +00:00
"php-mock/php-mock-phpunit": "^1.1",
2017-11-16 09:38:21 +00:00
"phpunit/phpunit": "^5.7",
"sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
"squizlabs/php_codesniffer": "^2.6",
"symfony/var-dumper": "^3.3 || ^4.0"
2017-02-18 12:27:21 +00:00
},
2018-06-23 23:21:26 +01:00
"suggest": {
"ext-SimpleXML": "For Firefox profile creation"
},
2017-02-18 12:27:21 +00:00
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
"dev-community": "1.5-dev"
}
},
2017-02-18 12:27:21 +00:00
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Facebook\\WebDriver\\": "lib/"
2017-02-18 12:27:21 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"Apache-2.0"
2017-10-13 12:31:31 +01:00
],
2017-11-13 17:26:38 +00:00
"description": "A PHP client for Selenium WebDriver",
"homepage": "https://github.com/facebook/php-webdriver",
2017-02-18 12:27:21 +00:00
"keywords": [
2017-11-13 17:26:38 +00:00
"facebook",
"php",
"selenium",
"webdriver"
2017-02-18 12:27:21 +00:00
],
2018-06-23 23:21:26 +01:00
"time": "2018-05-16T17:37:13+00:00"
2017-02-18 12:27:21 +00:00
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "filp/whoops",
2019-01-20 17:35:58 +00:00
"version": "2.3.1",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/filp/whoops.git",
2019-01-20 17:35:58 +00:00
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
2017-09-04 19:34:39 +01:00
},
"require-dev": {
2018-06-23 23:21:26 +01:00
"mockery/mockery": "^0.9 || ^1.0",
2017-11-17 13:43:59 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
2018-06-23 23:21:26 +01:00
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
2017-09-04 19:34:39 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2018-10-05 20:37:08 +01:00
"dev-master": "2.2-dev"
2017-11-13 17:26:38 +00:00
}
},
2017-09-04 19:34:39 +01:00
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Whoops\\": "src/Whoops/"
2017-09-04 19:34:39 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
2017-09-04 19:34:39 +01:00
"role": "Developer"
}
],
2017-11-13 17:26:38 +00:00
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
2017-09-04 19:34:39 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
2017-09-04 19:34:39 +01:00
],
2019-01-20 17:35:58 +00:00
"time": "2018-10-23T09:00:00+00:00"
2017-09-04 19:34:39 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "fzaninotto/faker",
2018-07-22 18:34:16 +01:00
"version": "v1.8.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/fzaninotto/Faker.git",
2018-07-22 18:34:16 +01:00
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-07-22 18:34:16 +01:00
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"ext-intl": "*",
2018-07-22 18:34:16 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
2017-11-13 17:26:38 +00:00
"squizlabs/php_codesniffer": "^1.5"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Faker\\": "src/Faker/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "François Zaninotto"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Faker is a PHP library that generates fake data for you.",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"data",
"faker",
"fixtures"
2016-05-19 15:01:28 +01:00
],
2018-07-22 18:34:16 +01:00
"time": "2018-07-12T10:23:15+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "hamcrest/hamcrest-php",
2018-02-15 12:26:59 +00:00
"version": "v2.0.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/hamcrest/hamcrest-php.git",
2018-02-15 12:26:59 +00:00
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-02-15 12:26:59 +00:00
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^5.3|^7.0"
2017-11-13 17:26:38 +00:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"phpunit/php-file-iterator": "1.3.3",
2018-02-15 12:26:59 +00:00
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "^1.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2018-02-15 12:26:59 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"hamcrest"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD"
2017-10-13 12:31:31 +01:00
],
2017-11-13 17:26:38 +00:00
"description": "This is the PHP port of Hamcrest Matchers",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"test"
2016-05-19 15:01:28 +01:00
],
2018-02-15 12:26:59 +00:00
"time": "2016-01-20T08:20:44+00:00"
2016-05-19 15:01:28 +01:00
},
2017-12-22 13:29:28 +00:00
{
"name": "hassankhan/config",
2018-10-05 20:37:08 +01:00
"version": "0.11.2",
2017-12-22 13:29:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/hassankhan/config.git",
2018-10-05 20:37:08 +01:00
"reference": "7fbc236c32dc6cc53a7b00992a2739cf8b41c085"
2017-12-22 13:29:28 +00:00
},
"dist": {
"type": "zip",
2018-10-05 20:37:08 +01:00
"url": "https://api.github.com/repos/hassankhan/config/zipball/7fbc236c32dc6cc53a7b00992a2739cf8b41c085",
"reference": "7fbc236c32dc6cc53a7b00992a2739cf8b41c085",
2017-12-22 13:29:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.2"
},
"suggest": {
"symfony/yaml": "~2.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Noodlehaus\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hassan Khan",
"homepage": "http://hassankhan.me/",
"role": "Developer"
}
],
"description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
"homepage": "http://hassankhan.me/config/",
"keywords": [
"config",
"configuration",
"ini",
"json",
"microphp",
"unframework",
"xml",
"yaml",
"yml"
],
2018-10-05 20:37:08 +01:00
"time": "2017-11-07T22:49:43+00:00"
2017-12-22 13:29:28 +00:00
},
2017-02-03 22:05:48 +00:00
{
2017-11-13 17:26:38 +00:00
"name": "laravel/dusk",
2019-03-17 14:08:49 +00:00
"version": "v5.0.2",
2017-02-03 22:05:48 +00:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/laravel/dusk.git",
2019-03-17 14:08:49 +00:00
"reference": "5ffd0603ec6ad68eb9f4bd0ea98c6d4005b2f7cf"
2017-02-03 22:05:48 +00:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/laravel/dusk/zipball/5ffd0603ec6ad68eb9f4bd0ea98c6d4005b2f7cf",
"reference": "5ffd0603ec6ad68eb9f4bd0ea98c6d4005b2f7cf",
2017-02-03 22:05:48 +00:00
"shasum": ""
},
"require": {
2019-03-17 14:08:49 +00:00
"facebook/webdriver": "^1.3",
"illuminate/console": "~5.7.0|~5.8.0",
"illuminate/support": "~5.7.0|~5.8.0",
"nesbot/carbon": "^1.20|^2.0",
2018-02-15 12:26:59 +00:00
"php": ">=7.1.0",
2019-03-17 14:08:49 +00:00
"symfony/console": "^4.0",
"symfony/finder": "^4.0",
"symfony/process": "^4.0",
"vlucas/phpdotenv": "^2.2|^3.3"
2017-02-18 12:27:21 +00:00
},
"require-dev": {
2019-03-17 14:08:49 +00:00
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0"
2017-02-03 22:05:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-17 14:08:49 +00:00
"dev-master": "5.0-dev"
2017-11-13 17:26:38 +00:00
},
"laravel": {
"providers": [
"Laravel\\Dusk\\DuskServiceProvider"
]
2017-02-03 22:05:48 +00:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Laravel\\Dusk\\": "src/"
}
2017-02-03 22:05:48 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2017-02-03 22:05:48 +00:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Laravel Dusk provides simple end-to-end testing and browser automation.",
"keywords": [
"laravel",
"testing",
"webdriver"
],
2019-03-17 14:08:49 +00:00
"time": "2019-03-12T15:52:39+00:00"
2017-02-03 22:05:48 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "maximebf/debugbar",
2018-02-15 12:26:59 +00:00
"version": "v1.15.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/maximebf/php-debugbar.git",
2018-02-15 12:26:59 +00:00
"reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-02-15 12:26:59 +00:00
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
"reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.0",
"psr/log": "^1.0",
2018-02-15 12:26:59 +00:00
"symfony/var-dumper": "^2.6|^3.0|^4.0"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.14-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"DebugBar\\": "src/DebugBar/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Debug bar in the browser for php application",
"homepage": "https://github.com/maximebf/php-debugbar",
"keywords": [
"debug",
"debugbar"
],
2018-02-15 12:26:59 +00:00
"time": "2017-12-15T11:13:46+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "mockery/mockery",
2019-03-17 14:08:49 +00:00
"version": "1.2.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/mockery/mockery.git",
2019-03-17 14:08:49 +00:00
"reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
"reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"hamcrest/hamcrest-php": "~2.0",
2017-11-13 17:26:38 +00:00
"lib-pcre": ">=7.0",
2018-02-15 12:26:59 +00:00
"php": ">=5.6.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2019-03-17 14:08:49 +00:00
"phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-15 12:26:59 +00:00
"dev-master": "1.0.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-0": {
"Mockery": "library/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
"homepage": "http://davedevelopment.co.uk"
2016-05-19 15:01:28 +01:00
}
],
2018-06-23 23:21:26 +01:00
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
2017-11-13 17:26:38 +00:00
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-13T09:37:52+00:00"
2016-05-19 15:01:28 +01:00
},
2016-05-29 16:48:42 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "myclabs/deep-copy",
2018-06-23 23:21:26 +01:00
"version": "1.8.1",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/myclabs/DeepCopy.git",
2018-06-23 23:21:26 +01:00
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2018-06-23 23:21:26 +01:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2018-06-23 23:21:26 +01:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2017-10-13 12:31:31 +01:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2018-06-23 23:21:26 +01:00
"phpunit/phpunit": "^7.1"
2016-05-29 16:48:42 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"DeepCopy\\": "src/DeepCopy/"
2017-10-13 12:31:31 +01:00
},
2017-11-13 17:26:38 +00:00
"files": [
"src/DeepCopy/deep_copy.php"
2017-10-13 12:31:31 +01:00
]
2016-05-29 16:48:42 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2017-11-13 17:26:38 +00:00
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
2016-05-29 16:48:42 +01:00
],
2018-06-23 23:21:26 +01:00
"time": "2018-06-11T23:09:50+00:00"
2016-05-29 16:48:42 +01:00
},
2017-11-16 09:38:21 +00:00
{
"name": "nunomaduro/collision",
2019-03-17 14:08:49 +00:00
"version": "v3.0.1",
2017-11-16 09:38:21 +00:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
2019-03-17 14:08:49 +00:00
"reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
2017-11-16 09:38:21 +00:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
"reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
2017-11-16 09:38:21 +00:00
"shasum": ""
},
"require": {
"filp/whoops": "^2.1.4",
2019-01-20 17:35:58 +00:00
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2017-11-16 09:38:21 +00:00
"php": "^7.1",
2017-12-18 16:23:41 +00:00
"symfony/console": "~2.8|~3.3|~4.0"
2017-11-16 09:38:21 +00:00
},
2017-12-22 13:29:28 +00:00
"require-dev": {
2019-03-17 14:08:49 +00:00
"laravel/framework": "5.8.*",
2019-01-20 17:35:58 +00:00
"nunomaduro/larastan": "^0.3.0",
2019-03-17 14:08:49 +00:00
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "~8.0"
2017-12-22 13:29:28 +00:00
},
2017-11-16 09:38:21 +00:00
"type": "library",
"extra": {
"laravel": {
"providers": [
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"NunoMaduro\\Collision\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Cli error handling for console/command-line PHP applications.",
"keywords": [
"artisan",
"cli",
"command-line",
"console",
"error",
"handling",
"laravel",
"laravel-zero",
"php",
"symfony"
],
2019-03-17 14:08:49 +00:00
"time": "2019-03-07T21:35:13+00:00"
2017-11-16 09:38:21 +00:00
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "phar-io/manifest",
2018-07-22 18:34:16 +01:00
"version": "1.0.3",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phar-io/manifest.git",
2018-07-22 18:34:16 +01:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2018-07-22 18:34:16 +01:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"ext-dom": "*",
"ext-phar": "*",
2018-07-22 18:34:16 +01:00
"phar-io/version": "^2.0",
2017-11-13 17:26:38 +00:00
"php": "^5.6 || ^7.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.0.x-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2017-09-04 19:34:39 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2018-07-22 18:34:16 +01:00
"time": "2018-07-08T19:23:20+00:00"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phar-io/version",
2018-07-22 18:34:16 +01:00
"version": "2.0.1",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phar-io/version.git",
2018-07-22 18:34:16 +01:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2018-07-22 18:34:16 +01:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^5.6 || ^7.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2017-09-04 19:34:39 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Library for handling version information and constraints",
2018-07-22 18:34:16 +01:00
"time": "2018-07-08T19:19:57+00:00"
2017-09-04 19:34:39 +01:00
},
2016-06-08 16:08:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "phpdocumentor/reflection-common",
"version": "1.0.1",
2016-06-08 16:08:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2016-06-08 16:08:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2016-06-08 16:08:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.5"
2016-06-08 16:08:28 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"phpunit/phpunit": "^4.6"
2016-06-08 16:08:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.0.x-dev"
2016-06-08 16:08:28 +01:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"phpDocumentor\\Reflection\\": [
"src"
]
}
2016-06-08 16:08:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
2016-06-08 16:08:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"time": "2017-09-11T18:02:19+00:00"
2016-06-08 16:08:28 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "phpdocumentor/reflection-docblock",
2018-02-15 12:26:59 +00:00
"version": "4.3.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2018-02-15 12:26:59 +00:00
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-02-15 12:26:59 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^7.0",
2017-12-07 15:39:19 +00:00
"phpdocumentor/reflection-common": "^1.0.0",
2017-11-13 17:26:38 +00:00
"phpdocumentor/type-resolver": "^0.4.0",
"webmozart/assert": "^1.0"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
2017-12-07 15:39:19 +00:00
"doctrine/instantiator": "~1.0.5",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4"
2016-05-19 15:01:28 +01:00
},
2016-06-08 16:08:28 +01:00
"type": "library",
2017-12-07 15:39:19 +00:00
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
2016-06-08 16:08:28 +01:00
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"phpDocumentor\\Reflection\\": [
"src/"
]
}
2016-06-08 16:08:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2016-06-08 16:08:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2018-02-15 12:26:59 +00:00
"time": "2017-11-30T07:14:17+00:00"
2016-06-08 16:08:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpdocumentor/type-resolver",
"version": "0.4.0",
2016-06-08 16:08:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2016-06-08 16:08:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2016-06-08 16:08:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^5.5 || ^7.0",
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.2||^4.8.24"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.0.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2016-06-08 16:08:28 +01:00
"psr-4": {
2017-11-13 17:26:38 +00:00
"phpDocumentor\\Reflection\\": [
"src/"
]
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"time": "2017-07-14T14:27:02+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpspec/prophecy",
2018-10-05 20:37:08 +01:00
"version": "1.8.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phpspec/prophecy.git",
2018-10-05 20:37:08 +01:00
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-10-05 20:37:08 +01:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2018-04-22 20:32:47 +01:00
"sebastian/comparator": "^1.1|^2.0|^3.0",
2017-11-13 17:26:38 +00:00
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"phpspec/phpspec": "^2.5|^3.2",
2018-10-05 20:37:08 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-05 20:37:08 +01:00
"dev-master": "1.8.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-0": {
"Prophecy\\": "src/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
2016-05-19 15:01:28 +01:00
],
2018-10-05 20:37:08 +01:00
"time": "2018-08-05T17:53:17+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-code-coverage",
2019-03-17 14:46:45 +00:00
"version": "7.0.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2019-03-17 14:46:45 +00:00
"reference": "0317a769a81845c390e19684d9ba25d7f6aa4707"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:46:45 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0317a769a81845c390e19684d9ba25d7f6aa4707",
"reference": "0317a769a81845c390e19684d9ba25d7f6aa4707",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2019-03-17 14:46:45 +00:00
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
2017-11-13 17:26:38 +00:00
"phpunit/php-text-template": "^1.2.1",
2019-03-17 14:46:45 +00:00
"phpunit/php-token-stream": "^3.0.1",
2017-11-13 17:26:38 +00:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2019-03-17 14:46:45 +00:00
"sebastian/environment": "^4.1",
2017-11-13 17:26:38 +00:00
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2019-03-17 14:46:45 +00:00
"phpunit/phpunit": "^8.0"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2019-03-17 14:46:45 +00:00
"ext-xdebug": "^2.6.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-17 14:46:45 +00:00
"dev-master": "7.0-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2017-12-07 15:39:19 +00:00
"email": "sebastian@phpunit.de",
2017-11-13 17:26:38 +00:00
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2019-03-17 14:46:45 +00:00
"time": "2019-02-26T07:38:26+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-file-iterator",
2018-10-05 20:37:08 +01:00
"version": "2.0.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2018-10-05 20:37:08 +01:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-10-05 20:37:08 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-06-23 23:21:26 +01:00
"php": "^7.1"
2016-05-19 15:01:28 +01:00
},
2018-10-05 20:37:08 +01:00
"require-dev": {
"phpunit/phpunit": "^7.1"
},
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2018-06-23 23:21:26 +01:00
"dev-master": "2.0.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2018-06-23 23:21:26 +01:00
"email": "sebastian@phpunit.de",
2017-11-13 17:26:38 +00:00
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"filesystem",
"iterator"
2016-05-19 15:01:28 +01:00
],
2018-10-05 20:37:08 +01:00
"time": "2018-09-13T20:33:42+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-text-template",
"version": "1.2.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"template"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"time": "2015-06-21T13:50:34+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-timer",
2019-03-17 14:08:49 +00:00
"version": "2.1.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2019-03-17 14:08:49 +00:00
"reference": "8b389aebe1b8b0578430bda0c7c95a829608e059"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
"reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^7.1"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2018-02-15 12:26:59 +00:00
"phpunit/phpunit": "^7.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2019-03-17 14:08:49 +00:00
"dev-master": "2.1-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2018-02-15 12:26:59 +00:00
"email": "sebastian@phpunit.de",
2017-11-13 17:26:38 +00:00
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-20T10:12:59+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-token-stream",
2019-01-20 17:35:58 +00:00
"version": "3.0.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2019-01-20 17:35:58 +00:00
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"ext-tokenizer": "*",
2018-02-15 12:26:59 +00:00
"php": "^7.1"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2018-02-15 12:26:59 +00:00
"phpunit/phpunit": "^7.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2018-02-15 12:26:59 +00:00
"dev-master": "3.0-dev"
2017-10-13 12:31:31 +01:00
}
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"autoload": {
"classmap": [
"src/"
]
},
2016-05-19 15:01:28 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"tokenizer"
2016-05-19 15:01:28 +01:00
],
2019-01-20 17:35:58 +00:00
"time": "2018-10-30T05:52:18+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/phpunit",
2019-03-17 14:46:45 +00:00
"version": "8.0.5",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/phpunit.git",
2019-03-17 14:46:45 +00:00
"reference": "19cbed2120839772c4a00e8b28456b0c77d1a7b4"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:46:45 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/19cbed2120839772c4a00e8b28456b0c77d1a7b4",
"reference": "19cbed2120839772c4a00e8b28456b0c77d1a7b4",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-06-23 23:21:26 +01:00
"doctrine/instantiator": "^1.1",
2017-11-13 17:26:38 +00:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2019-03-17 14:46:45 +00:00
"ext-xmlwriter": "*",
2018-06-23 23:21:26 +01:00
"myclabs/deep-copy": "^1.7",
2018-07-22 18:34:16 +01:00
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
2019-03-17 14:46:45 +00:00
"php": "^7.2",
2017-11-13 17:26:38 +00:00
"phpspec/prophecy": "^1.7",
2019-03-17 14:46:45 +00:00
"phpunit/php-code-coverage": "^7.0",
2018-06-23 23:21:26 +01:00
"phpunit/php-file-iterator": "^2.0.1",
2017-11-13 17:26:38 +00:00
"phpunit/php-text-template": "^1.2.1",
2019-03-17 14:08:49 +00:00
"phpunit/php-timer": "^2.1",
2018-06-23 23:21:26 +01:00
"sebastian/comparator": "^3.0",
2018-02-15 12:26:59 +00:00
"sebastian/diff": "^3.0",
2019-03-17 14:46:45 +00:00
"sebastian/environment": "^4.1",
2017-11-13 17:26:38 +00:00
"sebastian/exporter": "^3.1",
2019-03-17 14:46:45 +00:00
"sebastian/global-state": "^3.0",
2017-11-13 17:26:38 +00:00
"sebastian/object-enumerator": "^3.0.3",
2018-10-05 20:37:08 +01:00
"sebastian/resource-operations": "^2.0",
2017-11-13 17:26:38 +00:00
"sebastian/version": "^2.0.1"
},
2016-09-21 17:34:27 +01:00
"require-dev": {
2017-11-13 17:26:38 +00:00
"ext-pdo": "*"
},
"suggest": {
2018-06-23 23:21:26 +01:00
"ext-soap": "*",
2017-11-13 17:26:38 +00:00
"ext-xdebug": "*",
2018-02-15 12:26:59 +00:00
"phpunit/php-invoker": "^2.0"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"bin": [
"phpunit"
],
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2019-03-17 14:46:45 +00:00
"dev-master": "8.0-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2019-03-17 14:46:45 +00:00
"time": "2019-03-16T07:33:46+00:00"
2016-05-29 16:48:42 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^5.6 || ^7.0"
2016-05-29 16:48:42 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"phpunit/phpunit": "^5.7 || ^6.0"
2016-05-29 16:48:42 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.0.x-dev"
2016-05-29 16:48:42 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-29 16:48:42 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-29 16:48:42 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-29 16:48:42 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/comparator",
2018-07-22 18:34:16 +01:00
"version": "3.0.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/comparator.git",
2018-07-22 18:34:16 +01:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-07-22 18:34:16 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-04-22 20:32:47 +01:00
"php": "^7.1",
"sebastian/diff": "^3.0",
2017-11-13 17:26:38 +00:00
"sebastian/exporter": "^3.1"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2018-04-22 20:32:47 +01:00
"phpunit/phpunit": "^7.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-22 20:32:47 +01:00
"dev-master": "3.0-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"comparator",
"compare",
"equality"
2016-05-19 15:01:28 +01:00
],
2018-07-22 18:34:16 +01:00
"time": "2018-07-12T15:12:46+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/diff",
2019-03-17 14:08:49 +00:00
"version": "3.0.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/diff.git",
2019-03-17 14:08:49 +00:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"php": "^7.1"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2019-03-17 14:08:49 +00:00
"phpunit/phpunit": "^7.5 || ^8.0",
2018-02-15 12:26:59 +00:00
"symfony/process": "^2 || ^3.3 || ^4"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2018-02-15 12:26:59 +00:00
"dev-master": "3.0-dev"
2017-10-13 12:31:31 +01:00
}
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"autoload": {
"classmap": [
"src/"
]
},
2016-05-19 15:01:28 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
2016-05-19 15:01:28 +01:00
"keywords": [
2018-02-15 12:26:59 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2016-05-19 15:01:28 +01:00
],
2019-03-17 14:08:49 +00:00
"time": "2019-02-04T06:01:07+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/environment",
2019-02-01 20:39:05 +00:00
"version": "4.1.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/environment.git",
2019-02-01 20:39:05 +00:00
"reference": "6fda8ce1974b62b14935adc02a9ed38252eca656"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-02-01 20:39:05 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
"reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-01-20 17:35:58 +00:00
"php": "^7.1"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2019-02-01 20:39:05 +00:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-01 20:39:05 +00:00
"dev-master": "4.1-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"Xdebug",
"environment",
"hhvm"
2016-05-19 15:01:28 +01:00
],
2019-02-01 20:39:05 +00:00
"time": "2019-02-01T05:27:49+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/exporter",
"version": "3.1.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^6.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "3.1.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"export",
"exporter"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"time": "2017-04-03T13:19:02+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/global-state",
2019-03-17 14:46:45 +00:00
"version": "3.0.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/global-state.git",
2019-03-17 14:46:45 +00:00
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:46:45 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-03-17 14:46:45 +00:00
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2016-05-19 15:01:28 +01:00
},
2017-10-13 12:31:31 +01:00
"require-dev": {
2019-03-17 14:46:45 +00:00
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"ext-uopz": "*"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2019-03-17 14:46:45 +00:00
"dev-master": "3.0-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"classmap": [
2017-11-13 17:26:38 +00:00
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"global state"
2016-05-19 15:01:28 +01:00
],
2019-03-17 14:46:45 +00:00
"time": "2019-02-01T05:30:01+00:00"
2016-05-19 15:01:28 +01:00
},
2016-05-29 16:48:42 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/object-enumerator",
"version": "3.0.3",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2016-05-29 16:48:42 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"phpunit/phpunit": "^6.0"
2016-05-29 16:48:42 +01:00
},
2017-10-13 12:31:31 +01:00
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
2016-05-29 16:48:42 +01:00
"autoload": {
"classmap": [
2017-11-13 17:26:38 +00:00
"src/"
2016-05-29 16:48:42 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-29 16:48:42 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-29 16:48:42 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2017-08-03T12:35:26+00:00"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/object-reflector",
"version": "1.1.1",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^7.0"
2017-09-04 19:34:39 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"phpunit/phpunit": "^6.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.1-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2017-09-04 19:34:39 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
2016-05-29 16:48:42 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/recursion-context",
"version": "3.0.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": "^7.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"phpunit/phpunit": "^6.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "3.0.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2017-03-03T06:23:57+00:00"
2016-05-19 15:01:28 +01:00
},
2016-05-29 16:48:42 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/resource-operations",
2018-10-05 20:37:08 +01:00
"version": "2.0.1",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2018-10-05 20:37:08 +01:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2018-10-05 20:37:08 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2018-10-05 20:37:08 +01:00
"php": "^7.1"
2016-05-29 16:48:42 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2018-10-05 20:37:08 +01:00
"dev-master": "2.0-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-29 16:48:42 +01:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2017-11-13 17:26:38 +00:00
"email": "sebastian@phpunit.de"
2016-05-29 16:48:42 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2018-10-05 20:37:08 +01:00
"time": "2018-10-04T04:07:39+00:00"
2016-05-29 16:48:42 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/version",
"version": "2.0.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
2016-05-29 16:48:42 +01:00
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.6"
2016-05-29 16:48:42 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
2016-05-29 16:48:42 +01:00
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "2.0.x-dev"
2016-05-29 16:48:42 +01:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2017-11-13 17:26:38 +00:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
2016-05-19 15:01:28 +01:00
},
2018-02-15 12:26:59 +00:00
{
"name": "symfony/thanks",
2018-10-05 20:37:08 +01:00
"version": "v1.1.0",
2018-02-15 12:26:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/thanks.git",
2018-10-05 20:37:08 +01:00
"reference": "9474a631b52737c623b6aeba22f00bbc003251da"
2018-02-15 12:26:59 +00:00
},
"dist": {
"type": "zip",
2018-10-05 20:37:08 +01:00
"url": "https://api.github.com/repos/symfony/thanks/zipball/9474a631b52737c623b6aeba22f00bbc003251da",
"reference": "9474a631b52737c623b6aeba22f00bbc003251da",
2018-02-15 12:26:59 +00:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": "^5.5.9|^7.0.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"class": "Symfony\\Thanks\\Thanks"
},
"autoload": {
"psr-4": {
"Symfony\\Thanks\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Give thanks (in the form of a GitHub ⭐) to your fellow PHP package maintainers (not limited to Symfony components)!",
2018-10-05 20:37:08 +01:00
"time": "2018-08-24T14:08:13+00:00"
2018-02-15 12:26:59 +00:00
},
2017-09-11 11:30:05 +01:00
{
"name": "symfony/yaml",
2019-03-17 14:08:49 +00:00
"version": "v4.2.4",
2017-09-11 11:30:05 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2019-03-17 14:08:49 +00:00
"reference": "761fa560a937fd7686e5274ff89dcfa87a5047df"
2017-09-11 11:30:05 +01:00
},
"dist": {
"type": "zip",
2019-03-17 14:08:49 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/761fa560a937fd7686e5274ff89dcfa87a5047df",
"reference": "761fa560a937fd7686e5274ff89dcfa87a5047df",
2017-09-11 11:30:05 +01:00
"shasum": ""
},
"require": {
2018-06-23 23:21:26 +01:00
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
2017-09-11 11:30:05 +01:00
},
2017-12-07 15:39:19 +00:00
"conflict": {
"symfony/console": "<3.4"
},
2017-09-11 11:30:05 +01:00
"require-dev": {
2017-12-07 15:39:19 +00:00
"symfony/console": "~3.4|~4.0"
2017-09-11 11:30:05 +01:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-20 17:35:58 +00:00
"dev-master": "4.2-dev"
2017-09-11 11:30:05 +01: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",
2019-03-17 14:08:49 +00:00
"time": "2019-02-23T15:17:42+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "theseer/tokenizer",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2017-04-07T12:08:54+00:00"
},
{
"name": "webmozart/assert",
2019-01-20 17:35:58 +00:00
"version": "1.4.0",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2019-01-20 17:35:58 +00:00
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2019-01-20 17:35:58 +00:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2019-01-20 17:35:58 +00:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2019-01-20 17:35:58 +00:00
"time": "2018-12-25T11:19:39+00:00"
2016-05-19 15:01:28 +01:00
}
],
"aliases": [],
2018-02-15 12:26:59 +00:00
"minimum-stability": "dev",
2016-05-19 15:01:28 +01:00
"stability-flags": {
2016-10-20 18:19:26 +01:00
"jonnybarnes/indieweb": 20
2016-05-19 15:01:28 +01:00
},
2018-02-15 12:26:59 +00:00
"prefer-stable": true,
2016-05-19 15:01:28 +01:00
"prefer-lowest": false,
"platform": {
2018-01-16 17:42:15 +00:00
"php": ">=7.2.0"
2016-05-19 15:01:28 +01:00
},
"platform-dev": []
}