|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "5effde29b0610aa58bfbc8ebc12d4aac",
|
|
|
+ "content-hash": "3ab9e7ebe3aa110aaedb169c102eb527",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "bacon/bacon-qr-code",
|
|
@@ -544,16 +544,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "egulias/email-validator",
|
|
|
- "version": "2.1.9",
|
|
|
+ "version": "2.1.10",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/egulias/EmailValidator.git",
|
|
|
- "reference": "128cc721d771ec2c46ce59698f4ca42b73f71b25"
|
|
|
+ "reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/128cc721d771ec2c46ce59698f4ca42b73f71b25",
|
|
|
- "reference": "128cc721d771ec2c46ce59698f4ca42b73f71b25",
|
|
|
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec",
|
|
|
+ "reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -563,7 +563,8 @@
|
|
|
"require-dev": {
|
|
|
"dominicsayers/isemail": "dev-master",
|
|
|
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
|
|
|
- "satooshi/php-coveralls": "^1.0.1"
|
|
|
+ "satooshi/php-coveralls": "^1.0.1",
|
|
|
+ "symfony/phpunit-bridge": "^4.4@dev"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
|
|
@@ -597,7 +598,7 @@
|
|
|
"validation",
|
|
|
"validator"
|
|
|
],
|
|
|
- "time": "2019-06-23T10:14:27+00:00"
|
|
|
+ "time": "2019-07-19T20:52:08+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "erusev/parsedown",
|
|
@@ -699,6 +700,147 @@
|
|
|
],
|
|
|
"time": "2019-01-10T14:06:47+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/psr7",
|
|
|
+ "version": "1.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/psr7.git",
|
|
|
+ "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
|
|
|
+ "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "psr/http-message": "~1.0",
|
|
|
+ "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-zlib": "*",
|
|
|
+ "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.6-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",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response",
|
|
|
+ "stream",
|
|
|
+ "uri",
|
|
|
+ "url"
|
|
|
+ ],
|
|
|
+ "time": "2019-07-01T23:21:34+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "intervention/image",
|
|
|
+ "version": "2.5.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Intervention/image.git",
|
|
|
+ "reference": "39eaef720d082ecc54c64bf54541c55f10db546d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Intervention/image/zipball/39eaef720d082ecc54c64bf54541c55f10db546d",
|
|
|
+ "reference": "39eaef720d082ecc54c64bf54541c55f10db546d",
|
|
|
+ "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.4-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": "2019-06-24T14:06:31+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "jakub-onderka/php-console-color",
|
|
|
"version": "v0.2",
|
|
@@ -1081,6 +1223,73 @@
|
|
|
],
|
|
|
"time": "2019-06-18T20:09:29+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "mews/captcha",
|
|
|
+ "version": "2.2.9",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/mewebstudio/captcha.git",
|
|
|
+ "reference": "77ee353db8d92c001b411a0afbb7b3ccb71500b0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/mewebstudio/captcha/zipball/77ee353db8d92c001b411a0afbb7b3ccb71500b0",
|
|
|
+ "reference": "77ee353db8d92c001b411a0afbb7b3ccb71500b0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-gd": "*",
|
|
|
+ "illuminate/config": "~5.0",
|
|
|
+ "illuminate/filesystem": "~5.0",
|
|
|
+ "illuminate/hashing": "~5.0",
|
|
|
+ "illuminate/support": "~5.0",
|
|
|
+ "intervention/image": "~2.2",
|
|
|
+ "php": ">=5.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "0.9.*",
|
|
|
+ "phpunit/phpunit": "~4.1"
|
|
|
+ },
|
|
|
+ "type": "package",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Mews\\Captcha\\CaptchaServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "Captcha": "Mews\\Captcha\\Facades\\Captcha"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Mews\\Captcha\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/helpers.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Muharrem ERİN",
|
|
|
+ "email": "me@mewebstudio.com",
|
|
|
+ "homepage": "https://github.com/mewebstudio",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Laravel 5 Captcha Package",
|
|
|
+ "homepage": "https://github.com/mewebstudio/captcha",
|
|
|
+ "keywords": [
|
|
|
+ "captcha",
|
|
|
+ "laravel5 Captcha",
|
|
|
+ "laravel5 Security"
|
|
|
+ ],
|
|
|
+ "time": "2019-04-19T12:35:00+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
|
"version": "1.24.0",
|
|
@@ -1861,6 +2070,56 @@
|
|
|
],
|
|
|
"time": "2017-02-14T16:28:37+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.1.0",
|
|
@@ -2030,6 +2289,46 @@
|
|
|
],
|
|
|
"time": "2018-10-13T15:16:03+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "ralouphie/getallheaders",
|
|
|
+ "version": "3.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "php-coveralls/php-coveralls": "^2.1",
|
|
|
+ "phpunit/phpunit": "^5 || ^6.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/getallheaders.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ralph Khattar",
|
|
|
+ "email": "ralph.khattar@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A polyfill for getallheaders.",
|
|
|
+ "time": "2019-03-08T08:55:37+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "ramsey/uuid",
|
|
|
"version": "3.8.0",
|