1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00
freescout/composer.lock

5961 lines
208 KiB
Plaintext
Raw Normal View History

2018-09-24 15:33:08 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-07-02 15:12:01 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2018-09-24 15:33:08 +02:00
"This file is @generated automatically"
],
"content-hash": "ccb6b835b0e79eba07e8b47c251dec45",
2018-09-24 15:33:08 +02:00
"packages": [
{
"name": "anahkiasen/underscore-php",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/Anahkiasen/underscore-php.git",
"reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Anahkiasen/underscore-php/zipball/48f97b295c82d99c1fe10d8b0684c43f051b5580",
"reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580",
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.0",
"patchwork/utf8": "^1.2",
"php": ">=5.4.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "2.0.*@dev",
"phpunit/phpunit": "^4.6"
},
"type": "library",
"autoload": {
"psr-4": {
"Underscore\\": [
"src",
"tests"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maxime Fabre",
"email": "ehtnam6@gmail.com"
}
],
"description": "A redacted port of Underscore.js for PHP",
"keywords": [
"internals",
"laravel",
"toolkit"
],
2020-05-26 12:45:33 +02:00
"abandoned": true,
2018-09-24 15:33:08 +02:00
"time": "2015-05-16T19:24:58+00:00"
},
{
"name": "axn/laravel-laroute",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/AXN-Informatique/laravel-laroute.git",
"reference": "40ccb656a5ca380c4cd7de7f80667f1d6cd9aeeb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AXN-Informatique/laravel-laroute/zipball/40ccb656a5ca380c4cd7de7f80667f1d6cd9aeeb",
"reference": "40ccb656a5ca380c4cd7de7f80667f1d6cd9aeeb",
"shasum": ""
},
"require": {
"illuminate/support": "5.4.*|5.5.*|5.6.*",
"lord/laroute": "^2.4"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Axn\\Laroute\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Axn\\Laroute\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "AXN Informatique",
"email": "developpement@axn.fr"
}
],
"description": "Extend aaronlord/laroute package.",
"homepage": "https://github.com/AXN-Informatique/laravel-laroute",
"time": "2018-07-04T10:38:09+00:00"
},
2018-09-25 14:36:41 +02:00
{
"name": "barryvdh/laravel-translation-manager",
"version": "v0.5.0",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-translation-manager.git",
"reference": "857334ea6ffa2511982442495460c9c3ff096160"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-translation-manager/zipball/857334ea6ffa2511982442495460c9c3ff096160",
"reference": "857334ea6ffa2511982442495460c9c3ff096160",
"shasum": ""
},
"require": {
"illuminate/support": "5.5.x|5.6.x|5.7.x",
"illuminate/translation": "5.5.x|5.6.x|5.7.x",
"php": ">=7",
"symfony/finder": "~3.0|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
},
"laravel": {
"providers": [
"Barryvdh\\TranslationManager\\ManagerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Barryvdh\\TranslationManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Manage Laravel Translations",
"keywords": [
"laravel",
"translations",
"translator"
],
"time": "2018-08-31T13:25:15+00:00"
},
2018-09-26 12:14:54 +02:00
{
"name": "chumper/zipper",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/Chumper/Zipper.git",
"reference": "6a1733c34d67c3952b8439afb36ad4ea5c3ceacb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Chumper/Zipper/zipball/6a1733c34d67c3952b8439afb36ad4ea5c3ceacb",
"reference": "6a1733c34d67c3952b8439afb36ad4ea5c3ceacb",
"shasum": ""
},
"require": {
"illuminate/filesystem": "^5.0",
"illuminate/support": "^5.0",
"php": ">=5.6.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.7"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Chumper\\Zipper\\ZipperServiceProvider"
],
"aliases": {
"Zipper": "Chumper\\Zipper\\Zipper"
}
}
},
"autoload": {
"psr-4": {
"Chumper\\Zipper\\": "src/Chumper/Zipper"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
"name": "Nils Plaschke",
"email": "github@nilsplaschke.de",
"homepage": "http://nilsplaschke.de",
"role": "Developer"
}
],
"description": "This is a little neat helper for the ZipArchive methods with handy functions",
"homepage": "http://github.com/Chumper/zipper",
"keywords": [
"archive",
"laravel",
"zip"
],
2020-05-26 12:45:33 +02:00
"abandoned": true,
2018-09-26 12:14:54 +02:00
"time": "2017-07-17T08:05:10+00:00"
},
2018-11-09 11:27:13 +01:00
{
"name": "codedge/laravel-selfupdater",
"version": "1.4.3",
"source": {
"type": "git",
"url": "https://github.com/codedge/laravel-selfupdater.git",
"reference": "084a1dd447d9dcd532042dfc3296b195903c2530"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/codedge/laravel-selfupdater/zipball/084a1dd447d9dcd532042dfc3296b195903c2530",
"reference": "084a1dd447d9dcd532042dfc3296b195903c2530",
"shasum": ""
},
"require": {
"ext-zip": "*",
"guzzlehttp/guzzle": "6.*",
"illuminate/support": "5.*",
"php": ">=5.5"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
"orchestra/testbench": "3.2.*",
"phpunit/phpunit": "^4.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Codedge\\Updater\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Holger Lösken",
"email": "holger.loesken@codedge.de",
"homepage": "http://codedge.de",
"role": "Developer"
}
],
"description": "Providing an auto-updating functionality for your self-hosted Laravel application.",
"keywords": [
"auto update",
"auto-update",
"laravel",
"laravel application",
"self update",
"self-hosted laravel application",
"self-update",
"update"
],
"time": "2017-04-09T12:12:08+00:00"
},
2018-09-24 15:33:08 +02:00
{
"name": "devfactory/minify",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://github.com/DevFactoryCH/minify.git",
"reference": "95d518081aa29c91b8c89243c61a7b1fc726120e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DevFactoryCH/minify/zipball/95d518081aa29c91b8c89243c61a7b1fc726120e",
"reference": "95d518081aa29c91b8c89243c61a7b1fc726120e",
"shasum": ""
},
"require": {
"illuminate/filesystem": "~5.0",
"illuminate/support": "~5.0",
"natxet/cssmin": "3.*",
"php": ">=5.4.0",
"tedivm/jshrink": "~1.0"
},
"require-dev": {
"mikey179/vfsstream": "1.2.*",
"phpspec/phpspec": "2.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Devfactory\\Minify\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Da Costa Alcindo",
"email": "alcindo.dacosta@devfactory.ch"
}
],
"description": "A package for minifying styles and javascript for laravel 5 ",
"keywords": [
"laravel5",
"minify"
],
"time": "2016-01-04T12:36:52+00:00"
},
{
"name": "dnoegel/php-xdg-base-dir",
2020-05-26 12:45:33 +02:00
"version": "v0.1.1",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
2020-05-26 12:45:33 +02:00
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
2020-05-26 12:45:33 +02:00
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
2018-09-24 15:33:08 +02:00
},
2020-05-26 12:45:33 +02:00
"type": "library",
2018-09-24 15:33:08 +02:00
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
2020-05-26 12:45:33 +02:00
"time": "2019-12-04T15:06:13+00:00"
2018-09-24 15:33:08 +02:00
},
2018-11-15 09:32:32 +01:00
{
"name": "doctrine/annotations",
"version": "v1.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": "^5.6 || ^7.0"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^5.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"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": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
"time": "2017-02-24T16:22:25+00:00"
},
{
"name": "doctrine/cache",
"version": "v1.6.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
"shasum": ""
},
"require": {
"php": "~5.5|~7.0"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.0",
"predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"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",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],
"time": "2017-07-22T12:49:21+00:00"
},
{
"name": "doctrine/collections",
"version": "v1.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"doctrine/coding-standard": "~0.1@dev",
"phpunit/phpunit": "^5.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Collections\\": "lib/"
}
},
"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": "Collections Abstraction library",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"array",
"collections",
"iterator"
],
"time": "2017-01-03T10:49:41+00:00"
},
{
"name": "doctrine/common",
"version": "v2.7.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
"reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
"shasum": ""
},
"require": {
"doctrine/annotations": "1.*",
"doctrine/cache": "1.*",
"doctrine/collections": "1.*",
"doctrine/inflector": "1.*",
"doctrine/lexer": "1.*",
"php": "~5.6|~7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev"
}
},
"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"
}
],
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"collections",
"eventmanager",
"persistence",
"spl"
],
"time": "2017-07-22T08:35:12+00:00"
},
{
"name": "doctrine/dbal",
"version": "v2.5.13",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "729340d8d1eec8f01bff708e12e449a3415af873"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
"reference": "729340d8d1eec8f01bff708e12e449a3415af873",
"shasum": ""
},
"require": {
"doctrine/common": ">=2.4,<2.8-dev",
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"symfony/console": "2.*||^3.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\DBAL\\": "lib/"
}
},
"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"
}
],
"description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"persistence",
"queryobject"
],
"time": "2017-07-22T20:44:48+00:00"
},
2018-09-24 15:33:08 +02:00
{
"name": "doctrine/inflector",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
"reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
},
"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"
],
"time": "2017-07-22T12:18:28+00:00"
},
{
"name": "doctrine/lexer",
"version": "v1.0.1",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
2018-09-24 15:33:08 +02:00
}
},
"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",
2018-09-24 15:33:08 +02:00
"keywords": [
"lexer",
"parser"
2018-09-24 15:33:08 +02:00
],
"time": "2014-09-09T13:34:57+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "egulias/email-validator",
2020-05-26 12:45:33 +02:00
"version": "2.1.10",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2020-05-26 12:45:33 +02:00
"reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec",
"reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
"php": ">= 5.5"
},
"require-dev": {
"dominicsayers/isemail": "dev-master",
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
2020-05-26 12:45:33 +02:00
"satooshi/php-coveralls": "^1.0.1",
"symfony/phpunit-bridge": "^4.4@dev"
2018-09-24 15:33:08 +02: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"
],
2020-05-26 12:45:33 +02:00
"time": "2019-07-19T20:52:08+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "erusev/parsedown",
"version": "1.7.1",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
"time": "2018-03-08T01:11:30+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "ezyang/htmlpurifier",
2020-05-26 12:45:33 +02:00
"version": "v4.12.0",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
2020-05-26 12:45:33 +02:00
"reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
"reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"require-dev": {
2020-05-26 12:45:33 +02:00
"simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
2018-09-24 15:33:08 +02:00
},
"type": "library",
"autoload": {
"psr-0": {
"HTMLPurifier": "library/"
},
"files": [
"library/HTMLPurifier.composer.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-26 12:45:33 +02:00
"LGPL-2.1-or-later"
2018-09-24 15:33:08 +02:00
],
"authors": [
{
"name": "Edward Z. Yang",
"email": "admin@htmlpurifier.org",
"homepage": "http://ezyang.com"
}
],
"description": "Standards compliant HTML filter written in PHP",
"homepage": "http://htmlpurifier.org/",
"keywords": [
"html"
],
2020-05-26 12:45:33 +02:00
"time": "2019-10-28T03:44:26+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "fideloper/proxy",
"version": "3.3.4",
"source": {
"type": "git",
"url": "https://github.com/fideloper/TrustedProxy.git",
"reference": "9cdf6f118af58d89764249bbcc7bb260c132924f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9cdf6f118af58d89764249bbcc7bb260c132924f",
"reference": "9cdf6f118af58d89764249bbcc7bb260c132924f",
"shasum": ""
},
"require": {
"illuminate/contracts": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/http": "~5.0",
"mockery/mockery": "~0.9.3",
"phpunit/phpunit": "^5.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev"
},
"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"
],
"time": "2017-06-15T17:19:42+00:00"
},
2018-11-04 07:32:25 +01:00
{
"name": "guzzlehttp/guzzle",
"version": "6.3.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"shasum": ""
},
"require": {
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.0"
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.3-dev"
}
},
"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"
],
"time": "2018-04-22T15:46:56+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"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"
],
"time": "2016-12-20T10:07:11+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"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"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"request",
"response",
"stream",
"uri",
"url"
],
"time": "2017-03-20T17:10:46+00:00"
},
2018-09-24 15:33:08 +02:00
{
"name": "html2text/html2text",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/mtibben/html2text.git",
"reference": "bf613dc8d3389d70c891cd847954346acab16574"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mtibben/html2text/zipball/bf613dc8d3389d70c891cd847954346acab16574",
"reference": "bf613dc8d3389d70c891cd847954346acab16574",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "~4"
},
"suggest": {
"ext-mbstring": "For best performance",
"symfony/polyfill-mbstring": "If you can't install ext-mbstring"
},
"type": "library",
"autoload": {
"psr-4": {
"Html2Text\\": [
"src/",
"test/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPLv2"
],
"description": "Converts HTML to formatted plain text",
"time": "2017-05-15T01:50:59+00:00"
},
{
"name": "jakub-onderka/php-console-color",
2018-10-22 15:02:33 +02:00
"version": "v0.2",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
2018-10-22 15:02:33 +02:00
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2018-10-22 15:02:33 +02:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2018-10-22 15:02:33 +02:00
"php": ">=5.4.0"
2018-09-24 15:33:08 +02:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
2018-10-22 15:02:33 +02:00
"jakub-onderka/php-parallel-lint": "1.0",
2018-09-24 15:33:08 +02:00
"jakub-onderka/php-var-dump-check": "0.*",
2018-10-22 15:02:33 +02:00
"phpunit/phpunit": "~4.3",
2018-09-24 15:33:08 +02:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
2018-10-22 15:02:33 +02:00
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2018-09-24 15:33:08 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
2018-10-22 15:02:33 +02:00
"email": "jakub.onderka@gmail.com"
2018-09-24 15:33:08 +02:00
}
],
2020-05-26 12:45:33 +02:00
"abandoned": "php-parallel-lint/php-console-color",
2018-10-22 15:02:33 +02:00
"time": "2018-09-29T17:23:10+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "jakub-onderka/php-console-highlighter",
2018-10-22 15:02:33 +02:00
"version": "v0.4",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
2018-10-22 15:02:33 +02:00
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2018-10-22 15:02:33 +02:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2018-10-22 15:02:33 +02:00
"ext-tokenizer": "*",
"jakub-onderka/php-console-color": "~0.2",
"php": ">=5.4.0"
2018-09-24 15:33:08 +02:00
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
2018-10-22 15:02:33 +02:00
"jakub-onderka/php-parallel-lint": "~1.0",
2018-09-24 15:33:08 +02:00
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
2018-10-22 15:02:33 +02:00
"psr-4": {
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
2018-09-24 15:33:08 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
2018-10-22 15:02:33 +02:00
"description": "Highlight PHP code in terminal",
2020-05-26 12:45:33 +02:00
"abandoned": "php-parallel-lint/php-console-highlighter",
2018-10-22 15:02:33 +02:00
"time": "2018-09-29T18:48:56+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "javoscript/laravel-macroable-models",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/javoscript/laravel-macroable-models.git",
"reference": "2ade1984f33362c0a304da6352f95c407d5c761f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/javoscript/laravel-macroable-models/zipball/2ade1984f33362c0a304da6352f95c407d5c761f",
"reference": "2ade1984f33362c0a304da6352f95c407d5c761f",
"shasum": ""
},
"require-dev": {
"orchestra/testbench": "^4.6",
"phpunit/phpunit": "^8.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Javoscript\\MacroableModels\\MacroableModelsServiceProvider"
],
"aliases": {
"MacroableModels": "Javoscript\\MacroableModels\\Facades\\MacroableModels"
}
}
},
"autoload": {
"psr-4": {
"Javoscript\\MacroableModels\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Javier Ugarte",
"email": "javougarte@gmail.com"
}
],
"description": "A package for adding methods to Laravel models on the fly",
"time": "2020-03-10T01:19:26+00:00"
},
2018-11-04 07:32:25 +01:00
{
"name": "kitetail/zttp",
"version": "v0.4.0",
"source": {
"type": "git",
"url": "https://github.com/kitetail/zttp.git",
"reference": "3875188916c746ff1a3f2b1095564aca72d973b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kitetail/zttp/zipball/3875188916c746ff1a3f2b1095564aca72d973b8",
"reference": "3875188916c746ff1a3f2b1095564aca72d973b8",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"php": ">=7.0",
"tightenco/collect": "^5.4"
},
"require-dev": {
"laravel/lumen-framework": "5.5.*",
"phpunit/phpunit": "^6.0"
},
"type": "library",
"autoload": {
"files": [
"src/Zttp.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adam Wathan",
"email": "adam.wathan@gmail.com"
}
],
"description": "A developer-experience focused HTTP client, optimized for most common use cases.",
"keywords": [
"Guzzle",
"http"
],
"time": "2018-03-11T19:39:08+00:00"
},
2018-09-24 15:33:08 +02:00
{
"name": "laravel/framework",
"version": "v5.5.40",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "d724ce0aa61bbd9adf658215eec484f5dd6711d6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/d724ce0aa61bbd9adf658215eec484f5dd6711d6",
"reference": "d724ce0aa61bbd9adf658215eec484f5dd6711d6",
"shasum": ""
},
"require": {
"doctrine/inflector": "~1.1",
"erusev/parsedown": "~1.7",
"ext-mbstring": "*",
"ext-openssl": "*",
"league/flysystem": "^1.0.8",
"monolog/monolog": "~1.12",
"mtdowling/cron-expression": "~1.0",
"nesbot/carbon": "^1.24.1",
"php": ">=7.0",
"psr/container": "~1.0",
"psr/simple-cache": "^1.0",
"ramsey/uuid": "~3.0",
"swiftmailer/swiftmailer": "~6.0",
"symfony/console": "~3.3",
"symfony/debug": "~3.3",
"symfony/finder": "~3.3",
"symfony/http-foundation": "~3.3",
"symfony/http-kernel": "~3.3",
"symfony/process": "~3.3",
"symfony/routing": "~3.3",
"symfony/var-dumper": "~3.3",
"tijsverkoyen/css-to-inline-styles": "~2.2",
"vlucas/phpdotenv": "~2.2"
},
"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",
"illuminate/notifications": "self.version",
"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",
"illuminate/view": "self.version",
"tightenco/collect": "<5.5.33"
},
"require-dev": {
"aws/aws-sdk-php": "~3.0",
"doctrine/dbal": "~2.5",
"filp/whoops": "^2.1.4",
"mockery/mockery": "~1.0",
"orchestra/testbench-core": "3.5.*",
"pda/pheanstalk": "~3.0",
"phpunit/phpunit": "~6.0",
"predis/predis": "^1.1.1",
"symfony/css-selector": "~3.3",
"symfony/dom-crawler": "~3.3"
},
"suggest": {
"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.5).",
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
"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 Flysystem caching (~1.0).",
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
"nexmo/client": "Required to use the Nexmo transport (~1.0).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
"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).",
"symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).",
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.5-dev"
}
},
"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",
"email": "taylor@laravel.com"
}
],
"description": "The Laravel Framework.",
"homepage": "https://laravel.com",
"keywords": [
"framework",
"laravel"
],
"time": "2018-03-30T13:29:30+00:00"
},
{
"name": "laravel/tinker",
"version": "v1.0.7",
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
"reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/tinker/zipball/e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
"reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
"shasum": ""
},
"require": {
"illuminate/console": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/support": "~5.1",
"php": ">=5.5.9",
"psy/psysh": "0.7.*|0.8.*|0.9.*",
"symfony/var-dumper": "~3.0|~4.0"
},
"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"
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
}
},
"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"
],
"time": "2018-05-17T13:42:07+00:00"
},
{
"name": "league/flysystem",
"version": "1.0.48",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a6ded5b2f6055e2db97b4b859fdfca2b952b78aa",
"reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": ">=5.5.9"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
"phpspec/phpspec": "^3.4",
"phpunit/phpunit": "^5.7.10"
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
"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",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
},
"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"
],
"time": "2018-10-15T13:53:10+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "lord/laroute",
"version": "2.4.7",
"source": {
"type": "git",
"url": "https://github.com/aaronlord/laroute.git",
"reference": "915501506ee5dfd07b9f9716537a16e1c66d4125"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronlord/laroute/zipball/915501506ee5dfd07b9f9716537a16e1c66d4125",
"reference": "915501506ee5dfd07b9f9716537a16e1c66d4125",
"shasum": ""
},
"require": {
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "dev-master",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Lord\\Laroute\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Lord",
"email": "hello@aaronlord.is"
}
],
"description": "Access Laravels URL/Route helper functions, from JavaScript.",
"keywords": [
"javascript",
"laravel",
"routes",
"routing"
],
"time": "2018-02-10T01:17:07+00:00"
},
{
"name": "mews/purifier",
2020-05-26 12:45:33 +02:00
"version": "3.2.2",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/mewebstudio/Purifier.git",
2020-05-26 12:45:33 +02:00
"reference": "75e4d9a0553b31c1fd31aef65f9561c30dbe5e5e"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/mewebstudio/Purifier/zipball/75e4d9a0553b31c1fd31aef65f9561c30dbe5e5e",
"reference": "75e4d9a0553b31c1fd31aef65f9561c30dbe5e5e",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2020-05-26 12:45:33 +02:00
"ezyang/htmlpurifier": "4.12.*",
"illuminate/config": "^5.1|^6.0|^7.0",
"illuminate/filesystem": "^5.1|^6.0|^7.0",
"illuminate/support": "^5.1|^6.0|^7.0",
"php": "^7.2"
2018-09-24 15:33:08 +02:00
},
"require-dev": {
"graham-campbell/testbench": "^3.2",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "^4.8|^5.0",
"scrutinizer/ocular": "^1.3"
},
"suggest": {
"laravel/framework": "To test the Laravel bindings",
"laravel/lumen-framework": "To test the Lumen bindings"
},
"type": "package",
"extra": {
"laravel": {
"providers": [
"Mews\\Purifier\\PurifierServiceProvider"
],
"aliases": {
"Purifier": "Mews\\Purifier\\Facades\\Purifier"
}
}
},
"autoload": {
"psr-4": {
"Mews\\Purifier\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Muharrem ERİN",
"email": "me@mewebstudio.com",
"homepage": "https://github.com/mewebstudio",
"role": "Developer"
}
],
2020-05-26 12:45:33 +02:00
"description": "Laravel 5/6/7 HtmlPurifier Package",
2018-09-24 15:33:08 +02:00
"homepage": "https://github.com/mewebstudio/purifier",
"keywords": [
"Purifier",
"htmlpurifier",
"laravel5 HtmlPurifier",
"laravel5 Purifier",
"laravel5 Security",
2020-05-26 12:45:33 +02:00
"laravel6 HtmlPurifier",
"laravel6 Purifier",
"laravel6 Security",
2018-09-24 15:33:08 +02:00
"security",
"xss"
],
2020-05-26 12:45:33 +02:00
"time": "2020-04-10T19:42:16+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "monolog/monolog",
"version": "1.25.5",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "1817faadd1846cd08be9a49e905dc68823bc38c0"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0",
"reference": "1817faadd1846cd08be9a49e905dc68823bc38c0",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
2020-05-26 12:45:33 +02:00
"php-parallel-lint/php-parallel-lint": "^1.0",
2018-09-24 15:33:08 +02:00
"phpunit/phpunit": "~4.5",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
"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",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
},
"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"
],
"time": "2020-07-23T08:35:51+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "mtdowling/cron-expression",
2020-05-26 12:45:33 +02:00
"version": "v1.2.3",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/mtdowling/cron-expression.git",
2020-05-26 12:45:33 +02:00
"reference": "9be552eebcc1ceec9776378f7dcc085246cacca6"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6",
"reference": "9be552eebcc1ceec9776378f7dcc085246cacca6",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"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"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
2020-05-26 12:45:33 +02:00
"abandoned": "dragonmantank/cron-expression",
"time": "2019-12-28T04:23:06+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "natxet/CssMin",
"version": "v3.0.6",
"source": {
"type": "git",
"url": "https://github.com/natxet/CssMin.git",
"reference": "d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/natxet/CssMin/zipball/d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd",
"reference": "d5d9f4c3e5cedb1ae96a95a21731f8790e38f1dd",
"shasum": ""
},
"require": {
"php": ">=5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joe Scylla",
"email": "joe.scylla@gmail.com",
"homepage": "https://profiles.google.com/joe.scylla"
}
],
"description": "Minifying CSS",
"homepage": "http://code.google.com/p/cssmin/",
"keywords": [
"css",
"minify"
],
"time": "2018-01-09T11:15:01+00:00"
},
{
"name": "nesbot/carbon",
2018-11-15 09:32:32 +01:00
"version": "1.35.1",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2018-11-15 09:32:32 +01:00
"reference": "5c05a2be472b22f63291d192410df9f0e0de3b19"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2018-11-15 09:32:32 +01:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/5c05a2be472b22f63291d192410df9f0e0de3b19",
"reference": "5c05a2be472b22f63291d192410df9f0e0de3b19",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7"
},
2018-11-14 09:01:27 +01:00
"suggest": {
"friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
"phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
},
2018-09-24 15:33:08 +02:00
"type": "library",
"extra": {
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
}
],
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2018-11-15 09:32:32 +01:00
"time": "2018-11-14T21:55:58+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "nikic/php-parser",
"version": "v4.1.0",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2018-10-22 15:02:33 +02:00
"dev-master": "4.1-dev"
2018-09-24 15:33:08 +02:00
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"time": "2018-10-10T09:24:14+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "nwidart/laravel-modules",
"version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/nWidart/laravel-modules.git",
"reference": "30c1475f99ef8b439a1cf7d8a9c55787c80bbf71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nWidart/laravel-modules/zipball/30c1475f99ef8b439a1cf7d8a9c55787c80bbf71",
"reference": "30c1475f99ef8b439a1cf7d8a9c55787c80bbf71",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.7",
"laravel/framework": "5.5.*",
"mockery/mockery": "~1.0",
"orchestra/testbench": "^3.5",
"phpunit/phpunit": "~6.0",
"spatie/phpunit-snapshot-assertions": "^1.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Nwidart\\Modules\\LaravelModulesServiceProvider"
],
"aliases": {
"Module": "Nwidart\\Modules\\Facades\\Module"
}
},
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Nwidart\\Modules\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Widart",
"email": "n.widart@gmail.com",
"homepage": "https://nicolaswidart.com",
"role": "Developer"
}
],
"description": "Laravel Module management",
"keywords": [
"laravel",
"module",
"modules",
"nwidart",
"rad"
],
"time": "2018-01-13T20:11:46+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v9.99.99",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"shasum": ""
},
"require": {
"php": "^7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"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",
"polyfill",
"pseudorandom",
"random"
],
"time": "2018-07-02T15:55:56+00:00"
},
{
"name": "patchwork/utf8",
2020-05-26 12:45:33 +02:00
"version": "v1.3.2",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/tchwork/utf8.git",
2020-05-26 12:45:33 +02:00
"reference": "d296e0026e7ce10b2a9fe594feca9628ef00e9e8"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/tchwork/utf8/zipball/d296e0026e7ce10b2a9fe594feca9628ef00e9e8",
"reference": "d296e0026e7ce10b2a9fe594feca9628ef00e9e8",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"lib-pcre": ">=7.3",
"php": ">=5.3.0"
},
2020-05-26 12:45:33 +02:00
"require-dev": {
"symfony/phpunit-bridge": "^3.4|^4.4"
},
2018-09-24 15:33:08 +02:00
"suggest": {
"ext-iconv": "Use iconv for best performance",
"ext-intl": "Use Intl for best performance",
"ext-mbstring": "Use Mbstring for best performance",
"ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Patchwork\\": "src/Patchwork/"
},
"classmap": [
"src/Normalizer.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"(Apache-2.0 or GPL-2.0)"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
"homepage": "https://github.com/tchwork/utf8",
"keywords": [
"grapheme",
"i18n",
"unicode",
"utf-8",
"utf8"
],
2020-05-26 12:45:33 +02:00
"time": "2019-12-03T14:44:12+00:00"
2018-09-24 15:33:08 +02:00
},
{
2019-07-04 16:32:38 +02:00
"name": "psr/container",
"version": "1.0.0",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
2019-07-04 16:32:38 +02:00
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2019-07-04 16:32:38 +02:00
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2019-07-04 16:32:38 +02:00
"php": ">=5.3.0"
2018-09-24 15:33:08 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2019-07-04 16:32:38 +02:00
"Psr\\Container\\": "src/"
2018-09-24 15:33:08 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-04 16:32:38 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2018-09-24 15:33:08 +02:00
}
],
2019-07-04 16:32:38 +02:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
2018-09-24 15:33:08 +02:00
"keywords": [
2019-07-04 16:32:38 +02:00
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
2018-09-24 15:33:08 +02:00
],
2019-07-04 16:32:38 +02:00
"time": "2017-02-14T16:28:37+00:00"
2018-09-24 15:33:08 +02:00
},
2018-11-04 07:32:25 +01:00
{
2019-07-04 16:32:38 +02:00
"name": "psr/http-message",
"version": "1.0.1",
2018-11-04 07:32:25 +01:00
"source": {
"type": "git",
2019-07-04 16:32:38 +02:00
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2018-11-04 07:32:25 +01:00
},
"dist": {
"type": "zip",
2019-07-04 16:32:38 +02:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2018-11-04 07:32:25 +01:00
"shasum": ""
},
"require": {
2019-07-04 16:32:38 +02:00
"php": ">=5.3.0"
2018-11-04 07:32:25 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-04 16:32:38 +02:00
"dev-master": "1.0.x-dev"
2018-11-04 07:32:25 +01:00
}
},
"autoload": {
"psr-4": {
2019-07-04 16:32:38 +02:00
"Psr\\Http\\Message\\": "src/"
2018-11-04 07:32:25 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-04 16:32:38 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2018-11-04 07:32:25 +01:00
}
],
2019-07-04 16:32:38 +02:00
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
2018-11-04 07:32:25 +01:00
},
2018-09-24 15:33:08 +02:00
{
2019-07-04 16:32:38 +02:00
"name": "psr/log",
"version": "1.0.2",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
2019-07-04 16:32:38 +02:00
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2019-07-04 16:32:38 +02:00
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2019-07-04 16:32:38 +02:00
"php": ">=5.3.0"
2018-09-24 15:33:08 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2019-07-04 16:32:38 +02:00
"Psr\\Log\\": "Psr/Log/"
2018-09-24 15:33:08 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-04 16:32:38 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2018-09-24 15:33:08 +02:00
}
],
2019-07-04 16:32:38 +02:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2016-10-10T12:19:37+00:00"
2018-09-24 15:33:08 +02:00
},
{
2019-07-04 16:32:38 +02:00
"name": "psr/simple-cache",
"version": "1.0.1",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
2019-07-04 16:32:38 +02:00
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2019-07-04 16:32:38 +02:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2019-07-04 16:32:38 +02:00
"php": ">=5.3.0"
2018-09-24 15:33:08 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-04 16:32:38 +02:00
"dev-master": "1.0.x-dev"
2018-09-24 15:33:08 +02:00
}
},
"autoload": {
"psr-4": {
2019-07-04 16:32:38 +02:00
"Psr\\SimpleCache\\": "src/"
2018-09-24 15:33:08 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-04 16:32:38 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2019-07-02 15:12:01 +02:00
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
2018-09-24 15:33:08 +02:00
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "psy/psysh",
2020-05-26 12:45:33 +02:00
"version": "v0.9.12",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2020-05-26 12:45:33 +02:00
"reference": "90da7f37568aee36b116a030c5f99c915267edd4"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4",
"reference": "90da7f37568aee36b116a030c5f99c915267edd4",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2020-05-26 12:45:33 +02:00
"dnoegel/php-xdg-base-dir": "0.1.*",
2018-09-24 15:33:08 +02:00
"ext-json": "*",
"ext-tokenizer": "*",
2018-10-22 15:02:33 +02:00
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2018-09-24 15:33:08 +02:00
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
2020-05-26 12:45:33 +02:00
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
2018-09-24 15:33:08 +02:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"hoa/console": "~2.15|~3.16",
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.9.x-dev"
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Psy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
2020-05-26 12:45:33 +02:00
"time": "2019-12-06T14:19:43+00:00"
2018-10-22 15:02:33 +02:00
},
{
"name": "rachidlaasri/laravel-installer",
"version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/RachidLaasri/LaravelInstaller.git",
"reference": "8063eda959fdee8b337e6ea543603e169e843897"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RachidLaasri/LaravelInstaller/zipball/8063eda959fdee8b337e6ea543603e169e843897",
"reference": "8063eda959fdee8b337e6ea543603e169e843897",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"RachidLaasri\\LaravelInstaller\\Providers\\LaravelInstallerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"RachidLaasri\\LaravelInstaller\\": "src/"
},
"files": [
"src/Helpers/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rachid Laasri",
"email": "rashidlaasri@gmail.com"
},
{
"name": "Jeremy Kenedy",
"email": "jeremykenedy@gmail.com"
}
],
"description": "Laravel web installer",
"time": "2018-04-30T18:57:04+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "ramsey/uuid",
2020-05-26 12:45:33 +02:00
"version": "3.9.3",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2020-05-26 12:45:33 +02:00
"reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
"reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2020-05-26 12:45:33 +02:00
"ext-json": "*",
"paragonie/random_compat": "^1 | ^2 | 9.99.99",
"php": "^5.4 | ^7 | ^8",
2018-09-24 15:33:08 +02:00
"symfony/polyfill-ctype": "^1.8"
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
2020-05-26 12:45:33 +02:00
"codeception/aspect-mock": "^1 | ^2",
"doctrine/annotations": "^1.2",
"goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
"jakub-onderka/php-parallel-lint": "^1",
"mockery/mockery": "^0.9.11 | ^1",
2018-09-24 15:33:08 +02:00
"moontoast/math": "^1.1",
2020-05-26 12:45:33 +02:00
"paragonie/random-lib": "^2",
"php-mock/php-mock-phpunit": "^0.3 | ^1.1",
"phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
"squizlabs/php_codesniffer": "^3.5"
2019-07-02 15:12:01 +02:00
},
2019-07-04 16:32:38 +02:00
"suggest": {
"ext-ctype": "Provides support for PHP Ctype functions",
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2020-05-26 12:45:33 +02:00
"ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
2019-07-04 16:32:38 +02:00
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2020-05-26 12:45:33 +02:00
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2019-07-04 16:32:38 +02:00
"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."
2019-07-02 15:12:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-04 16:32:38 +02:00
"dev-master": "3.x-dev"
2018-09-24 15:33:08 +02:00
}
},
"autoload": {
2019-07-04 16:32:38 +02:00
"psr-4": {
"Ramsey\\Uuid\\": "src/"
2020-05-26 12:45:33 +02:00
},
"files": [
"src/functions.php"
]
2018-09-24 15:33:08 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-07-04 16:32:38 +02:00
"MIT"
2018-09-24 15:33:08 +02:00
],
"authors": [
2020-05-26 12:45:33 +02:00
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
},
2018-09-24 15:33:08 +02:00
{
2019-07-04 16:32:38 +02:00
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
2019-07-02 15:12:01 +02:00
},
{
2019-07-04 16:32:38 +02:00
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
2018-09-24 15:33:08 +02:00
}
],
2019-07-04 16:32:38 +02: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",
2018-09-24 15:33:08 +02:00
"keywords": [
2019-07-04 16:32:38 +02:00
"guid",
"identifier",
"uuid"
2018-09-24 15:33:08 +02:00
],
2020-05-26 12:45:33 +02:00
"time": "2020-02-21T04:36:14+00:00"
2018-09-24 15:33:08 +02:00
},
2018-11-07 10:38:31 +01:00
{
2019-07-04 16:32:38 +02:00
"name": "rap2hpoutre/laravel-log-viewer",
"version": "v0.22.1",
2018-11-07 10:38:31 +01:00
"source": {
"type": "git",
2019-07-04 16:32:38 +02:00
"url": "https://github.com/rap2hpoutre/laravel-log-viewer.git",
"reference": "fd0821b073771f3e7256664417055a8bbb091059"
2018-11-07 10:38:31 +01:00
},
"dist": {
"type": "zip",
2019-07-04 16:32:38 +02:00
"url": "https://api.github.com/repos/rap2hpoutre/laravel-log-viewer/zipball/fd0821b073771f3e7256664417055a8bbb091059",
"reference": "fd0821b073771f3e7256664417055a8bbb091059",
2018-11-07 10:38:31 +01:00
"shasum": ""
},
"require": {
2019-07-04 16:32:38 +02:00
"illuminate/support": "4.2.*|5.*",
"php": ">=5.4.0"
2018-11-07 10:38:31 +01:00
},
"require-dev": {
2019-07-04 16:32:38 +02:00
"orchestra/testbench": "^3.6",
"phpunit/phpunit": "^7"
2018-11-07 10:38:31 +01:00
},
2019-07-04 16:32:38 +02:00
"type": "laravel-package",
2018-11-07 10:38:31 +01:00
"extra": {
2019-07-04 16:32:38 +02:00
"laravel": {
"providers": [
"Rap2hpoutre\\LaravelLogViewer\\LaravelLogViewerServiceProvider"
]
2018-11-07 10:38:31 +01:00
}
},
"autoload": {
"classmap": [
2019-07-04 16:32:38 +02:00
"src/controllers"
],
"psr-0": {
"Rap2hpoutre\\LaravelLogViewer\\": "src/"
}
2018-11-07 10:38:31 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-07-04 16:32:38 +02:00
"MIT"
2018-11-07 10:38:31 +01:00
],
"authors": [
{
2019-07-04 16:32:38 +02:00
"name": "rap2hpoutre",
"email": "raphaelht@gmail.com"
2018-11-07 10:38:31 +01:00
}
],
2019-07-04 16:32:38 +02:00
"description": "A Laravel log reader",
"keywords": [
"laravel",
"log",
"log-reader",
"log-viewer",
"logging",
"lumen"
],
"time": "2018-10-01T09:01:30+00:00"
2018-11-07 10:38:31 +01:00
},
2018-09-24 15:33:08 +02:00
{
"name": "spatie/laravel-activitylog",
"version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-activitylog.git",
"reference": "e354e84cee54565d59873dfd5826c57fff338c57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/e354e84cee54565d59873dfd5826c57fff338c57",
"reference": "e354e84cee54565d59873dfd5826c57fff338c57",
"shasum": ""
},
"require": {
"illuminate/config": "~5.5.0|~5.6.0",
"illuminate/database": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0",
"php": "^7.0",
"spatie/string": "^2.1"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0",
"phpunit/phpunit": "^6.2|^7.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\Activitylog\\ActivitylogServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\Activitylog\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "A very simple activity logger to monitor the users of your website or application",
"homepage": "https://github.com/spatie/activitylog",
"keywords": [
"activity",
"laravel",
"log",
"spatie",
"user"
],
"time": "2018-06-18T09:59:53+00:00"
},
{
"name": "spatie/string",
"version": "2.2.2",
"source": {
"type": "git",
"url": "https://github.com/spatie/string.git",
"reference": "28607b9925b4f0499d48570553ca419c6298e26b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/string/zipball/28607b9925b4f0499d48570553ca419c6298e26b",
"reference": "28607b9925b4f0499d48570553ca419c6298e26b",
"shasum": ""
},
"require": {
"anahkiasen/underscore-php": "^2.0",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "5.*",
"scrutinizer/ocular": "~1.1"
},
"type": "library",
"autoload": {
"files": [
"src/string_functions.php"
],
"psr-4": {
"Spatie\\String\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://murze.be",
"role": "Developer"
}
],
"description": "String handling evolved",
"homepage": "https://github.com/spatie/string",
"keywords": [
"handling",
"handy",
"spatie",
"string"
],
"time": "2017-11-08T14:28:57+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
"reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
"shasum": ""
},
"require": {
"egulias/email-validator": "~2.0",
"php": ">=7.0.0"
},
"require-dev": {
"mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.3@dev"
},
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.1-dev"
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "https://swiftmailer.symfony.com",
"keywords": [
"email",
"mail",
"mailer"
],
"time": "2018-09-11T07:12:52+00:00"
},
{
"name": "symfony/console",
2020-05-27 11:59:01 +02:00
"version": "v3.4.31",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2020-05-27 11:59:01 +02:00
"reference": "4510f04e70344d70952566e4262a0b11df39cb10"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-27 11:59:01 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/4510f04e70344d70952566e4262a0b11df39cb10",
"reference": "4510f04e70344d70952566e4262a0b11df39cb10",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0|~4.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
},
2020-05-27 11:59:01 +02:00
"provide": {
"psr/log-implementation": "1.0"
},
2018-09-24 15:33:08 +02:00
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"
},
"suggest": {
2020-05-27 11:59:01 +02:00
"psr/log": "For using the console logger",
2018-09-24 15:33:08 +02:00
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2020-05-27 11:59:01 +02:00
"time": "2019-08-26T07:52:58+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/css-selector",
"version": "v3.4.18",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
"reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"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"
}
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2018-10-02T16:33:53+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/debug",
"version": "v3.4.18",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "fe9793af008b651c5441bdeab21ede8172dab097"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097",
"reference": "fe9793af008b651c5441bdeab21ede8172dab097",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
},
"require-dev": {
"symfony/http-kernel": "~2.8|~3.0|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2018-10-31T09:06:03+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/event-dispatcher",
"version": "v3.4.18",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
"reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
"symfony/dependency-injection": "<3.3"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2018-10-30T16:50:50+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/finder",
"version": "v3.4.18",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
"reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"time": "2018-10-03T08:46:40+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/http-foundation",
"version": "v3.4.18",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
"reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php70": "~1.6"
},
"require-dev": {
"symfony/expression-language": "~2.8|~3.0|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"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 HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2018-10-31T08:57:11+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/http-kernel",
"version": "v3.4.18",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
"reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0",
"symfony/debug": "~2.8|~3.0|~4.0",
2018-09-24 15:33:08 +02:00
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/config": "<2.8",
"symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
"symfony/var-dumper": "<3.3",
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "~1.0",
"symfony/browser-kit": "~2.8|~3.0|~4.0",
"symfony/class-loader": "~2.8|~3.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/console": "~2.8|~3.0|~4.0",
"symfony/css-selector": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "^3.4.10|^4.0.10",
"symfony/dom-crawler": "~2.8|~3.0|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/process": "~2.8|~3.0|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0",
"symfony/templating": "~2.8|~3.0|~4.0",
"symfony/translation": "~2.8|~3.0|~4.0",
"symfony/var-dumper": "~3.3|~4.0"
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/finder": "",
"symfony/var-dumper": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"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 HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2018-11-03T10:03:02+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/polyfill-ctype",
2018-11-04 07:32:25 +01:00
"version": "v1.10.0",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"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"
],
"time": "2018-08-06T14:22:27+00:00"
},
{
"name": "symfony/polyfill-mbstring",
2018-11-04 07:32:25 +01:00
"version": "v1.10.0",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2018-11-04 07:32:25 +01:00
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2018-11-04 07:32:25 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2018-11-04 07:32:25 +01:00
"time": "2018-09-21T13:07:52+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/polyfill-php70",
2018-11-04 07:32:25 +01:00
"version": "v1.10.0",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
2018-11-04 07:32:25 +01:00
"reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2018-11-04 07:32:25 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
"reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"paragonie/random_compat": "~1.0|~2.0|~9.99",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php70\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2018-11-04 07:32:25 +01:00
"time": "2018-09-21T06:26:08+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/process",
"version": "v3.4.18",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "35c2914a9f50519bd207164c353ae4d59182c2cb"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb",
"reference": "35c2914a9f50519bd207164c353ae4d59182c2cb",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"time": "2018-10-14T17:33:21+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/routing",
"version": "v3.4.18",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "585f6e2d740393d546978769dd56e496a6233e0b"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/585f6e2d740393d546978769dd56e496a6233e0b",
"reference": "585f6e2d740393d546978769dd56e496a6233e0b",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
"symfony/config": "<3.3.1",
"symfony/dependency-injection": "<3.3",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",
"symfony/config": "^3.3.1|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"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",
2018-09-24 15:33:08 +02:00
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"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 Routing Component",
"homepage": "https://symfony.com",
"keywords": [
"router",
"routing",
"uri",
"url"
],
"time": "2018-10-02T12:28:39+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/translation",
"version": "v3.4.18",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "94bc3a79008e6640defedf5e14eb3b4f20048352"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352",
"reference": "94bc3a79008e6640defedf5e14eb3b4f20048352",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/config": "<2.8",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/intl": "^2.8.18|^3.2.5|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"time": "2018-10-02T16:33:53+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "symfony/var-dumper",
"version": "v3.4.18",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
"reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"require-dev": {
"ext-iconv": "*",
"twig/twig": "~1.34|~2.4"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"ext-symfony_debug": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"time": "2018-10-02T16:33:53+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "tedivm/jshrink",
"version": "v1.3.1",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/tedious/JShrink.git",
"reference": "21254058dc3ce6aba6bef458cff4bfa25cf8b198"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tedious/JShrink/zipball/21254058dc3ce6aba6bef458cff4bfa25cf8b198",
"reference": "21254058dc3ce6aba6bef458cff4bfa25cf8b198",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.6|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.8",
"php-coveralls/php-coveralls": "^1.1.0",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-0": {
"JShrink": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Robert Hafner",
"email": "tedivm@tedivm.com"
}
],
"description": "Javascript Minifier built in PHP",
"homepage": "http://github.com/tedious/JShrink",
"keywords": [
"javascript",
"minifier"
],
"time": "2018-09-16T00:02:51+00:00"
2019-07-02 15:12:01 +02:00
},
2018-09-24 15:33:08 +02:00
{
"name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.3",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2020-05-26 12:45:33 +02:00
"ext-dom": "*",
"ext-libxml": "*",
"php": "^5.5 || ^7.0 || ^8.0",
2020-05-26 12:45:33 +02:00
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2018-09-24 15:33:08 +02:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
2018-09-24 15:33:08 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"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",
"time": "2020-07-13T06:12:54+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "tormjens/eventy",
"version": "0.5.4",
"source": {
"type": "git",
"url": "https://github.com/tormjens/eventy.git",
"reference": "ed48fe39107168c21199c8abfee558cd3370d971"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tormjens/eventy/zipball/ed48fe39107168c21199c8abfee558cd3370d971",
"reference": "ed48fe39107168c21199c8abfee558cd3370d971",
"shasum": ""
},
"require": {
"illuminate/support": ">=5.3",
"php": ">=5.6.4"
},
"require-dev": {
"phpunit/phpunit": ">=5.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"TorMorten\\Eventy\\EventServiceProvider",
"TorMorten\\Eventy\\EventBladeServiceProvider"
],
"aliases": {
"Eventy": "TorMorten\\Eventy\\Facades\\Events"
}
}
},
"autoload": {
"psr-4": {
"TorMorten\\Eventy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tor Morten Jensen",
"homepage": "https://tormorten.no"
}
],
"description": "The WordPress filter/action system in Laravel",
"homepage": "https://github.com/tormjens/eventy",
"keywords": [
"HOOK",
"action",
"actions",
"event",
"events",
"filter",
"filters",
"hooks",
"laravel",
"wordpress"
],
"time": "2018-03-14T13:04:12+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v2.5.1",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
"reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
"time": "2018-07-29T20:33:41+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "watson/rememberable",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/dwightwatson/rememberable.git",
"reference": "8718614835370f67f58d86387a26bfc315fa9a8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dwightwatson/rememberable/zipball/8718614835370f67f58d86387a26bfc315fa9a8b",
"reference": "8718614835370f67f58d86387a26bfc315fa9a8b",
"shasum": ""
},
"require": {
"illuminate/database": "~5.0",
"illuminate/support": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.2.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Watson\\Rememberable\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dwight Watson",
"email": "dwight@studiousapp.com"
}
],
"description": "Query caching for Laravel 5",
"keywords": [
"caching",
"eloquent",
"laravel",
"remember"
],
"time": "2017-12-21T01:09:18+00:00"
},
{
"name": "webklex/laravel-imap",
"version": "1.2.7",
"source": {
"type": "git",
"url": "https://github.com/Webklex/laravel-imap.git",
"reference": "4a0e0af8b0f4b293abe82fac0f1323b19a7f6969"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Webklex/laravel-imap/zipball/4a0e0af8b0f4b293abe82fac0f1323b19a7f6969",
"reference": "4a0e0af8b0f4b293abe82fac0f1323b19a7f6969",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"ext-iconv": "*",
"ext-imap": "*",
"ext-mbstring": "*",
"laravel/framework": ">=5.0.0",
"php": ">=5.5.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Webklex\\IMAP\\Providers\\LaravelServiceProvider"
],
"aliases": {
"Client": "Webklex\\IMAP\\Facades\\Client"
}
}
},
"autoload": {
"psr-4": {
"Webklex\\IMAP\\": "src/IMAP"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Malte Goldenbaum",
"email": "github@webklex.com",
"role": "Developer"
}
],
"description": "Laravel IMAP client",
"homepage": "https://github.com/webklex/laravel-imap",
"keywords": [
"imap",
"laravel",
"laravel-imap",
"mail",
"webklex"
],
"time": "2018-08-06T19:26:50+00:00"
}
],
"packages-dev": [
{
"name": "barryvdh/laravel-debugbar",
2018-11-14 09:01:27 +01:00
"version": "v3.2.0",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
2018-11-14 09:01:27 +01:00
"reference": "5b68f3972083a7eeec0d6f161962fcda71a127c0"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2018-11-14 09:01:27 +01:00
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/5b68f3972083a7eeec0d6f161962fcda71a127c0",
"reference": "5b68f3972083a7eeec0d6f161962fcda71a127c0",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2018-11-14 09:01:27 +01:00
"illuminate/routing": "5.5.x|5.6.x|5.7.x",
"illuminate/session": "5.5.x|5.6.x|5.7.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x",
"maximebf/debugbar": "~1.15.0",
"php": ">=7.0",
"symfony/debug": "^3|^4",
"symfony/finder": "^3|^4"
},
"require-dev": {
"laravel/framework": "5.5.x"
2018-09-24 15:33:08 +02:00
},
"type": "library",
2018-11-14 09:01:27 +01:00
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facade"
}
}
},
2018-09-24 15:33:08 +02:00
"autoload": {
"psr-4": {
"Barryvdh\\Debugbar\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "PHP Debugbar integration for Laravel",
"keywords": [
"debug",
"debugbar",
2019-07-02 15:12:01 +02:00
"laravel",
"profiler",
"webprofiler"
2018-09-24 15:33:08 +02:00
],
2019-07-04 16:32:38 +02:00
"time": "2018-08-22T11:06:19+00:00"
},
{
"name": "doctrine/instantiator",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
"shasum": ""
},
"require": {
"php": ">=5.3,<8.0-DEV"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
"time": "2015-06-14T21:17:01+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "filp/whoops",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/181c4502d8f34db7aed7bfe88d4f87875b8e947a",
"reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a",
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
},
"require-dev": {
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
],
"time": "2018-03-03T17:56:25+00:00"
},
{
"name": "fzaninotto/faker",
"version": "v1.7.1",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
"reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "^4.0 || ^5.0",
"squizlabs/php_codesniffer": "^1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
"time": "2017-08-15T16:48:10+00:00"
},
{
"name": "hamcrest/hamcrest-php",
"version": "v2.0.1",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
"php": "^5.3|^7.0|^8.0"
2018-09-24 15:33:08 +02:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
"phpunit/php-file-iterator": "^1.4 || ^2.0",
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
2018-09-24 15:33:08 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
2018-09-24 15:33:08 +02:00
}
},
"autoload": {
"classmap": [
"hamcrest"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2018-09-24 15:33:08 +02:00
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
"time": "2020-07-09T08:09:16+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "maximebf/debugbar",
2020-05-26 12:45:33 +02:00
"version": "v1.15.1",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
2020-05-26 12:45:33 +02:00
"reference": "6c4277f6117e4864966c9cb58fb835cee8c74a1e"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/6c4277f6117e4864966c9cb58fb835cee8c74a1e",
"reference": "6c4277f6117e4864966c9cb58fb835cee8c74a1e",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2020-05-26 12:45:33 +02:00
"php": ">=5.6",
2018-09-24 15:33:08 +02:00
"psr/log": "^1.0",
2020-05-26 12:45:33 +02:00
"symfony/var-dumper": "^2.6|^3|^4"
2018-09-24 15:33:08 +02:00
},
"require-dev": {
2020-05-26 12:45:33 +02:00
"phpunit/phpunit": "^5"
2018-09-24 15:33:08 +02:00
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-26 12:45:33 +02:00
"dev-master": "1.15-dev"
2018-09-24 15:33:08 +02:00
}
},
"autoload": {
"psr-4": {
"DebugBar\\": "src/DebugBar/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Debug bar in the browser for php application",
"homepage": "https://github.com/maximebf/php-debugbar",
"keywords": [
"debug",
"debugbar"
],
2020-05-26 12:45:33 +02:00
"time": "2019-09-24T14:55:42+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "mockery/mockery",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
"reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
"reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
"shasum": ""
},
"require": {
"hamcrest/hamcrest-php": "~2.0",
"lib-pcre": ">=7.0",
"php": ">=5.6.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "^2.9",
"phpunit/phpunit": "~5.7.10|~6.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Mockery": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
},
{
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
"homepage": "http://davedevelopment.co.uk"
}
],
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
"time": "2018-05-08T08:54:48+00:00"
},
2019-07-04 16:32:38 +02:00
{
"name": "myclabs/deep-copy",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"time": "2017-10-19T19:58:43+00:00"
},
2018-09-24 15:33:08 +02:00
{
"name": "phar-io/manifest",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2019-07-02 15:12:01 +02:00
"phar-io/version": "^1.0.1",
"php": "^5.6 || ^7.0"
2018-09-24 15:33:08 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
2019-07-02 15:12:01 +02:00
"classmap": [
"src/"
]
2018-09-24 15:33:08 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-07-04 16:32:38 +02:00
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2017-03-05T18:14:27+00:00"
},
{
"name": "phar-io/version",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
"shasum": ""
},
"require": {
"php": "^5.6 || ^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"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"time": "2017-03-05T17:38:23+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
2019-07-04 16:32:38 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2019-07-04 16:32:38 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2019-07-04 16:32:38 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
2019-07-04 16:32:38 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
2019-07-04 16:32:38 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-26 12:45:33 +02:00
"phpDocumentor\\Reflection\\": "src/"
2019-07-04 16:32:38 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"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": "2020-06-27T09:03:43+00:00"
2019-07-04 16:32:38 +02:00
},
{
"name": "phpdocumentor/reflection-docblock",
2020-05-26 12:45:33 +02:00
"version": "5.1.0",
2019-07-04 16:32:38 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-05-26 12:45:33 +02:00
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
2019-07-04 16:32:38 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
2019-07-04 16:32:38 +02:00
"shasum": ""
},
"require": {
2020-05-26 12:45:33 +02:00
"ext-filter": "^7.1",
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/type-resolver": "^1.0",
"webmozart/assert": "^1"
2019-07-04 16:32:38 +02:00
},
"require-dev": {
2020-05-26 12:45:33 +02:00
"doctrine/instantiator": "^1",
"mockery/mockery": "^1"
2019-07-04 16:32:38 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-26 12:45:33 +02:00
"dev-master": "5.x-dev"
2019-07-04 16:32:38 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-26 12:45:33 +02:00
"phpDocumentor\\Reflection\\": "src"
2019-07-04 16:32:38 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-05-26 12:45:33 +02:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2019-07-04 16:32:38 +02:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020-05-26 12:45:33 +02:00
"time": "2020-02-22T12:28:44+00:00"
2019-07-04 16:32:38 +02:00
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.3.0",
2019-07-04 16:32:38 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
2019-07-04 16:32:38 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
"reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
2019-07-04 16:32:38 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
2020-05-26 12:45:33 +02:00
"phpdocumentor/reflection-common": "^2.0"
2019-07-04 16:32:38 +02:00
},
"require-dev": {
"ext-tokenizer": "*"
2019-07-04 16:32:38 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
2019-07-04 16:32:38 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-26 12:45:33 +02:00
"phpDocumentor\\Reflection\\": "src"
2019-07-04 16:32:38 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2018-09-24 15:33:08 +02:00
],
"authors": [
{
2019-07-04 16:32:38 +02:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2018-09-24 15:33:08 +02:00
}
],
2020-05-26 12:45:33 +02:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2020-06-27T10:12:23+00:00"
2018-09-24 15:33:08 +02:00
},
{
2019-07-04 16:32:38 +02:00
"name": "phpspec/prophecy",
2020-05-26 12:45:33 +02:00
"version": "v1.10.3",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
2019-07-04 16:32:38 +02:00
"url": "https://github.com/phpspec/prophecy.git",
2020-05-26 12:45:33 +02:00
"reference": "451c3cd1418cf640de218914901e51b064abb093"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
"reference": "451c3cd1418cf640de218914901e51b064abb093",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2019-07-04 16:32:38 +02:00
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2020-05-26 12:45:33 +02:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
2019-07-04 16:32:38 +02:00
},
"require-dev": {
2020-05-26 12:45:33 +02:00
"phpspec/phpspec": "^2.5 || ^3.2",
2019-07-04 16:32:38 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2018-09-24 15:33:08 +02:00
},
"type": "library",
2019-07-04 16:32:38 +02:00
"extra": {
"branch-alias": {
2020-05-26 12:45:33 +02:00
"dev-master": "1.10.x-dev"
2019-07-04 16:32:38 +02:00
}
},
2018-09-24 15:33:08 +02:00
"autoload": {
2019-07-04 16:32:38 +02:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
}
2018-09-24 15:33:08 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-07-04 16:32:38 +02:00
"MIT"
2018-09-24 15:33:08 +02:00
],
"authors": [
{
2019-07-04 16:32:38 +02:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2019-07-02 15:12:01 +02:00
},
{
2019-07-04 16:32:38 +02:00
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
2018-09-24 15:33:08 +02:00
}
],
2019-07-04 16:32:38 +02:00
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2020-05-26 12:45:33 +02:00
"time": "2020-03-05T15:02:03+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "phpunit/php-code-coverage",
"version": "5.3.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "c89677919c5dd6d3b3852f230a663118762218ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
"reference": "c89677919c5dd6d3b3852f230a663118762218ac",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^7.0",
"phpunit/php-file-iterator": "^1.4.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^2.0.1",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^3.0",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-xdebug": "^2.5.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.3.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"time": "2018-04-06T15:36:58+00:00"
},
{
"name": "phpunit/php-file-iterator",
"version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"time": "2017-11-27T13:52:08+00:00"
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
"version": "1.0.9",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2017-02-26T11:10:40+00:00"
},
{
"name": "phpunit/php-token-stream",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "791198a2c6254db10131eecfe8c06670700904db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
"reference": "791198a2c6254db10131eecfe8c06670700904db",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
"abandoned": true,
2018-09-24 15:33:08 +02:00
"time": "2017-11-27T05:48:46+00:00"
},
{
"name": "phpunit/phpunit",
"version": "6.5.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
"reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"myclabs/deep-copy": "^1.6.1",
"phar-io/manifest": "^1.0.1",
"phar-io/version": "^1.0",
"php": "^7.0",
"phpspec/prophecy": "^1.7",
"phpunit/php-code-coverage": "^5.3",
"phpunit/php-file-iterator": "^1.4.3",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^1.0.9",
"phpunit/phpunit-mock-objects": "^5.0.5",
"sebastian/comparator": "^2.1",
"sebastian/diff": "^2.0",
"sebastian/environment": "^3.1",
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^1.0",
"sebastian/version": "^2.0.1"
},
"conflict": {
"phpdocumentor/reflection-docblock": "3.0.2",
"phpunit/dbunit": "<3.0"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-xdebug": "*",
"phpunit/php-invoker": "^1.1"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.5.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2019-07-02 15:12:01 +02:00
"time": "2018-04-10T11:38:34+00:00"
2018-09-24 15:33:08 +02:00
},
{
2019-07-02 15:12:01 +02:00
"name": "phpunit/phpunit-mock-objects",
"version": "5.0.10",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
2019-07-04 16:32:38 +02:00
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
"reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.5",
"php": "^7.0",
"phpunit/php-text-template": "^1.2.1",
"sebastian/exporter": "^3.1"
},
"conflict": {
"phpunit/phpunit": "<6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5.11"
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
],
"abandoned": true,
"time": "2018-08-09T05:50:03+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"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"
},
{
"name": "sebastian/comparator",
"version": "2.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/diff": "^2.0 || ^3.0",
"sebastian/exporter": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"time": "2018-02-01T13:46:46+00:00"
},
{
"name": "sebastian/diff",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2019-07-04 16:32:38 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2019-07-04 16:32:38 +02:00
"php": "^7.0"
2018-09-24 15:33:08 +02:00
},
"require-dev": {
2019-07-04 16:32:38 +02:00
"phpunit/phpunit": "^6.2"
2018-09-24 15:33:08 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-04 16:32:38 +02:00
"dev-master": "2.0-dev"
2018-09-24 15:33:08 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-07-04 16:32:38 +02:00
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
2018-09-24 15:33:08 +02:00
{
"name": "Sebastian Bergmann",
2019-07-04 16:32:38 +02:00
"email": "sebastian@phpunit.de"
2018-09-24 15:33:08 +02:00
}
],
2019-07-04 16:32:38 +02:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
2018-09-24 15:33:08 +02:00
"keywords": [
2019-07-04 16:32:38 +02:00
"diff"
2018-09-24 15:33:08 +02:00
],
2019-07-04 16:32:38 +02:00
"time": "2017-08-03T08:09:46+00:00"
2018-09-24 15:33:08 +02:00
},
{
2019-07-04 16:32:38 +02:00
"name": "sebastian/environment",
"version": "3.1.0",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
2019-07-04 16:32:38 +02:00
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2019-07-04 16:32:38 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2019-07-04 16:32:38 +02:00
"php": "^7.0"
2018-09-24 15:33:08 +02:00
},
"require-dev": {
2019-07-04 16:32:38 +02:00
"phpunit/phpunit": "^6.1"
2018-09-24 15:33:08 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-04 16:32:38 +02:00
"dev-master": "3.1.x-dev"
2018-09-24 15:33:08 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
2019-07-04 16:32:38 +02:00
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"time": "2017-07-01T08:51:00+00:00"
2018-09-24 15:33:08 +02:00
},
{
2019-07-04 16:32:38 +02:00
"name": "sebastian/exporter",
2020-05-26 12:45:33 +02:00
"version": "3.1.2",
2018-09-24 15:33:08 +02:00
"source": {
"type": "git",
2019-07-04 16:32:38 +02:00
"url": "https://github.com/sebastianbergmann/exporter.git",
2020-05-26 12:45:33 +02:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2018-09-24 15:33:08 +02:00
},
"dist": {
"type": "zip",
2020-05-26 12:45:33 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2018-09-24 15:33:08 +02:00
"shasum": ""
},
"require": {
2019-07-04 16:32:38 +02:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2018-09-24 15:33:08 +02:00
},
"require-dev": {
2019-07-04 16:32:38 +02:00
"ext-mbstring": "*",
"phpunit/phpunit": "^6.0"
2018-09-24 15:33:08 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-05-26 12:45:33 +02:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2019-07-04 16:32:38 +02:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2020-05-26 12:45:33 +02:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2018-09-24 15:33:08 +02:00
}
],
2019-07-04 16:32:38 +02:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
2018-09-24 15:33:08 +02:00
"keywords": [
2019-07-04 16:32:38 +02:00
"export",
"exporter"
2018-09-24 15:33:08 +02:00
],
2020-05-26 12:45:33 +02:00
"time": "2019-09-14T09:02:43+00:00"
2018-09-24 15:33:08 +02:00
},
{
"name": "sebastian/global-state",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"time": "2017-04-27T15:39:26+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"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"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"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"
},
2019-07-04 16:32:38 +02:00
{
"name": "sebastian/recursion-context",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2017-03-03T06:23:57+00:00"
},
2018-09-24 15:33:08 +02:00
{
"name": "sebastian/resource-operations",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"time": "2015-07-28T20:34:47+00:00"
},
{
"name": "sebastian/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
2019-07-04 16:32:38 +02:00
},
{
"name": "theseer/tokenizer",
"version": "1.2.0",
2019-07-04 16:32:38 +02:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "75a63c33a8577608444246075ea0af0d052e452a"
2019-07-04 16:32:38 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "75a63c33a8577608444246075ea0af0d052e452a",
2019-07-04 16:32:38 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
2019-07-04 16:32:38 +02:00
},
"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": "2020-07-12T23:59:07+00:00"
2019-07-04 16:32:38 +02:00
},
{
"name": "webmozart/assert",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"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"
],
"time": "2018-01-29T19:49:41+00:00"
2018-09-24 15:33:08 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.0.0"
},
"platform-dev": []
}