composer update
This commit is contained in:
parent
aad157da1b
commit
43b8e594f7
2 changed files with 58 additions and 57 deletions
|
@ -37,7 +37,7 @@
|
||||||
"codedungeon/phpunit-result-printer": "^0.6.0",
|
"codedungeon/phpunit-result-printer": "^0.6.0",
|
||||||
"filp/whoops": "~2.0",
|
"filp/whoops": "~2.0",
|
||||||
"fzaninotto/faker": "~1.4",
|
"fzaninotto/faker": "~1.4",
|
||||||
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
"jakub-onderka/php-parallel-lint": "^1.0.0",
|
||||||
"laravel/dusk": "^3.0",
|
"laravel/dusk": "^3.0",
|
||||||
"mockery/mockery": "~1.0",
|
"mockery/mockery": "~1.0",
|
||||||
"nunomaduro/collision": "^2.0",
|
"nunomaduro/collision": "^2.0",
|
||||||
|
|
113
composer.lock
generated
113
composer.lock
generated
|
@ -4,20 +4,20 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "aed3eb2290fa82e4a26de954e94f2230",
|
"content-hash": "004559f5a8d791be755aae3fd098ca31",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php",
|
"name": "aws/aws-sdk-php",
|
||||||
"version": "3.52.23",
|
"version": "3.52.28",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||||
"reference": "3ce95b96c217a699168d937c4ed700e6a27ec783"
|
"reference": "4b8286d243ad9eeaaa1fccf312c1d9f920ef7cd0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3ce95b96c217a699168d937c4ed700e6a27ec783",
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4b8286d243ad9eeaaa1fccf312c1d9f920ef7cd0",
|
||||||
"reference": "3ce95b96c217a699168d937c4ed700e6a27ec783",
|
"reference": "4b8286d243ad9eeaaa1fccf312c1d9f920ef7cd0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
"s3",
|
"s3",
|
||||||
"sdk"
|
"sdk"
|
||||||
],
|
],
|
||||||
"time": "2018-03-08T22:51:35+00:00"
|
"time": "2018-03-16T20:40:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bosnadev/database",
|
"name": "bosnadev/database",
|
||||||
|
@ -1419,21 +1419,21 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "indieauth/client",
|
"name": "indieauth/client",
|
||||||
"version": "0.3.2",
|
"version": "0.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/indieweb/indieauth-client-php.git",
|
"url": "https://github.com/indieweb/indieauth-client-php.git",
|
||||||
"reference": "eddcbc2c4372b0cb4ffcc525804f3fc831275d28"
|
"reference": "3e47004ccfccddc5760639f4faf9ed5ceadb460e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/eddcbc2c4372b0cb4ffcc525804f3fc831275d28",
|
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/3e47004ccfccddc5760639f4faf9ed5ceadb460e",
|
||||||
"reference": "eddcbc2c4372b0cb4ffcc525804f3fc831275d28",
|
"reference": "3e47004ccfccddc5760639f4faf9ed5ceadb460e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"indieweb/representative-h-card": "^0.1.2",
|
"indieweb/representative-h-card": "^0.1.2",
|
||||||
"mf2/mf2": "~0.3",
|
"mf2/mf2": ">=0.3.2",
|
||||||
"p3k/http": ">=0.1.6",
|
"p3k/http": ">=0.1.6",
|
||||||
"php": ">5.3.0"
|
"php": ">5.3.0"
|
||||||
},
|
},
|
||||||
|
@ -1457,7 +1457,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "IndieAuth Client Library",
|
"description": "IndieAuth Client Library",
|
||||||
"time": "2018-02-27T16:36:32+00:00"
|
"time": "2018-03-13T23:39:55+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "indieweb/link-rel-parser",
|
"name": "indieweb/link-rel-parser",
|
||||||
|
@ -1943,16 +1943,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v5.6.11",
|
"version": "v5.6.12",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/framework.git",
|
"url": "https://github.com/laravel/framework.git",
|
||||||
"reference": "195ba6a67bdad2a23105c7ab410cd43e0f20bb73"
|
"reference": "82d8165d1ea86bdd81ddfa1db9343fa19e7d1450"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/framework/zipball/195ba6a67bdad2a23105c7ab410cd43e0f20bb73",
|
"url": "https://api.github.com/repos/laravel/framework/zipball/82d8165d1ea86bdd81ddfa1db9343fa19e7d1450",
|
||||||
"reference": "195ba6a67bdad2a23105c7ab410cd43e0f20bb73",
|
"reference": "82d8165d1ea86bdd81ddfa1db9343fa19e7d1450",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
"erusev/parsedown": "~1.7",
|
"erusev/parsedown": "~1.7",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"league/flysystem": "~1.0",
|
"league/flysystem": "^1.0.8",
|
||||||
"monolog/monolog": "~1.12",
|
"monolog/monolog": "~1.12",
|
||||||
"nesbot/carbon": "^1.24.1",
|
"nesbot/carbon": "^1.24.1",
|
||||||
"php": "^7.1.3",
|
"php": "^7.1.3",
|
||||||
|
@ -2077,20 +2077,20 @@
|
||||||
"framework",
|
"framework",
|
||||||
"laravel"
|
"laravel"
|
||||||
],
|
],
|
||||||
"time": "2018-03-09T16:53:27+00:00"
|
"time": "2018-03-14T17:29:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/horizon",
|
"name": "laravel/horizon",
|
||||||
"version": "v1.2.2",
|
"version": "v1.2.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/horizon.git",
|
"url": "https://github.com/laravel/horizon.git",
|
||||||
"reference": "62c60efcb5bcff72562a0b918b18034f5f75fe55"
|
"reference": "36ef9e2d6e09e617cf801050326a69e876ff5535"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/62c60efcb5bcff72562a0b918b18034f5f75fe55",
|
"url": "https://api.github.com/repos/laravel/horizon/zipball/36ef9e2d6e09e617cf801050326a69e876ff5535",
|
||||||
"reference": "62c60efcb5bcff72562a0b918b18034f5f75fe55",
|
"reference": "36ef9e2d6e09e617cf801050326a69e876ff5535",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -2145,20 +2145,20 @@
|
||||||
"laravel",
|
"laravel",
|
||||||
"queue"
|
"queue"
|
||||||
],
|
],
|
||||||
"time": "2018-02-12T18:32:04+00:00"
|
"time": "2018-03-13T18:00:18+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/scout",
|
"name": "laravel/scout",
|
||||||
"version": "v4.0.1",
|
"version": "v4.0.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/scout.git",
|
"url": "https://github.com/laravel/scout.git",
|
||||||
"reference": "28a88fa764cd2bf0225e427b067a024f7cbb5d4f"
|
"reference": "297d9c5ef94c3f70e9c76b87a02d4b527698956e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/scout/zipball/28a88fa764cd2bf0225e427b067a024f7cbb5d4f",
|
"url": "https://api.github.com/repos/laravel/scout/zipball/297d9c5ef94c3f70e9c76b87a02d4b527698956e",
|
||||||
"reference": "28a88fa764cd2bf0225e427b067a024f7cbb5d4f",
|
"reference": "297d9c5ef94c3f70e9c76b87a02d4b527698956e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -2210,7 +2210,7 @@
|
||||||
"laravel",
|
"laravel",
|
||||||
"search"
|
"search"
|
||||||
],
|
],
|
||||||
"time": "2018-02-12T14:35:52+00:00"
|
"time": "2018-03-16T18:00:44+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/tinker",
|
"name": "laravel/tinker",
|
||||||
|
@ -2596,16 +2596,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mf2/mf2",
|
"name": "mf2/mf2",
|
||||||
"version": "v0.3.2",
|
"version": "v0.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/indieweb/php-mf2.git",
|
"url": "https://github.com/indieweb/php-mf2.git",
|
||||||
"reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4"
|
"reference": "e044330550a16d1a512248a5b9f663736538da44"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/indieweb/php-mf2/zipball/dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4",
|
"url": "https://api.github.com/repos/indieweb/php-mf2/zipball/e044330550a16d1a512248a5b9f663736538da44",
|
||||||
"reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4",
|
"reference": "e044330550a16d1a512248a5b9f663736538da44",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -2631,7 +2631,7 @@
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"CC0"
|
"CC0-1.0"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -2647,7 +2647,7 @@
|
||||||
"parser",
|
"parser",
|
||||||
"semantic"
|
"semantic"
|
||||||
],
|
],
|
||||||
"time": "2017-05-27T15:27:47+00:00"
|
"time": "2018-03-15T16:51:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "monolog/monolog",
|
"name": "monolog/monolog",
|
||||||
|
@ -2784,16 +2784,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nesbot/carbon",
|
"name": "nesbot/carbon",
|
||||||
"version": "1.24.1",
|
"version": "1.24.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||||
"reference": "ef12cbd8ba5ce624f0a6a95e0850c4cc13e71e41"
|
"reference": "bba6c6e410c6b4317e37a9474aeaa753808c3875"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ef12cbd8ba5ce624f0a6a95e0850c4cc13e71e41",
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bba6c6e410c6b4317e37a9474aeaa753808c3875",
|
||||||
"reference": "ef12cbd8ba5ce624f0a6a95e0850c4cc13e71e41",
|
"reference": "bba6c6e410c6b4317e37a9474aeaa753808c3875",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -2833,7 +2833,7 @@
|
||||||
"datetime",
|
"datetime",
|
||||||
"time"
|
"time"
|
||||||
],
|
],
|
||||||
"time": "2018-03-09T15:49:34+00:00"
|
"time": "2018-03-10T10:10:14+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nikic/php-parser",
|
"name": "nikic/php-parser",
|
||||||
|
@ -4782,16 +4782,16 @@
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "barryvdh/laravel-debugbar",
|
"name": "barryvdh/laravel-debugbar",
|
||||||
"version": "v3.1.3",
|
"version": "v3.1.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/barryvdh/laravel-debugbar.git",
|
"url": "https://github.com/barryvdh/laravel-debugbar.git",
|
||||||
"reference": "664fa434e26febf04d60df0368303cf0fe14f63a"
|
"reference": "7a91480cc6e597caed5117a3c5d685f06d35c5a1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/664fa434e26febf04d60df0368303cf0fe14f63a",
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/7a91480cc6e597caed5117a3c5d685f06d35c5a1",
|
||||||
"reference": "664fa434e26febf04d60df0368303cf0fe14f63a",
|
"reference": "7a91480cc6e597caed5117a3c5d685f06d35c5a1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -4846,7 +4846,7 @@
|
||||||
"profiler",
|
"profiler",
|
||||||
"webprofiler"
|
"webprofiler"
|
||||||
],
|
],
|
||||||
"time": "2018-02-25T13:31:58+00:00"
|
"time": "2018-03-06T08:35:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "codedungeon/phpunit-result-printer",
|
"name": "codedungeon/phpunit-result-printer",
|
||||||
|
@ -5224,16 +5224,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jakub-onderka/php-parallel-lint",
|
"name": "jakub-onderka/php-parallel-lint",
|
||||||
"version": "v0.9.2",
|
"version": "v1.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
|
"url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
|
||||||
"reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
|
"reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
|
"url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
|
||||||
"reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
|
"reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -5241,7 +5241,8 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"jakub-onderka/php-console-highlighter": "~0.3",
|
"jakub-onderka/php-console-highlighter": "~0.3",
|
||||||
"nette/tester": "~1.3"
|
"nette/tester": "~1.3",
|
||||||
|
"squizlabs/php_codesniffer": "~2.7"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
|
"jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
|
||||||
|
@ -5262,12 +5263,12 @@
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Jakub Onderka",
|
"name": "Jakub Onderka",
|
||||||
"email": "jakub.onderka@gmail.com"
|
"email": "ahoj@jakubonderka.cz"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "This tool check syntax of PHP files about 20x faster than serial check.",
|
"description": "This tool check syntax of PHP files about 20x faster than serial check.",
|
||||||
"homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
|
"homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
|
||||||
"time": "2015-12-15T10:42:16+00:00"
|
"time": "2018-02-24T15:31:20+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/dusk",
|
"name": "laravel/dusk",
|
||||||
|
@ -6830,16 +6831,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/thanks",
|
"name": "symfony/thanks",
|
||||||
"version": "v1.0.6",
|
"version": "v1.0.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/thanks.git",
|
"url": "https://github.com/symfony/thanks.git",
|
||||||
"reference": "9474ce305253c2f0bc20322ff8e9973cf25c9a94"
|
"reference": "bade4992c46ed722162694b4af8d72f84402819a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/thanks/zipball/9474ce305253c2f0bc20322ff8e9973cf25c9a94",
|
"url": "https://api.github.com/repos/symfony/thanks/zipball/bade4992c46ed722162694b4af8d72f84402819a",
|
||||||
"reference": "9474ce305253c2f0bc20322ff8e9973cf25c9a94",
|
"reference": "bade4992c46ed722162694b4af8d72f84402819a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -6869,7 +6870,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Give thanks (in the form of a GitHub ⭐) to your fellow PHP package maintainers (not limited to Symfony components)!",
|
"description": "Give thanks (in the form of a GitHub ⭐) to your fellow PHP package maintainers (not limited to Symfony components)!",
|
||||||
"time": "2018-02-02T13:47:40+00:00"
|
"time": "2018-03-14T21:51:39+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/yaml",
|
"name": "symfony/yaml",
|
||||||
|
|
Loading…
Add table
Reference in a new issue