1
0
Fork 0

Merge pull request #1863 from techknowlogick/composer-update

PHP 7.4 compat fix
This commit is contained in:
daniel 2019-12-02 17:33:27 -07:00 committed by GitHub
commit af7aa677b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 22 deletions

44
composer.lock generated
View File

@ -1048,16 +1048,16 @@
}, },
{ {
"name": "ezyang/htmlpurifier", "name": "ezyang/htmlpurifier",
"version": "v4.11.0", "version": "v4.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git", "url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7" "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
"reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7", "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1091,7 +1091,7 @@
"keywords": [ "keywords": [
"html" "html"
], ],
"time": "2019-07-14T18:58:38+00:00" "time": "2019-10-28T03:44:26+00:00"
}, },
{ {
"name": "fideloper/proxy", "name": "fideloper/proxy",
@ -1415,16 +1415,16 @@
}, },
{ {
"name": "intervention/image", "name": "intervention/image",
"version": "2.5.0", "version": "2.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Intervention/image.git", "url": "https://github.com/Intervention/image.git",
"reference": "39eaef720d082ecc54c64bf54541c55f10db546d" "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/39eaef720d082ecc54c64bf54541c55f10db546d", "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
"reference": "39eaef720d082ecc54c64bf54541c55f10db546d", "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1481,7 +1481,7 @@
"thumbnail", "thumbnail",
"watermark" "watermark"
], ],
"time": "2019-06-24T14:06:31+00:00" "time": "2019-11-02T09:15:47+00:00"
}, },
{ {
"name": "jakub-onderka/php-console-color", "name": "jakub-onderka/php-console-color",
@ -4262,9 +4262,9 @@
"authors": [ "authors": [
{ {
"name": "Freek Van der Herten", "name": "Freek Van der Herten",
"role": "Developer",
"email": "freek@spatie.be", "email": "freek@spatie.be",
"homepage": "https://spatie.be" "homepage": "https://spatie.be",
"role": "Developer"
} }
], ],
"description": "Dump databases", "description": "Dump databases",
@ -4315,9 +4315,9 @@
"authors": [ "authors": [
{ {
"name": "Freek Van der Herten", "name": "Freek Van der Herten",
"role": "Developer",
"email": "freek@spatie.be", "email": "freek@spatie.be",
"homepage": "https://spatie.be" "homepage": "https://spatie.be",
"role": "Developer"
} }
], ],
"description": "Easily optimize images using PHP", "description": "Easily optimize images using PHP",
@ -6393,12 +6393,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "4fb3665d24bdcdb403035e81ec1c36cca505f778" "reference": "55cd3f5e892eee6f5aca414d465cc224b062bea6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/4fb3665d24bdcdb403035e81ec1c36cca505f778", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/55cd3f5e892eee6f5aca414d465cc224b062bea6",
"reference": "4fb3665d24bdcdb403035e81ec1c36cca505f778", "reference": "55cd3f5e892eee6f5aca414d465cc224b062bea6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6407,8 +6407,8 @@
"illuminate/support": "^5.5|^6", "illuminate/support": "^5.5|^6",
"maximebf/debugbar": "~1.15.0", "maximebf/debugbar": "~1.15.0",
"php": ">=7.0", "php": ">=7.0",
"symfony/debug": "^3|^4", "symfony/debug": "^3|^4|^5",
"symfony/finder": "^3|^4" "symfony/finder": "^3|^4|^5"
}, },
"require-dev": { "require-dev": {
"laravel/framework": "5.5.x" "laravel/framework": "5.5.x"
@ -6453,7 +6453,7 @@
"profiler", "profiler",
"webprofiler" "webprofiler"
], ],
"time": "2019-09-24T14:55:23+00:00" "time": "2019-11-24T09:49:45+00:00"
}, },
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@ -7033,8 +7033,8 @@
"authors": [ "authors": [
{ {
"name": "Filipe Dobreira", "name": "Filipe Dobreira",
"role": "Developer", "homepage": "https://github.com/filp",
"homepage": "https://github.com/filp" "role": "Developer"
} }
], ],
"description": "php error handling for cool kids", "description": "php error handling for cool kids",