akaunting/composer.lock

6684 lines
232 KiB
Plaintext
Raw Normal View History

2018-05-03 15:48:13 +03:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2018-05-03 15:48:13 +03:00
"This file is @generated automatically"
],
2018-10-16 13:09:46 +03:00
"content-hash": "fde8a556b03a35a6abeee8ef5da3727f",
2018-05-03 15:48:13 +03:00
"packages": [
{
"name": "akaunting/language",
2018-10-16 13:09:46 +03:00
"version": "1.0.7",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/akaunting/language.git",
2018-10-16 13:09:46 +03:00
"reference": "e7ec08bed9fa942f01a9b893f5c1a373e3bc0f2a"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/akaunting/language/zipball/e7ec08bed9fa942f01a9b893f5c1a373e3bc0f2a",
"reference": "e7ec08bed9fa942f01a9b893f5c1a373e3bc0f2a",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"consoletvs/identify": "1.*",
"laravel/framework": ">=5.4.0",
"php": ">=5.6.4"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Language\\Provider"
],
"aliases": {
"Language": "Akaunting\\Language\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Akaunting\\Language\\": "./src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Language switcher package for Laravel.",
"keywords": [
"language",
"laravel",
"switcher"
],
2018-10-16 13:09:46 +03:00
"time": "2018-10-09T07:56:15+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "akaunting/money",
2018-11-06 10:45:00 +03:00
"version": "1.0.7",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/akaunting/money.git",
2018-11-06 10:45:00 +03:00
"reference": "e5d038fe38f6400261dfff6f7ed0e0a8245719af"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-06 10:45:00 +03:00
"url": "https://api.github.com/repos/akaunting/money/zipball/e5d038fe38f6400261dfff6f7ed0e0a8245719af",
"reference": "e5d038fe38f6400261dfff6f7ed0e0a8245719af",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"illuminate/support": ">=5.2 <6.0",
"illuminate/view": ">=5.2 <6.0",
2018-05-03 15:48:13 +03:00
"php": ">=5.5.9"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Money\\Provider"
]
}
},
"autoload": {
"psr-4": {
"Akaunting\\Money\\": "./src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Currency formatting and conversion package for Laravel.",
"keywords": [
"convert",
"currency",
"format",
"laravel",
"money"
],
2018-11-06 10:45:00 +03:00
"time": "2018-11-04T07:12:33+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "akaunting/setting",
"version": "1.0.7",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/akaunting/setting.git",
"reference": "69d77dc8f23abbb90a3f96503b9e1144abf7a05d"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/akaunting/setting/zipball/69d77dc8f23abbb90a3f96503b9e1144abf7a05d",
"reference": "69d77dc8f23abbb90a3f96503b9e1144abf7a05d",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2018-06-10 02:48:51 +03:00
"laravel/framework": ">=5.2 <6.0",
2018-05-03 15:48:13 +03:00
"php": ">=5.5.9"
},
2018-06-10 02:48:51 +03:00
"require-dev": {
"laravel/framework": ">=5.2 <6.0",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": ">=4.8, <6"
},
2018-05-03 15:48:13 +03:00
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Setting\\Provider"
],
"aliases": {
"Setting": "Akaunting\\Setting\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Akaunting\\Setting\\": "./src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Persistent settings package for Laravel.",
"keywords": [
"Settings",
"config",
"laravel",
"persistent"
],
"time": "2018-07-19T08:04:53+00:00"
2018-05-03 15:48:13 +03:00
},
2018-10-16 13:09:46 +03:00
{
"name": "akaunting/signed-url",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/akaunting/signed-url.git",
"reference": "23e4c0d50f2074ad882cb9febee4459f60027e2a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/akaunting/signed-url/zipball/23e4c0d50f2074ad882cb9febee4459f60027e2a",
"reference": "23e4c0d50f2074ad882cb9febee4459f60027e2a",
"shasum": ""
},
"require": {
"illuminate/http": ">=5.2 <5.6.12",
"illuminate/support": ">=5.2 <5.6.12",
"php": ">=5.6.0",
"spatie/url-signer": "^1.0.1"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\SignedUrl\\Provider"
],
"aliases": {
"SignedUrl": "Akaunting\\SignedUrl\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Akaunting\\SignedUrl\\": "./src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Cüneyt Şentürk",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Signed (unique) URL package for Laravel.",
"keywords": [
"laravel",
"signed",
"unique",
"unique link",
"unique url",
"url"
],
"time": "2018-10-15T08:14:36+00:00"
},
2018-05-03 15:48:13 +03:00
{
"name": "akaunting/version",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/akaunting/version.git",
"reference": "43628c3f15ac9c546cc90f216f1f03446a4c0812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/akaunting/version/zipball/43628c3f15ac9c546cc90f216f1f03446a4c0812",
"reference": "43628c3f15ac9c546cc90f216f1f03446a4c0812",
"shasum": ""
},
"require": {
"laravel/framework": ">=5.2.0",
"php": ">=5.5.9"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Version\\Provider"
],
"aliases": {
"Version": "Akaunting\\Version\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Akaunting\\Version\\": "./src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Version management package for Laravel.",
"keywords": [
"laravel",
"version"
],
"time": "2017-08-24T08:04:43+00:00"
},
{
"name": "almasaeed2010/adminlte",
"version": "v2.3.11",
"source": {
"type": "git",
"url": "https://github.com/almasaeed2010/AdminLTE.git",
"reference": "2be703222af2edcb87e562d3da2299e4352bff8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/almasaeed2010/AdminLTE/zipball/2be703222af2edcb87e562d3da2299e4352bff8a",
"reference": "2be703222af2edcb87e562d3da2299e4352bff8a",
"shasum": ""
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Abdullah Almsaeed",
"email": "abdullah@almsaeedstudio.com"
}
],
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
"homepage": "http://almsaeedstudio.com/",
"keywords": [
"JS",
"admin",
"back-end",
"css",
"less",
"responsive",
"template",
"theme",
"web"
],
"time": "2017-01-08T21:03:57+00:00"
},
{
"name": "barryvdh/laravel-debugbar",
"version": "v2.3.2",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "24e4f0261e352d3fd86d0447791b56ae49398674"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/24e4f0261e352d3fd86d0447791b56ae49398674",
"reference": "24e4f0261e352d3fd86d0447791b56ae49398674",
"shasum": ""
},
"require": {
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"maximebf/debugbar": "~1.13.0",
"php": ">=5.5.9",
"symfony/finder": "~2.7|~3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"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",
"laravel",
"profiler",
"webprofiler"
],
"time": "2017-01-19T08:19:49+00:00"
},
{
"name": "barryvdh/laravel-dompdf",
"version": "v0.8.2",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-dompdf.git",
"reference": "7dcdecfa125c174d0abe723603633dc2756ea3af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/7dcdecfa125c174d0abe723603633dc2756ea3af",
"reference": "7dcdecfa125c174d0abe723603633dc2756ea3af",
"shasum": ""
},
"require": {
"dompdf/dompdf": "^0.8",
"illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
"php": ">=5.5.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.8-dev"
},
"laravel": {
"providers": [
"Barryvdh\\DomPDF\\ServiceProvider"
],
"aliases": {
"PDF": "Barryvdh\\DomPDF\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Barryvdh\\DomPDF\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "A DOMPDF Wrapper for Laravel",
"keywords": [
"dompdf",
"laravel",
"pdf"
],
"time": "2018-02-07T17:43:25+00:00"
},
{
"name": "barryvdh/laravel-ide-helper",
"version": "v2.3.2",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "e82de98cef0d6597b1b686be0b5813a3a4bb53c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/e82de98cef0d6597b1b686be0b5813a3a4bb53c5",
"reference": "e82de98cef0d6597b1b686be0b5813a3a4bb53c5",
"shasum": ""
},
"require": {
"barryvdh/reflection-docblock": "^2.0.4",
"illuminate/console": "^5.0,<5.5",
"illuminate/filesystem": "^5.0,<5.5",
"illuminate/support": "^5.0,<5.5",
"php": ">=5.4.0",
"symfony/class-loader": "^2.3|^3.0"
},
"require-dev": {
"doctrine/dbal": "~2.3",
"phpunit/phpunit": "4.*",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Barryvdh\\LaravelIdeHelper\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
"keywords": [
"autocomplete",
"codeintel",
"helper",
"ide",
"laravel",
"netbeans",
"phpdoc",
"phpstorm",
"sublime"
],
"time": "2017-02-22T12:27:33+00:00"
},
{
"name": "barryvdh/reflection-docblock",
2018-11-08 16:49:23 +03:00
"version": "v2.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/ReflectionDocBlock.git",
2018-11-08 16:49:23 +03:00
"reference": "64165bd4ba9a550d11ea57569463b7c722dc6b0a"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-08 16:49:23 +03:00
"url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/64165bd4ba9a550d11ea57569463b7c722dc6b0a",
"reference": "64165bd4ba9a550d11ea57569463b7c722dc6b0a",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0,<4.5"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Barryvdh": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
2018-11-08 16:49:23 +03:00
"time": "2018-10-25T19:09:52+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "bkwld/cloner",
"version": "3.2.3",
"source": {
"type": "git",
"url": "https://github.com/BKWLD/cloner.git",
"reference": "01be2b579eaa5fee92b90a892a03b8c6ff6e4fb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/BKWLD/cloner/zipball/01be2b579eaa5fee92b90a892a03b8c6ff6e4fb8",
"reference": "01be2b579eaa5fee92b90a892a03b8c6ff6e4fb8",
"shasum": ""
},
"require": {
"illuminate/support": "4 - 5",
"php": ">=5.5.0"
},
"require-dev": {
"bkwld/upchuck": "^2.0@dev",
"illuminate/database": "4 - 5",
"league/flysystem-vfs": "^1.0",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "~4.7",
"satooshi/php-coveralls": "^1.0"
},
"suggest": {
"bkwld/upchuck": "Required for replicating of files."
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Bkwld\\Cloner\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Bkwld\\Cloner\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Robert Reinhard",
"email": "info@bkwld.com"
}
],
"description": "A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.",
"time": "2018-02-23T00:44:26+00:00"
},
{
"name": "consoletvs/charts",
"version": "4.6.0",
"source": {
"type": "git",
"url": "https://github.com/ConsoleTVs/Charts.git",
"reference": "5f31e72cf292c0042ff3eec68ad7a7fa36bdffc2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ConsoleTVs/Charts/zipball/5f31e72cf292c0042ff3eec68ad7a7fa36bdffc2",
"reference": "5f31e72cf292c0042ff3eec68ad7a7fa36bdffc2",
"shasum": ""
},
"require": {
"illuminate/support": "5.*",
"jenssegers/date": "v3.*",
"jlawrence/eos": "3.*",
"php": ">=5.6.4"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"ConsoleTVs\\Charts\\ChartsServiceProvider"
],
"aliases": {
"Charts": "ConsoleTVs\\Charts\\Facades\\Charts"
}
}
},
"autoload": {
"psr-4": {
"ConsoleTVs\\Charts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-11-17 13:40:57 +03:00
"name": "Erik Campobadal",
2018-05-03 15:48:13 +03:00
"email": "soc@erik.cat"
}
],
"description": "Create charts for laravel using diferent charts libraries",
"time": "2017-06-07T20:23:50+00:00"
},
{
"name": "consoletvs/identify",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/ConsoleTVs/Identify.git",
"reference": "21b8abb146b30a124df2737e46f217272d7039a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ConsoleTVs/Identify/zipball/21b8abb146b30a124df2737e46f217272d7039a4",
"reference": "21b8abb146b30a124df2737e46f217272d7039a4",
"shasum": ""
},
"require": {
"illuminate/support": "5.*",
"php": ">=5.5.9",
"sinergi/browser-detector": "6.0.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Unicodeveloper\\Identify\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "unicodeveloper",
"email": "prosperotemuyiwa@gmail.com"
}
],
"description": "A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language",
"keywords": [
"Evangelist",
"browser",
"detect",
"github",
"identify",
"language",
"laravel",
"open source",
"operating system"
],
"time": "2017-04-24T17:27:25+00:00"
},
{
"name": "dingo/api",
"version": "v1.0.0-beta8",
"source": {
"type": "git",
"url": "https://github.com/dingo/api.git",
"reference": "46cffad61942caa094dd876155e503b6819c5095"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dingo/api/zipball/46cffad61942caa094dd876155e503b6819c5095",
"reference": "46cffad61942caa094dd876155e503b6819c5095",
"shasum": ""
},
"require": {
"dingo/blueprint": "0.2.*",
"illuminate/routing": "^5.1",
"illuminate/support": "^5.1",
"league/fractal": ">=0.12.0",
"php": "^5.5.9 || ^7.0"
},
"require-dev": {
"illuminate/auth": "^5.1",
"illuminate/cache": "^5.1",
"illuminate/console": "^5.1",
"illuminate/database": "^5.1",
"illuminate/events": "^5.1",
"illuminate/filesystem": "^5.1",
"illuminate/log": "^5.1",
"illuminate/pagination": "^5.1",
"laravel/lumen-framework": "5.1.* || 5.2.*",
"lucadegasperi/oauth2-server-laravel": "5.0.*",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "^4.8 || ^5.0",
"squizlabs/php_codesniffer": "~2.0",
"tymon/jwt-auth": "1.0.*"
},
"suggest": {
"lucadegasperi/oauth2-server-laravel": "Protect your API with OAuth 2.0.",
"tymon/jwt-auth": "Protect your API with JSON Web Tokens."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Dingo\\Api\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jason Lewis",
"email": "jason.lewis1991@gmail.com"
}
],
"description": "A RESTful API package for the Laravel and Lumen frameworks.",
"keywords": [
"api",
"dingo",
"laravel",
"restful"
],
"time": "2017-02-10T00:56:04+00:00"
},
{
"name": "dingo/blueprint",
"version": "v0.2.4",
"source": {
"type": "git",
"url": "https://github.com/dingo/blueprint.git",
"reference": "1dc93b8ea443fbbdaaca0582572ee6ca53afccfd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dingo/blueprint/zipball/1dc93b8ea443fbbdaaca0582572ee6ca53afccfd",
"reference": "1dc93b8ea443fbbdaaca0582572ee6ca53afccfd",
"shasum": ""
},
"require": {
"doctrine/annotations": "~1.2",
"illuminate/filesystem": "^5.1",
"illuminate/support": "^5.1",
"php": ">=5.5.9",
"phpdocumentor/reflection-docblock": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
}
},
"autoload": {
"psr-4": {
"Dingo\\Blueprint\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jason Lewis",
"email": "jason.lewis1991@gmail.com"
}
],
"description": "API Blueprint documentation generator.",
"keywords": [
"api",
"blueprint",
"dingo",
"docs",
"laravel"
],
"time": "2017-12-05T12:02:08+00:00"
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "0.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "@stable"
},
"type": "project",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"time": "2014-10-24T07:27:01+00:00"
},
{
"name": "doctrine/annotations",
"version": "v1.4.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": "^5.6 || ^7.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^5.7"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"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"
2018-05-03 15:48:13 +03:00
},
{
"name": "doctrine/cache",
"version": "v1.6.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": "~5.5|~7.0"
2018-05-03 15:48:13 +03:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.0",
"predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],
"time": "2017-07-22T12:49:21+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "doctrine/collections",
"version": "v1.4.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
2018-05-03 15:48:13 +03:00
},
"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"
2018-05-03 15:48:13 +03: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"
},
{
"name": "doctrine/inflector",
"version": "v1.1.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"phpunit/phpunit": "4.*"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Inflector\\": "lib/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
"time": "2015-11-06T14:35:42+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "doctrine/lexer",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"lexer",
"parser"
],
"time": "2014-09-09T13:34:57+00:00"
},
{
"name": "dompdf/dompdf",
"version": "v0.8.2",
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
"reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/5113accd9ae5d466077cce5208dcf3fb871bf8f6",
"reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"phenx/php-font-lib": "0.5.*",
"phenx/php-svg-lib": "0.3.*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"squizlabs/php_codesniffer": "2.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Dompdf\\": "src/"
},
"classmap": [
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
},
{
"name": "Brian Sweeney",
"email": "eclecticgeek@gmail.com"
},
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com"
}
],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
"homepage": "https://github.com/dompdf/dompdf",
"time": "2017-11-26T14:49:08+00:00"
},
{
"name": "erusev/parsedown",
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
"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"
},
{
"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"
},
{
"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"
},
{
"name": "intervention/image",
"version": "2.3.14",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "dec642219be9a088fbbceb91cb5da23a0ee788f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/dec642219be9a088fbbceb91cb5da23a0ee788f0",
"reference": "dec642219be9a088fbbceb91cb5da23a0ee788f0",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"guzzlehttp/psr7": "~1.1",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "^4.8 || ^5.7"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
},
"laravel": {
"providers": [
"Intervention\\Image\\ImageServiceProvider"
],
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
}
}
},
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src/Intervention/Image"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@olivervogel.com",
"homepage": "http://olivervogel.com/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
"thumbnail",
"watermark"
],
"time": "2017-07-03T10:53:01+00:00"
},
{
"name": "jakub-onderka/php-console-color",
2018-10-16 13:09:46 +03:00
"version": "v0.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
2018-10-16 13:09:46 +03:00
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2018-10-16 13:09:46 +03:00
"php": ">=5.4.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
2018-10-16 13:09:46 +03:00
"jakub-onderka/php-parallel-lint": "1.0",
2018-05-03 15:48:13 +03:00
"jakub-onderka/php-var-dump-check": "0.*",
2018-10-16 13:09:46 +03:00
"phpunit/phpunit": "~4.3",
2018-05-03 15:48:13 +03:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
2018-10-16 13:09:46 +03:00
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
2018-10-16 13:09:46 +03:00
"email": "jakub.onderka@gmail.com"
2018-05-03 15:48:13 +03:00
}
],
2018-10-16 13:09:46 +03:00
"time": "2018-09-29T17:23:10+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "jakub-onderka/php-console-highlighter",
2018-10-16 13:09:46 +03:00
"version": "v0.4",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
2018-10-16 13:09:46 +03:00
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2018-10-16 13:09:46 +03:00
"ext-tokenizer": "*",
"jakub-onderka/php-console-color": "~0.2",
"php": ">=5.4.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
2018-10-16 13:09:46 +03:00
"jakub-onderka/php-parallel-lint": "~1.0",
2018-05-03 15:48:13 +03:00
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
2018-10-16 13:09:46 +03:00
"psr-4": {
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
2018-10-16 13:09:46 +03:00
"description": "Highlight PHP code in terminal",
"time": "2018-09-29T18:48:56+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "jenssegers/date",
"version": "v3.3.1",
"source": {
"type": "git",
"url": "https://github.com/jenssegers/date.git",
"reference": "eb9ae6b49001a4b8031404aba52e6145a2dda3af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jenssegers/date/zipball/eb9ae6b49001a4b8031404aba52e6145a2dda3af",
"reference": "eb9ae6b49001a4b8031404aba52e6145a2dda3af",
"shasum": ""
},
"require": {
"nesbot/carbon": "^1.0",
"php": ">=5.4",
"symfony/translation": "^2.7|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0|^6.0",
"satooshi/php-coveralls": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
},
"laravel": {
"providers": [
"Jenssegers\\Date\\DateServiceProvider"
],
"aliases": {
"Date": "Jenssegers\\Date\\Date"
}
}
},
"autoload": {
"psr-4": {
"Jenssegers\\Date\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jens Segers",
"homepage": "https://jenssegers.com"
}
],
"description": "A date library to help you work with dates in different languages",
"homepage": "https://github.com/jenssegers/date",
"keywords": [
"carbon",
"date",
"datetime",
"i18n",
"laravel",
"time",
"translation"
],
"time": "2018-03-01T09:51:53+00:00"
},
{
"name": "jeremeamia/SuperClosure",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/jeremeamia/super_closure.git",
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
"shasum": ""
},
"require": {
"nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
"php": ">=5.4",
"symfony/polyfill-php56": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"SuperClosure\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia",
"role": "Developer"
}
],
"description": "Serialize Closure objects, including their context and binding",
"homepage": "https://github.com/jeremeamia/super_closure",
"keywords": [
"closure",
"function",
"lambda",
"parser",
"serializable",
"serialize",
"tokenizer"
],
"time": "2018-03-21T22:21:57+00:00"
},
{
"name": "jlawrence/eos",
"version": "v3.2.2",
"source": {
"type": "git",
"url": "https://github.com/jlawrence11/eos.git",
"reference": "25e3d0f2316cb4636000f452a8e7dcc83725a32a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jlawrence11/eos/zipball/25e3d0f2316cb4636000f452a8e7dcc83725a32a",
"reference": "25e3d0f2316cb4636000f452a8e7dcc83725a32a",
"shasum": ""
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"phpunit/phpunit": "4.*"
},
"type": "library",
"autoload": {
"psr-4": {
"jlawrence\\eos\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1+"
],
"authors": [
{
"name": "Jon Lawrence",
"email": "jon@jon-lawrence.com"
}
],
"description": "Parse and solve math equations without using 'eval()'.",
"keywords": [
"eos",
"equations",
"math",
"solve"
],
"time": "2016-03-02T22:35:41+00:00"
},
{
"name": "kkszymanowski/traitor",
"version": "0.2.5",
"source": {
"type": "git",
"url": "https://github.com/KKSzymanowski/Traitor.git",
"reference": "9770fc7de72ff585601dc9c42b31715d9fc40a24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KKSzymanowski/Traitor/zipball/9770fc7de72ff585601dc9c42b31715d9fc40a24",
"reference": "9770fc7de72ff585601dc9c42b31715d9fc40a24",
"shasum": ""
},
"require": {
"nikic/php-parser": "^1.0|^2.0|^3.0|^4.0",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Traitor\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kuba Szymanowski",
"email": "kuba.szymanowski@inf24.pl"
}
],
"description": "Add a trait use statement to existing PHP class",
"keywords": [
"add",
"php",
"trait"
],
"time": "2018-04-19T12:24:36+00:00"
},
{
"name": "kyslik/column-sortable",
"version": "5.4.11",
"source": {
"type": "git",
"url": "https://github.com/Kyslik/column-sortable.git",
"reference": "cdcfd92a3daeac5c76f5c1b61909e7a75527bd15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Kyslik/column-sortable/zipball/cdcfd92a3daeac5c76f5c1b61909e7a75527bd15",
"reference": "cdcfd92a3daeac5c76f5c1b61909e7a75527bd15",
"shasum": ""
},
"require": {
"illuminate/database": "5.4.*",
"illuminate/support": "5.4.*",
"php": ">=5.6.4"
},
"require-dev": {
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "~5.0"
},
"type": "package",
"autoload": {
"psr-4": {
"Kyslik\\ColumnSortable\\": "src/ColumnSortable/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Martin Kiesel",
"email": "martin.kiesel@gmail.com",
"role": "Developer"
}
],
"description": "Package for handling column sorting in Laravel 5.4",
"keywords": [
"column",
"laravel",
"one-to-one",
"sort",
"sortable",
"sorting"
],
"time": "2018-03-08T15:37:29+00:00"
},
{
"name": "laracasts/flash",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/laracasts/flash.git",
"reference": "10cd420ab63fd0796bf5e1e5b99f87636d2f4333"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laracasts/flash/zipball/10cd420ab63fd0796bf5e1e5b99f87636d2f4333",
"reference": "10cd420ab63fd0796bf5e1e5b99f87636d2f4333",
"shasum": ""
},
"require": {
"illuminate/support": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "dev-master",
"phpunit/phpunit": "^6.1"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laracasts\\Flash\\FlashServiceProvider"
],
"aliases": {
"Flash": "Laracasts\\Flash\\Flash"
}
}
},
"autoload": {
"psr-0": {
"Laracasts\\Flash": "src/"
},
"files": [
"src/Laracasts/Flash/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeffrey Way",
"email": "jeffrey@laracasts.com"
}
],
"description": "Easy flash notifications",
"time": "2017-06-22T19:01:19+00:00"
},
{
"name": "laravel/framework",
"version": "v5.4.36",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "1062a22232071c3e8636487c86ec1ae75681bbf9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/1062a22232071c3e8636487c86ec1ae75681bbf9",
"reference": "1062a22232071c3e8636487c86ec1ae75681bbf9",
"shasum": ""
},
"require": {
"doctrine/inflector": "~1.1",
"erusev/parsedown": "~1.6",
"ext-mbstring": "*",
"ext-openssl": "*",
"league/flysystem": "~1.0",
"monolog/monolog": "~1.11",
"mtdowling/cron-expression": "~1.0",
"nesbot/carbon": "~1.20",
"paragonie/random_compat": "~1.4|~2.0",
"php": ">=5.6.4",
"ramsey/uuid": "~3.0",
"swiftmailer/swiftmailer": "~5.4",
"symfony/console": "~3.2",
"symfony/debug": "~3.2",
"symfony/finder": "~3.2",
"symfony/http-foundation": "~3.2",
"symfony/http-kernel": "~3.2",
"symfony/process": "~3.2",
"symfony/routing": "~3.2",
"symfony/var-dumper": "~3.2",
"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/exception": "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": "self.version"
},
"require-dev": {
"aws/aws-sdk-php": "~3.0",
"doctrine/dbal": "~2.5",
"mockery/mockery": "~0.9.4",
"pda/pheanstalk": "~3.0",
"phpunit/phpunit": "~5.7",
"predis/predis": "~1.0",
"symfony/css-selector": "~3.2",
"symfony/dom-crawler": "~3.2"
},
"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).",
"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-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 (~2.0).",
"symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.4-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": "2017-08-30T09:26:16+00:00"
},
{
"name": "laravel/tinker",
2018-10-16 13:09:46 +03:00
"version": "v1.0.8",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2018-10-16 13:09:46 +03:00
"reference": "cafbf598a90acde68985660e79b2b03c5609a405"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405",
"reference": "cafbf598a90acde68985660e79b2b03c5609a405",
2018-05-03 15:48:13 +03:00
"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"
],
2018-10-16 13:09:46 +03:00
"time": "2018-10-12T19:39:35+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "laravelcollective/html",
"version": "v5.4.9",
"source": {
"type": "git",
"url": "https://github.com/LaravelCollective/html.git",
"reference": "f04965dc688254f4c77f684ab0b42264f9eb9634"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/f04965dc688254f4c77f684ab0b42264f9eb9634",
"reference": "f04965dc688254f4c77f684ab0b42264f9eb9634",
"shasum": ""
},
"require": {
"illuminate/http": "5.4.*",
"illuminate/routing": "5.4.*",
"illuminate/session": "5.4.*",
"illuminate/support": "5.4.*",
"illuminate/view": "5.4.*",
"php": ">=5.6.4"
},
"require-dev": {
"illuminate/database": "5.4.*",
"mockery/mockery": "~0.9.4",
"phpunit/phpunit": "~5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Collective\\Html\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
}
],
"description": "HTML and Form Builders for the Laravel Framework",
"homepage": "http://laravelcollective.com",
"time": "2017-08-12T15:52:38+00:00"
},
{
"name": "league/flysystem",
2018-11-02 18:43:17 +03:00
"version": "1.0.48",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2018-11-02 18:43:17 +03:00
"reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-02 18:43:17 +03:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a6ded5b2f6055e2db97b4b859fdfca2b952b78aa",
"reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2018-10-16 13:09:46 +03:00
"ext-fileinfo": "*",
2018-05-03 15:48:13 +03:00
"php": ">=5.5.9"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
"phpspec/phpspec": "^3.4",
2018-08-30 18:12:51 +03:00
"phpunit/phpunit": "^5.7.10"
2018-05-03 15:48:13 +03:00
},
"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"
],
2018-11-02 18:43:17 +03:00
"time": "2018-10-15T13:53:10+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "league/fractal",
"version": "0.17.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/fractal.git",
"reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/fractal/zipball/a0b350824f22fc2fdde2500ce9d6851a3f275b0e",
"reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"doctrine/orm": "^2.5",
"illuminate/contracts": "~5.0",
"mockery/mockery": "~0.9",
"pagerfanta/pagerfanta": "~1.0.0",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5",
"zendframework/zend-paginator": "~2.3"
},
"suggest": {
"illuminate/pagination": "The Illuminate Pagination component.",
"pagerfanta/pagerfanta": "Pagerfanta Paginator",
"zendframework/zend-paginator": "Zend Framework Paginator"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.13-dev"
}
},
"autoload": {
"psr-4": {
"League\\Fractal\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Phil Sturgeon",
"email": "me@philsturgeon.uk",
"homepage": "http://philsturgeon.uk/",
"role": "Developer"
}
],
"description": "Handle the output of complex data structures ready for API output.",
"homepage": "http://fractal.thephpleague.com/",
"keywords": [
"api",
"json",
"league",
"rest"
],
"time": "2017-06-12T11:04:56+00:00"
},
2018-10-16 13:09:46 +03:00
{
"name": "league/url",
"version": "3.3.5",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/url.git",
"reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/url/zipball/1ae2c3ce29a7c5438339ff6388225844e6479da8",
"reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0",
"true/punycode": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev"
}
},
"autoload": {
"psr-4": {
"League\\Url\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
}
],
"description": "League/url is a lightweight PHP Url manipulating library",
"homepage": "http://url.thephpleague.com",
"keywords": [
"parse_url",
"php",
"url"
],
"abandoned": "league/uri",
"time": "2015-07-15T08:24:12+00:00"
},
2018-05-03 15:48:13 +03:00
{
"name": "maatwebsite/excel",
2018-09-06 11:36:49 +03:00
"version": "2.1.30",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/Maatwebsite/Laravel-Excel.git",
2018-09-06 11:36:49 +03:00
"reference": "f5540c4ba3ac50cebd98b09ca42e61f926ef299f"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-09-06 11:36:49 +03:00
"url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/f5540c4ba3ac50cebd98b09ca42e61f926ef299f",
"reference": "f5540c4ba3ac50cebd98b09ca42e61f926ef299f",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2018-09-06 11:36:49 +03:00
"illuminate/cache": "^5.0",
"illuminate/config": "^5.0",
"illuminate/filesystem": "^5.0",
"illuminate/support": "^5.0",
2018-05-03 15:48:13 +03:00
"jeremeamia/superclosure": "^2.3",
"nesbot/carbon": "~1.0",
"php": ">=5.5",
"phpoffice/phpexcel": "^1.8.1",
"tijsverkoyen/css-to-inline-styles": "~2.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*|3.6.*",
"phpseclib/phpseclib": "~1.0",
"phpunit/phpunit": "~4.0"
},
"suggest": {
2018-09-06 11:36:49 +03:00
"illuminate/http": "^5.0",
"illuminate/queue": "^5.0",
"illuminate/routing": "^5.0",
"illuminate/view": "^5.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Maatwebsite\\Excel\\ExcelServiceProvider"
],
"aliases": {
"Excel": "Maatwebsite\\Excel\\Facades\\Excel"
}
}
},
"autoload": {
"classmap": [
"src/Maatwebsite/Excel"
],
"psr-0": {
"Maatwebsite\\Excel\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maatwebsite.nl",
"email": "patrick@maatwebsite.nl"
}
],
2018-09-06 11:36:49 +03:00
"description": "Supercharged Excel exports in Laravel",
2018-05-03 15:48:13 +03:00
"keywords": [
"PHPExcel",
"batch",
"csv",
"excel",
"export",
"import",
"laravel"
],
2018-09-06 11:36:49 +03:00
"time": "2018-09-04T19:00:09+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "maximebf/debugbar",
"version": "1.13.1",
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
"reference": "afee79a236348e39a44cb837106b7c5b4897ac2a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/afee79a236348e39a44cb837106b7c5b4897ac2a",
"reference": "afee79a236348e39a44cb837106b7c5b4897ac2a",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "^1.0",
"symfony/var-dumper": "^2.6|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
}
},
"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"
],
"time": "2017-01-05T08:46:19+00:00"
},
{
"name": "monolog/monolog",
2018-11-06 10:45:00 +03:00
"version": "1.24.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2018-11-06 10:45:00 +03:00
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-06 10:45:00 +03:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2018-05-03 15:48:13 +03: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",
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
"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"
],
2018-11-06 10:45:00 +03:00
"time": "2018-11-05T09:00:11+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "mtdowling/cron-expression",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/mtdowling/cron-expression.git",
"reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
"reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
"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"
],
"time": "2017-01-23T04:29:33+00:00"
},
{
"name": "nesbot/carbon",
2018-11-17 13:40:57 +03:00
"version": "1.35.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2018-11-17 13:40:57 +03:00
"reference": "5c05a2be472b22f63291d192410df9f0e0de3b19"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-17 13:40:57 +03:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/5c05a2be472b22f63291d192410df9f0e0de3b19",
"reference": "5c05a2be472b22f63291d192410df9f0e0de3b19",
2018-05-03 15:48:13 +03: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-17 13:40:57 +03: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-05-03 15:48:13 +03:00
"type": "library",
2018-07-14 13:22:33 +03:00
"extra": {
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
}
},
2018-05-03 15:48:13 +03:00
"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-17 13:40:57 +03:00
"time": "2018-11-14T21:55:58+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "nikic/php-parser",
"version": "v3.1.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
"reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.5"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
2018-05-03 15:48:13 +03:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
2018-05-03 15:48:13 +03: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-02-28T20:30:58+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "nwidart/laravel-menus",
"version": "0.5.0",
"source": {
"type": "git",
"url": "https://github.com/nWidart/laravel-menus.git",
"reference": "551e7049b4001a9d6dd95c37d3771a809df84126"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nWidart/laravel-menus/zipball/551e7049b4001a9d6dd95c37d3771a809df84126",
"reference": "551e7049b4001a9d6dd95c37d3771a809df84126",
"shasum": ""
},
"require": {
"illuminate/config": "5.4.*",
"illuminate/support": "5.4.*",
"illuminate/view": "5.4.*",
"laravelcollective/html": "5.4.*",
"php": ">=5.6.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.4",
"mockery/mockery": "~0.9",
"orchestra/testbench": "3.4.*",
"phpro/grumphp": "^0.11",
"phpunit/phpunit": "~5.7"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Nwidart\\Menus\\MenusServiceProvider"
],
"aliases": {
"Menu": "Nwidart\\Menus\\Facades\\Menu"
}
}
},
"autoload": {
"psr-4": {
"Nwidart\\Menus\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Pingpong Labs",
"email": "pingpong.labs@gmail.com"
},
{
"name": "Nicolas Widart",
"email": "n.widart@gmail.com"
}
],
"description": "Laravel Menu management",
"keywords": [
"bootstrap",
"laravel",
"menus",
"nav",
"navigation"
],
"time": "2017-09-01T11:32:44+00:00"
},
{
"name": "nwidart/laravel-modules",
"version": "1.27.2",
"source": {
"type": "git",
"url": "https://github.com/nWidart/laravel-modules.git",
"reference": "5f149198bd3d4cf9c9323a301d5b8b0aabc44591"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nWidart/laravel-modules/zipball/5f149198bd3d4cf9c9323a301d5b8b0aabc44591",
"reference": "5f149198bd3d4cf9c9323a301d5b8b0aabc44591",
"shasum": ""
},
"require": {
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"php": ">=5.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.4",
"mockery/mockery": "~0.9.3",
"orchestra/testbench": "^3.1|^3.2|^3.3|^3.4",
"phpro/grumphp": "^0.11",
"phpunit/phpunit": "~5.7"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Nwidart\\Modules\\LaravelModulesServiceProvider"
],
"aliases": {
"Module": "Nwidart\\Modules\\Facades\\Module"
}
}
},
"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": "2017-08-31T16:09:16+00:00"
},
{
"name": "paragonie/random_compat",
2018-07-14 13:22:33 +03:00
"version": "v2.0.17",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2018-07-14 13:22:33 +03:00
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-07-14 13:22:33 +03:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
2018-06-13 10:43:01 +03:00
"polyfill",
2018-05-03 15:48:13 +03:00
"pseudorandom",
"random"
],
2018-07-14 13:22:33 +03:00
"time": "2018-07-04T16:31:37+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "phenx/php-font-lib",
"version": "0.5.1",
"source": {
"type": "git",
"url": "https://github.com/PhenX/php-font-lib.git",
"reference": "760148820110a1ae0936e5cc35851e25a938bc97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
"reference": "760148820110a1ae0936e5cc35851e25a938bc97",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"type": "library",
"autoload": {
"psr-4": {
"FontLib\\": "src/FontLib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"description": "A library to read, parse, export and make subsets of different types of font files.",
"homepage": "https://github.com/PhenX/php-font-lib",
"time": "2017-09-13T16:14:37+00:00"
},
{
"name": "phenx/php-svg-lib",
2018-06-10 02:48:51 +03:00
"version": "v0.3.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/PhenX/php-svg-lib.git",
2018-06-10 02:48:51 +03:00
"reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-06-10 02:48:51 +03:00
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c",
"reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"sabberworm/php-css-parser": "8.1.*"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Svg\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"description": "A library to read, parse and export to PDF SVG files.",
"homepage": "https://github.com/PhenX/php-svg-lib",
2018-06-10 02:48:51 +03:00
"time": "2018-06-03T10:10:03+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "phpdocumentor/reflection-common",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src"
]
}
},
"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": "2017-09-11T18:02:19+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
"reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"phpdocumentor/reflection-common": "^1.0.0",
"phpdocumentor/type-resolver": "^0.4.0",
"webmozart/assert": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.4"
},
"type": "library",
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2017-11-10T14:09:06+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0",
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.2||^4.8.24"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"time": "2017-07-14T14:27:02+00:00"
},
{
"name": "phpoffice/phpexcel",
"version": "1.8.1",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PHPExcel.git",
"reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
"reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
"shasum": ""
},
"require": {
"ext-xml": "*",
"ext-xmlwriter": "*",
"php": ">=5.2.0"
},
"type": "library",
"autoload": {
"psr-0": {
"PHPExcel": "Classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "Maarten Balliauw",
"homepage": "http://blog.maartenballiauw.be"
},
{
"name": "Mark Baker"
},
{
"name": "Franck Lefevre",
"homepage": "http://blog.rootslabs.net"
},
{
"name": "Erik Tilt"
}
],
"description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
"homepage": "http://phpexcel.codeplex.com",
"keywords": [
"OpenXML",
"excel",
"php",
"spreadsheet",
"xls",
"xlsx"
],
"abandoned": "phpoffice/phpspreadsheet",
"time": "2015-05-01T07:00:55+00:00"
},
{
"name": "plank/laravel-mediable",
"version": "2.5.0",
"source": {
"type": "git",
"url": "https://github.com/plank/laravel-mediable.git",
"reference": "41bd90fd714f453590830bc953c90946c4fec30b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/plank/laravel-mediable/zipball/41bd90fd714f453590830bc953c90946c4fec30b",
"reference": "41bd90fd714f453590830bc953c90946c4fec30b",
"shasum": ""
},
"require": {
"illuminate/database": "^5.2.0",
"illuminate/filesystem": "^5.2.0",
"illuminate/support": "^5.2.0",
"league/flysystem": "^1.0.8",
"php": ">=5.4.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"league/flysystem-aws-s3-v3": "^1.0.8",
"orchestra/testbench": "^3.0",
"phpunit/phpunit": "^5.7",
"satooshi/php-coveralls": "^1.0.1",
"vlucas/phpdotenv": "^2.2"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Plank\\Mediable\\MediableServiceProvider"
],
"aliases": {
"MediaUploader": "Plank\\Mediable\\MediaUploaderFacade"
}
}
},
"autoload": {
"psr-4": {
"Plank\\Mediable\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sean Fraser",
"email": "sean@plankdesign.com"
}
],
"description": "A package for easily uploading and attaching media files to models with Laravel",
"keywords": [
"eloquent",
"image",
"laravel",
"media",
"uploader"
],
"time": "2017-08-30T12:54:56+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2016-10-10T12:19:37+00:00"
},
{
"name": "psy/psysh",
2018-10-16 13:09:46 +03:00
"version": "v0.9.9",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2018-10-16 13:09:46 +03:00
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"dnoegel/php-xdg-base-dir": "0.1",
2018-08-30 18:12:51 +03:00
"ext-json": "*",
"ext-tokenizer": "*",
2018-10-16 13:09:46 +03:00
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2018-05-03 15:48:13 +03:00
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0"
},
"require-dev": {
2018-05-22 12:42:19 +03:00
"bamarni/composer-bin-plugin": "^1.2",
2018-05-03 15:48:13 +03:00
"hoa/console": "~2.15|~3.16",
2018-05-22 12:42:19 +03:00
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2018-05-03 15:48:13 +03:00
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.9.x-dev"
}
},
"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"
],
2018-10-16 13:09:46 +03:00
"time": "2018-10-13T15:16:03+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "ramsey/uuid",
"version": "3.8.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"paragonie/random_compat": "^1.0|^2.0|9.99.99",
"php": "^5.4 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2018-05-03 15:48:13 +03:00
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
"codeception/aspect-mock": "^1.0 | ~2.0.0",
"doctrine/annotations": "~1.2.0",
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
2018-05-03 15:48:13 +03:00
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"mockery/mockery": "^0.9.9",
"moontoast/math": "^1.1",
"php-mock/php-mock-phpunit": "^0.3|^1.1",
"phpunit/phpunit": "^4.7|^5.0|^6.5",
2018-05-03 15:48:13 +03:00
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
"ext-ctype": "Provides support for PHP Ctype functions",
2018-05-03 15:48:13 +03:00
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
},
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"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",
"keywords": [
"guid",
"identifier",
"uuid"
],
"time": "2018-07-19T23:38:55+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "sabberworm/php-css-parser",
"version": "8.1.0",
"source": {
"type": "git",
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
"reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
"reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Sabberworm\\CSS": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Raphael Schweikert"
}
],
"description": "Parser for CSS Files written in PHP",
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
"keywords": [
"css",
"parser",
"stylesheet"
],
"time": "2016-07-19T19:14:21+00:00"
},
{
"name": "santigarcor/laratrust",
"version": "4.0.5",
"source": {
"type": "git",
"url": "https://github.com/santigarcor/laratrust.git",
"reference": "b7ad126757c4e0542174c42b39094b4212a65d94"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/santigarcor/laratrust/zipball/b7ad126757c4e0542174c42b39094b4212a65d94",
"reference": "b7ad126757c4e0542174c42b39094b4212a65d94",
"shasum": ""
},
"require": {
"illuminate/cache": "~5.1",
"illuminate/console": "~5.1",
"illuminate/database": "~5.1",
"illuminate/support": "^5.1.40",
"kkszymanowski/traitor": "^0.2.0",
"php": ">=5.5.9"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "~4.1"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laratrust\\LaratrustServiceProvider"
],
"aliases": {
"Laratrust": "Laratrust\\LaratrustFacade"
}
}
},
"autoload": {
"classmap": [
"src/commands"
],
"psr-4": {
"Laratrust\\": "src/Laratrust/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Santiago Garcia",
"homepage": "http://santigarcor.me"
}
],
"description": "This package provides a flexible way to add Role-based Permissions to Laravel",
"keywords": [
"acl",
"authorization",
"laratrust",
"laravel",
"permissions",
"php",
"rbac",
"roles"
],
"time": "2017-09-29T19:54:05+00:00"
},
{
"name": "simshaun/recurr",
2018-10-16 13:09:46 +03:00
"version": "v3.0.7",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/simshaun/recurr.git",
2018-10-16 13:09:46 +03:00
"reference": "f729bfd715f4fdf2fc2d8f400e89c9753e479c7c"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/simshaun/recurr/zipball/f729bfd715f4fdf2fc2d8f400e89c9753e479c7c",
"reference": "f729bfd715f4fdf2fc2d8f400e89c9753e479c7c",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"doctrine/collections": "~1.3",
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
}
},
"autoload": {
"psr-4": {
"Recurr\\": "src/Recurr/",
"Recurr\\Test\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shaun Simmons",
"email": "shaun@envysphere.com",
"homepage": "http://envysphere.com"
}
],
"description": "PHP library for working with recurrence rules",
"homepage": "https://github.com/simshaun/recurr",
"keywords": [
"dates",
"events",
"recurrence",
"recurring",
"rrule"
],
2018-10-16 13:09:46 +03:00
"time": "2018-09-19T05:26:21+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "sinergi/browser-detector",
"version": "6.0.5",
"source": {
"type": "git",
"url": "https://github.com/sinergi/php-browser-detector.git",
"reference": "7fcda47cf2690fb978c8cee3ba7304b7dca1bcc7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sinergi/php-browser-detector/zipball/7fcda47cf2690fb978c8cee3ba7304b7dca1bcc7",
"reference": "7fcda47cf2690fb978c8cee3ba7304b7dca1bcc7",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "6.1-dev"
}
},
"autoload": {
"psr-4": {
"Sinergi\\BrowserDetector\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Schuld",
"email": "chris@chrisschuld.com",
"homepage": "http://chrisschuld.com"
},
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com"
}
],
"description": "Detecting the user's browser, operating system and language.",
"keywords": [
"browser",
"detection",
"language",
"operating system",
"os"
],
"time": "2016-07-28T15:35:24+00:00"
},
{
"name": "sofa/eloquence",
"version": "5.4.1",
"source": {
"type": "git",
"url": "https://github.com/jarektkaczyk/eloquence.git",
"reference": "6f821bcf24950b58e633cb0cac7bbee6acb0f34a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jarektkaczyk/eloquence/zipball/6f821bcf24950b58e633cb0cac7bbee6acb0f34a",
"reference": "6f821bcf24950b58e633cb0cac7bbee6acb0f34a",
"shasum": ""
},
"require": {
"illuminate/database": "5.4.*",
"php": ">=5.6.4",
"sofa/hookable": "5.4.*"
},
"require-dev": {
"mockery/mockery": "0.9.4",
"phpunit/phpunit": "4.5.0",
"squizlabs/php_codesniffer": "2.3.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Sofa\\Eloquence\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jarek Tkaczyk",
"email": "jarek@softonsofa.com",
"homepage": "http://softonsofa.com/",
"role": "Developer"
}
],
"description": "Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.",
"keywords": [
"eloquent",
"laravel",
"mappable",
"metable",
"mutable",
"searchable"
],
"time": "2017-04-22T14:38:11+00:00"
},
{
"name": "sofa/hookable",
"version": "5.4.1",
"source": {
"type": "git",
"url": "https://github.com/jarektkaczyk/hookable.git",
"reference": "1791d001bdf483136a11b3ea600462f446b82401"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jarektkaczyk/hookable/zipball/1791d001bdf483136a11b3ea600462f446b82401",
"reference": "1791d001bdf483136a11b3ea600462f446b82401",
"shasum": ""
},
"require": {
"illuminate/database": "5.3.*|5.4.*",
"php": ">=5.6.4"
},
"require-dev": {
"crysalead/kahlan": "~1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Sofa\\Hookable\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jarek Tkaczyk",
"email": "jarek@softonsofa.com",
"homepage": "http://softonsofa.com/",
"role": "Developer"
}
],
"description": "Laravel Eloquent hooks system.",
"keywords": [
"eloquent",
"laravel"
],
"time": "2017-05-27T15:48:52+00:00"
},
2018-10-16 13:09:46 +03:00
{
"name": "spatie/url-signer",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/spatie/url-signer.git",
"reference": "945bf049d50eeaadd774e777114c6507eb6df58a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/url-signer/zipball/945bf049d50eeaadd774e777114c6507eb6df58a",
"reference": "945bf049d50eeaadd774e777114c6507eb6df58a",
"shasum": ""
},
"require": {
"league/url": "^3.3",
"php": ">=5.6.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Spatie\\UrlSigner\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://github.com/sebastiandedeyne",
"role": "Developer"
}
],
"description": "Generate a url with an expiration date and signature to prevent unauthorized access",
"homepage": "https://github.com/spatie/url-signer",
"keywords": [
"encryption",
"security",
"sign",
"spatie",
"url"
],
"time": "2017-04-09T08:13:03+00:00"
},
2018-05-03 15:48:13 +03:00
{
"name": "swiftmailer/swiftmailer",
2018-08-30 18:12:51 +03:00
"version": "v5.4.12",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2018-08-30 18:12:51 +03:00
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-08-30 18:12:51 +03:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.4-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"
],
2018-08-30 18:12:51 +03:00
"time": "2018-07-31T09:26:32+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/class-loader",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",
2018-11-06 10:45:00 +03:00
"reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-06 10:45:00 +03:00
"url": "https://api.github.com/repos/symfony/class-loader/zipball/5605edec7b8f034ead2497ff4aab17bb70d558c1",
"reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"require-dev": {
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/polyfill-apcu": "~1.1"
},
"suggest": {
"symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\ClassLoader\\": ""
},
"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 ClassLoader Component",
"homepage": "https://symfony.com",
2018-11-06 10:45:00 +03:00
"time": "2018-10-31T09:06:03+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/console",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2018-11-06 10:45:00 +03:00
"reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-06 10:45:00 +03:00
"url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
"reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
2018-05-03 15:48:13 +03: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"
},
"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": {
"psr/log-implementation": "For using the console logger",
"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",
2018-11-06 10:45:00 +03:00
"time": "2018-10-30T16:50:50+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/css-selector",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2018-10-16 13:09:46 +03:00
"reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
"reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
2018-05-03 15:48:13 +03:00
}
},
"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",
2018-10-16 13:09:46 +03:00
"time": "2018-10-02T16:33:53+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/debug",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2018-11-06 10:45:00 +03:00
"reference": "fe9793af008b651c5441bdeab21ede8172dab097"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-06 10:45:00 +03:00
"url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097",
"reference": "fe9793af008b651c5441bdeab21ede8172dab097",
2018-05-03 15:48:13 +03: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",
2018-11-06 10:45:00 +03:00
"time": "2018-10-31T09:06:03+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/event-dispatcher",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2018-11-06 10:45:00 +03:00
"reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-06 10:45:00 +03:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
"reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
2018-05-03 15:48:13 +03:00
},
"conflict": {
"symfony/dependency-injection": "<3.3"
2018-05-03 15:48:13 +03:00
},
"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"
2018-05-03 15:48:13 +03:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
2018-05-03 15:48:13 +03:00
}
},
"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",
2018-11-06 10:45:00 +03:00
"time": "2018-10-30T16:50:50+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/finder",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2018-10-16 13:09:46 +03:00
"reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
"reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
2018-05-03 15:48:13 +03: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",
2018-10-16 13:09:46 +03:00
"time": "2018-10-03T08:46:40+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/http-foundation",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2018-11-06 10:45:00 +03:00
"reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-06 10:45:00 +03:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
"reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
2018-05-03 15:48:13 +03: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",
2018-11-06 10:45:00 +03:00
"time": "2018-10-31T08:57:11+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/http-kernel",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2018-11-06 10:45:00 +03:00
"reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-06 10:45:00 +03:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
"reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0",
"symfony/debug": "~2.8|~3.0|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2018-07-14 13:22:33 +03:00
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
2018-05-22 12:42:19 +03:00
"symfony/polyfill-ctype": "~1.8"
2018-05-03 15:48:13 +03:00
},
"conflict": {
"symfony/config": "<2.8",
2018-08-30 18:12:51 +03:00
"symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
2018-05-03 15:48:13 +03:00
"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",
2018-08-30 18:12:51 +03:00
"symfony/dependency-injection": "^3.4.10|^4.0.10",
2018-05-03 15:48:13 +03:00
"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",
2018-11-06 10:45:00 +03:00
"time": "2018-11-03T10:03:02+00:00"
2018-05-22 12:42:19 +03:00
},
{
"name": "symfony/polyfill-ctype",
2018-11-02 18:43:17 +03:00
"version": "v1.10.0",
2018-05-22 12:42:19 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2018-08-30 18:12:51 +03:00
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2018-05-22 12:42:19 +03:00
},
"dist": {
"type": "zip",
2018-08-30 18:12:51 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2018-05-22 12:42:19 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2018-08-30 18:12:51 +03:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-05-22 12:42:19 +03:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-30 18:12:51 +03:00
"dev-master": "1.9-dev"
2018-05-22 12:42:19 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2018-08-30 18:12:51 +03:00
"time": "2018-08-06T14:22:27+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/polyfill-mbstring",
2018-11-02 18:43:17 +03:00
"version": "v1.10.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2018-11-02 18:43:17 +03:00
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-02 18:43:17 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-30 18:12:51 +03:00
"dev-master": "1.9-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2018-11-02 18:43:17 +03:00
"time": "2018-09-21T13:07:52+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/polyfill-php56",
2018-11-02 18:43:17 +03:00
"version": "v1.10.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
2018-11-02 18:43:17 +03:00
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-02 18:43:17 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-30 18:12:51 +03:00
"dev-master": "1.9-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2018-11-02 18:43:17 +03:00
"time": "2018-09-21T06:26:08+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/polyfill-php70",
2018-11-02 18:43:17 +03:00
"version": "v1.10.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
2018-11-02 18:43:17 +03:00
"reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-02 18:43:17 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
"reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2018-08-30 18:12:51 +03:00
"paragonie/random_compat": "~1.0|~2.0|~9.99",
2018-05-03 15:48:13 +03:00
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-30 18:12:51 +03:00
"dev-master": "1.9-dev"
2018-05-03 15:48:13 +03:00
}
},
"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-02 18:43:17 +03:00
"time": "2018-09-21T06:26:08+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/polyfill-util",
2018-11-02 18:43:17 +03:00
"version": "v1.10.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
2018-11-02 18:43:17 +03:00
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-02 18:43:17 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-30 18:12:51 +03:00
"dev-master": "1.9-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"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 utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
2018-11-02 18:43:17 +03:00
"time": "2018-09-30T16:36:12+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/process",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2018-11-06 10:45:00 +03:00
"reference": "35c2914a9f50519bd207164c353ae4d59182c2cb"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-11-06 10:45:00 +03:00
"url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb",
"reference": "35c2914a9f50519bd207164c353ae4d59182c2cb",
2018-05-03 15:48:13 +03: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",
2018-11-06 10:45:00 +03:00
"time": "2018-10-14T17:33:21+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/routing",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2018-10-16 13:09:46 +03:00
"reference": "585f6e2d740393d546978769dd56e496a6233e0b"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/symfony/routing/zipball/585f6e2d740393d546978769dd56e496a6233e0b",
"reference": "585f6e2d740393d546978769dd56e496a6233e0b",
2018-05-03 15:48:13 +03: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",
"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"
],
2018-10-16 13:09:46 +03:00
"time": "2018-10-02T12:28:39+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/translation",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2018-10-16 13:09:46 +03:00
"reference": "94bc3a79008e6640defedf5e14eb3b4f20048352"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352",
"reference": "94bc3a79008e6640defedf5e14eb3b4f20048352",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
2018-05-03 15:48:13 +03:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/config": "<2.8",
2018-05-03 15:48:13 +03:00
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0",
2018-05-03 15:48:13 +03:00
"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",
2018-05-03 15:48:13 +03:00
"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"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
2018-10-16 13:09:46 +03:00
"time": "2018-10-02T16:33:53+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/var-dumper",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2018-10-16 13:09:46 +03:00
"reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
"reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
2018-05-03 15:48:13 +03: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"
],
2018-10-16 13:09:46 +03:00
"time": "2018-10-02T16:33:53+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"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": "2017-11-27T11:13:29+00:00"
},
2018-10-16 13:09:46 +03:00
{
"name": "true/punycode",
"version": "v2.1.1",
"source": {
"type": "git",
"url": "https://github.com/true/php-punycode.git",
"reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
"reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"TrueBV\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Renan Gonçalves",
"email": "renan.saddam@gmail.com"
}
],
"description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
"homepage": "https://github.com/true/php-punycode",
"keywords": [
"idna",
"punycode"
],
"time": "2016-11-16T10:37:54+00:00"
},
2018-05-03 15:48:13 +03:00
{
"name": "tucker-eric/eloquentfilter",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/Tucker-Eric/EloquentFilter.git",
"reference": "1e8d030da32eb7d319e1c68a76351c86a54396f1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Tucker-Eric/EloquentFilter/zipball/1e8d030da32eb7d319e1c68a76351c86a54396f1",
"reference": "1e8d030da32eb7d319e1c68a76351c86a54396f1",
"shasum": ""
},
"require": {
"illuminate/config": "~5.0",
"illuminate/console": "~5.0",
"illuminate/database": "~5.0",
"illuminate/filesystem": "~5.0",
"illuminate/support": "~5.0",
"php": ">=5.5.9"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
"phpunit/phpunit": "~5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EloquentFilter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric Tucker",
"email": "tucker.ericm@gmail.com"
}
],
"description": "An Eloquent way to filter Eloquent Models",
"keywords": [
"eloquent",
"filter",
"laravel",
"model",
"query",
"search"
],
"time": "2017-02-15T07:00:04+00:00"
},
{
"name": "vlucas/phpdotenv",
2018-08-30 18:12:51 +03:00
"version": "v2.5.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2018-08-30 18:12:51 +03:00
"reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-08-30 18:12:51 +03:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
"reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
2018-07-14 13:22:33 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-07-14 13:22:33 +03:00
"dev-master": "2.5-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-07-14 13:22:33 +03:00
"BSD-3-Clause"
2018-05-03 15:48:13 +03:00
],
"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"
],
2018-08-30 18:12:51 +03:00
"time": "2018-07-29T20:33:41+00:00"
2018-05-03 15:48:13 +03: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"
}
],
"packages-dev": [
2018-07-14 13:22:33 +03:00
{
"name": "doctrine/instantiator",
"version": "1.0.5",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3,<8.0-DEV"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"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-07-14 13:22:33 +03:00
},
2018-05-03 15:48:13 +03:00
{
"name": "fzaninotto/faker",
"version": "v1.8.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"squizlabs/php_codesniffer": "^1.5"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
2018-05-03 15:48:13 +03:00
},
"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": "2018-07-12T10:23:15+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "myclabs/deep-copy",
"version": "1.7.0",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^4.1"
2018-07-14 13:22:33 +03:00
},
"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-07-14 13:22:33 +03:00
},
{
"name": "phpspec/prophecy",
2018-08-30 18:12:51 +03:00
"version": "1.8.0",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2018-08-30 18:12:51 +03:00
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2018-08-30 18:12:51 +03:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
"sebastian/comparator": "^1.1|^2.0|^3.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
},
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
2018-08-30 18:12:51 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-30 18:12:51 +03:00
"dev-master": "1.8.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2018-08-30 18:12:51 +03:00
"time": "2018-08-05T17:53:17+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "phpunit/php-code-coverage",
"version": "4.0.8",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^5.6 || ^7.0",
"phpunit/php-file-iterator": "^1.3",
"phpunit/php-text-template": "^1.2",
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
"sebastian/code-unit-reverse-lookup": "^1.0",
"sebastian/environment": "^1.3.2 || ^2.0",
"sebastian/version": "^1.0 || ^2.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"ext-xdebug": "^2.1.4",
"phpunit/phpunit": "^5.7"
2018-07-14 13:22:33 +03:00
},
"suggest": {
"ext-xdebug": "^2.5.1"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
2018-07-14 13:22:33 +03:00
"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": "2017-04-02T07:44:40+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "phpunit/php-file-iterator",
"version": "1.4.5",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
2018-07-14 13:22:33 +03:00
"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"
2018-07-14 13:22:33 +03: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",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
2018-07-14 13:22:33 +03:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2017-02-26T11:10:40+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "phpunit/php-token-stream",
"version": "1.4.12",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"phpunit/phpunit": "~4.2"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
2018-07-14 13:22:33 +03:00
}
},
"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"
],
"time": "2017-12-04T08:55:13+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "phpunit/phpunit",
"version": "5.7.27",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"myclabs/deep-copy": "~1.3",
"php": "^5.6 || ^7.0",
"phpspec/prophecy": "^1.6.2",
"phpunit/php-code-coverage": "^4.0.4",
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "^3.2",
"sebastian/comparator": "^1.2.4",
"sebastian/diff": "^1.4.3",
"sebastian/environment": "^1.3.4 || ^2.0",
"sebastian/exporter": "~2.0",
"sebastian/global-state": "^1.1",
"sebastian/object-enumerator": "~2.0",
"sebastian/resource-operations": "~1.0",
"sebastian/version": "^1.0.6|^2.0.1",
"symfony/yaml": "~2.1|~3.0|~4.0"
2018-07-14 13:22:33 +03:00
},
"conflict": {
"phpdocumentor/reflection-docblock": "3.0.2"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-xdebug": "*",
"phpunit/php-invoker": "~1.1"
2018-07-14 13:22:33 +03:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.7.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"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"
],
"time": "2018-02-01T05:50:59+00:00"
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "3.4.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.6 || ^7.0",
"phpunit/php-text-template": "^1.2",
"sebastian/exporter": "^1.2 || ^2.0"
},
"conflict": {
"phpunit/phpunit": "<5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.4"
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.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": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
],
"time": "2017-06-30T09:13:00+00:00"
2018-07-14 13:22:33 +03: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": "1.2.4",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/diff": "~1.2",
"sebastian/exporter": "~1.2 || ~2.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"phpunit/phpunit": "~4.4"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"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": "http://www.github.com/sebastianbergmann/comparator",
2018-07-14 13:22:33 +03:00
"keywords": [
"comparator",
"compare",
"equality"
],
"time": "2017-01-29T09:50:25+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/diff",
"version": "1.4.3",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff"
2018-07-14 13:22:33 +03:00
],
"time": "2017-05-22T07:24:03+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/environment",
"version": "2.0.0",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"phpunit/phpunit": "^5.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"time": "2016-11-26T07:53:53+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/exporter",
"version": "2.0.0",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/recursion-context": "~2.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "~4.4"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"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"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"time": "2016-11-19T08:54:04+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/global-state",
"version": "1.1.1",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"phpunit/phpunit": "~4.2"
2018-07-14 13:22:33 +03:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2018-07-14 13:22:33 +03:00
}
},
"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": "2015-10-12T03:26:01+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/object-enumerator",
"version": "2.0.1",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": ">=5.6",
"sebastian/recursion-context": "~2.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"phpunit/phpunit": "~5"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"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-02-18T15:18:39+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/recursion-context",
"version": "2.0.0",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"phpunit/phpunit": "~4.4"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"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": "2016-11-19T07:33:16+00:00"
2018-07-14 13:22:33 +03: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"
},
{
"name": "symfony/yaml",
2018-11-06 10:45:00 +03:00
"version": "v3.4.18",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2018-10-16 13:09:46 +03:00
"reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
"reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
2018-07-14 13:22:33 +03:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2018-07-14 13:22:33 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2018-07-14 13:22:33 +03:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-07-14 13:22:33 +03:00
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2018-10-16 13:09:46 +03:00
"time": "2018-10-02T16:33:53+00:00"
2018-05-03 15:48:13 +03:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"dingo/api": 10
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.6.4"
},
"platform-dev": []
}