Update some composer dependencies
This commit is contained in:
parent
79408d2ecc
commit
328fc2a8ea
2 changed files with 45 additions and 44 deletions
|
@ -24,8 +24,8 @@
|
||||||
"laravel/telescope": "^2.0",
|
"laravel/telescope": "^2.0",
|
||||||
"laravel/tinker": "^1.0",
|
"laravel/tinker": "^1.0",
|
||||||
"lcobucci/jwt": "^3.1",
|
"lcobucci/jwt": "^3.1",
|
||||||
"league/commonmark": "^0.18.0",
|
"league/commonmark": "^0.19.0",
|
||||||
"league/commonmark-ext-autolink": "^0.2.0",
|
"league/commonmark-ext-autolink": "^0.3.0",
|
||||||
"league/flysystem-aws-s3-v3": "^1.0",
|
"league/flysystem-aws-s3-v3": "^1.0",
|
||||||
"mf2/mf2": "~0.3",
|
"mf2/mf2": "~0.3",
|
||||||
"phaza/laravel-postgis": "~3.1",
|
"phaza/laravel-postgis": "~3.1",
|
||||||
|
|
85
composer.lock
generated
85
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "599dcecaa4ed56e594737b12e86eb6b7",
|
"content-hash": "50090f8091c769e1e913bc24ce83caab",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php",
|
"name": "aws/aws-sdk-php",
|
||||||
|
@ -2202,34 +2202,35 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/commonmark",
|
"name": "league/commonmark",
|
||||||
"version": "0.18.5",
|
"version": "0.19.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/commonmark.git",
|
"url": "https://github.com/thephpleague/commonmark.git",
|
||||||
"reference": "f94e18d68260f43a7d846279cad88405854b1306"
|
"reference": "d42b2d4a5d0a8eb2a4514f828ecb6f5db13a7c6f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/f94e18d68260f43a7d846279cad88405854b1306",
|
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d42b2d4a5d0a8eb2a4514f828ecb6f5db13a7c6f",
|
||||||
"reference": "f94e18d68260f43a7d846279cad88405854b1306",
|
"reference": "d42b2d4a5d0a8eb2a4514f828ecb6f5db13a7c6f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"php": ">=5.6.5"
|
"php": "^7.1"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"colinodell/commonmark-php": "*"
|
"colinodell/commonmark-php": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"cebe/markdown": "~1.0",
|
"cebe/markdown": "~1.0",
|
||||||
"commonmark/commonmark.js": "0.28",
|
"commonmark/commonmark.js": "0.29.0",
|
||||||
"erusev/parsedown": "~1.0",
|
"erusev/parsedown": "~1.0",
|
||||||
"michelf/php-markdown": "~1.4",
|
"michelf/php-markdown": "~1.4",
|
||||||
"mikehaertl/php-shellcommand": "^1.2",
|
"mikehaertl/php-shellcommand": "^1.4",
|
||||||
"phpunit/phpunit": "^5.7.27|^6.5.14",
|
"phpstan/phpstan-shim": "^0.11.5",
|
||||||
"scrutinizer/ocular": "^1.1",
|
"phpunit/phpunit": "^7.5",
|
||||||
"symfony/finder": "^3.0|^4.0"
|
"scrutinizer/ocular": "^1.5",
|
||||||
|
"symfony/finder": "^4.2"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"league/commonmark-extras": "Library of useful extensions including smart punctuation"
|
"league/commonmark-extras": "Library of useful extensions including smart punctuation"
|
||||||
|
@ -2240,12 +2241,12 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "0.19-dev"
|
"dev-master": "0.20-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"League\\CommonMark\\": "src/"
|
"League\\CommonMark\\": "src"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
@ -2261,39 +2262,39 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "PHP Markdown parser based on the CommonMark spec",
|
"description": "PHP Markdown parser based on the CommonMark spec",
|
||||||
"homepage": "https://github.com/thephpleague/commonmark",
|
"homepage": "https://commonmark.thephpleague.com",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"commonmark",
|
"commonmark",
|
||||||
"markdown",
|
"markdown",
|
||||||
"parser"
|
"parser"
|
||||||
],
|
],
|
||||||
"time": "2019-03-28T13:52:31+00:00"
|
"time": "2019-04-11T04:37:01+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/commonmark-ext-autolink",
|
"name": "league/commonmark-ext-autolink",
|
||||||
"version": "v0.2.1",
|
"version": "v0.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/commonmark-ext-autolink.git",
|
"url": "https://github.com/thephpleague/commonmark-ext-autolink.git",
|
||||||
"reference": "66ba8a93a899627ac7c1f54c0d191b3dbe309970"
|
"reference": "a49a2d116b6211dab7e019d1c563526eefe31da6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/commonmark-ext-autolink/zipball/66ba8a93a899627ac7c1f54c0d191b3dbe309970",
|
"url": "https://api.github.com/repos/thephpleague/commonmark-ext-autolink/zipball/a49a2d116b6211dab7e019d1c563526eefe31da6",
|
||||||
"reference": "66ba8a93a899627ac7c1f54c0d191b3dbe309970",
|
"reference": "a49a2d116b6211dab7e019d1c563526eefe31da6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"league/commonmark": "^0.18.5",
|
"league/commonmark": "^0.19",
|
||||||
"php": "^5.6||^7.0"
|
"php": "^7.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^5.7.27"
|
"phpunit/phpunit": "^7.5"
|
||||||
},
|
},
|
||||||
"type": "commonmark-extension",
|
"type": "commonmark-extension",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "0.3-dev"
|
"dev-master": "0.4-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -2324,7 +2325,7 @@
|
||||||
"markdown",
|
"markdown",
|
||||||
"twitter"
|
"twitter"
|
||||||
],
|
],
|
||||||
"time": "2019-03-28T14:03:05+00:00"
|
"time": "2019-04-11T02:46:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/flysystem",
|
"name": "league/flysystem",
|
||||||
|
@ -3001,16 +3002,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "opis/closure",
|
"name": "opis/closure",
|
||||||
"version": "3.1.6",
|
"version": "3.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/opis/closure.git",
|
"url": "https://github.com/opis/closure.git",
|
||||||
"reference": "ccb8e3928c5c8181c76cdd0ed9366c5bcaafd91b"
|
"reference": "09b4389715a7eec100176ea58286649181753508"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/opis/closure/zipball/ccb8e3928c5c8181c76cdd0ed9366c5bcaafd91b",
|
"url": "https://api.github.com/repos/opis/closure/zipball/09b4389715a7eec100176ea58286649181753508",
|
||||||
"reference": "ccb8e3928c5c8181c76cdd0ed9366c5bcaafd91b",
|
"reference": "09b4389715a7eec100176ea58286649181753508",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -3023,7 +3024,7 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "3.1.x-dev"
|
"dev-master": "3.2.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -3058,7 +3059,7 @@
|
||||||
"serialization",
|
"serialization",
|
||||||
"serialize"
|
"serialize"
|
||||||
],
|
],
|
||||||
"time": "2019-02-22T10:30:00+00:00"
|
"time": "2019-05-05T12:50:25+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "p3k/http",
|
"name": "p3k/http",
|
||||||
|
@ -3921,20 +3922,20 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/commonmark-highlighter",
|
"name": "spatie/commonmark-highlighter",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/spatie/commonmark-highlighter.git",
|
"url": "https://github.com/spatie/commonmark-highlighter.git",
|
||||||
"reference": "f35555c76658a6893f215bf5f14f7bd54f42da2c"
|
"reference": "78be926433271435ee90b37dd1ff23bb6861d19f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/spatie/commonmark-highlighter/zipball/f35555c76658a6893f215bf5f14f7bd54f42da2c",
|
"url": "https://api.github.com/repos/spatie/commonmark-highlighter/zipball/78be926433271435ee90b37dd1ff23bb6861d19f",
|
||||||
"reference": "f35555c76658a6893f215bf5f14f7bd54f42da2c",
|
"reference": "78be926433271435ee90b37dd1ff23bb6861d19f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"league/commonmark": "^0.18.0",
|
"league/commonmark": "^0.19.0",
|
||||||
"php": "^7.2",
|
"php": "^7.2",
|
||||||
"scrivo/highlight.php": "^9.14"
|
"scrivo/highlight.php": "^9.14"
|
||||||
},
|
},
|
||||||
|
@ -3967,7 +3968,7 @@
|
||||||
"commonmark-highlighter",
|
"commonmark-highlighter",
|
||||||
"spatie"
|
"spatie"
|
||||||
],
|
],
|
||||||
"time": "2019-02-08T08:50:45+00:00"
|
"time": "2019-05-06T06:44:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/image",
|
"name": "spatie/image",
|
||||||
|
@ -4730,7 +4731,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Gert de Pagter",
|
"name": "Gert de Pagter",
|
||||||
"email": "BackEndTea@gmail.com"
|
"email": "backendtea@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Symfony polyfill for ctype functions",
|
"description": "Symfony polyfill for ctype functions",
|
||||||
|
@ -7209,16 +7210,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/environment",
|
"name": "sebastian/environment",
|
||||||
"version": "4.2.1",
|
"version": "4.2.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/environment.git",
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
||||||
"reference": "3095910f0f0fb155ac4021fc51a4a7a39ac04e8a"
|
"reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/3095910f0f0fb155ac4021fc51a4a7a39ac04e8a",
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
|
||||||
"reference": "3095910f0f0fb155ac4021fc51a4a7a39ac04e8a",
|
"reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -7258,7 +7259,7 @@
|
||||||
"environment",
|
"environment",
|
||||||
"hhvm"
|
"hhvm"
|
||||||
],
|
],
|
||||||
"time": "2019-04-25T07:55:20+00:00"
|
"time": "2019-05-05T09:05:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/exporter",
|
"name": "sebastian/exporter",
|
||||||
|
|
Loading…
Add table
Reference in a new issue