Composer updates

This commit is contained in:
Deon George 2020-09-19 00:13:50 +10:00
parent d20a17d3fe
commit cec8775f8e

304
composer.lock generated
View File

@ -112,16 +112,16 @@
}, },
{ {
"name": "creativeorange/gravatar", "name": "creativeorange/gravatar",
"version": "v1.0.19", "version": "v1.0.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/creativeorange/gravatar.git", "url": "https://github.com/creativeorange/gravatar.git",
"reference": "ae24b2108f4806cba3d5b8c20a6e94c83fe253f3" "reference": "8c2c1a3a59fdf05f50c9d9413dd9d2d50835e017"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/creativeorange/gravatar/zipball/ae24b2108f4806cba3d5b8c20a6e94c83fe253f3", "url": "https://api.github.com/repos/creativeorange/gravatar/zipball/8c2c1a3a59fdf05f50c9d9413dd9d2d50835e017",
"reference": "ae24b2108f4806cba3d5b8c20a6e94c83fe253f3", "reference": "8c2c1a3a59fdf05f50c9d9413dd9d2d50835e017",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -167,7 +167,7 @@
"gravatar", "gravatar",
"laravel" "laravel"
], ],
"time": "2020-09-05T13:53:15+00:00" "time": "2020-09-09T14:53:57+00:00"
}, },
{ {
"name": "defuse/php-encryption", "name": "defuse/php-encryption",
@ -234,16 +234,16 @@
}, },
{ {
"name": "directorytree/ldaprecord", "name": "directorytree/ldaprecord",
"version": "v1.10.1", "version": "v1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/DirectoryTree/LdapRecord.git", "url": "https://github.com/DirectoryTree/LdapRecord.git",
"reference": "601e2fb47802795b27ea6052e78557c56f397082" "reference": "6bf18d93ab40408a6ed35dfc5c3b74ea465b4934"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/601e2fb47802795b27ea6052e78557c56f397082", "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/6bf18d93ab40408a6ed35dfc5c3b74ea465b4934",
"reference": "601e2fb47802795b27ea6052e78557c56f397082", "reference": "6bf18d93ab40408a6ed35dfc5c3b74ea465b4934",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -296,7 +296,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-09-08T16:57:58+00:00" "time": "2020-09-15T14:22:12+00:00"
}, },
{ {
"name": "directorytree/ldaprecord-laravel", "name": "directorytree/ldaprecord-laravel",
@ -579,16 +579,16 @@
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
"version": "2.1.19", "version": "2.1.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/egulias/EmailValidator.git", "url": "https://github.com/egulias/EmailValidator.git",
"reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c" "reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/840d5603eb84cc81a6a0382adac3293e57c1c64c", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f46887bc48db66c7f38f668eb7d6ae54583617ff",
"reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c", "reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -633,7 +633,7 @@
"validation", "validation",
"validator" "validator"
], ],
"time": "2020-08-08T21:28:19+00:00" "time": "2020-09-06T13:44:32+00:00"
}, },
{ {
"name": "fideloper/proxy", "name": "fideloper/proxy",
@ -741,33 +741,30 @@
}, },
{ {
"name": "fruitcake/laravel-cors", "name": "fruitcake/laravel-cors",
"version": "v2.0.1", "version": "v2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fruitcake/laravel-cors.git", "url": "https://github.com/fruitcake/laravel-cors.git",
"reference": "dbfc311b25d4873c3c2382b26860be3567492bd6" "reference": "4b19bfc3bd422948af37a42a62fad7f49025894a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/dbfc311b25d4873c3c2382b26860be3567492bd6", "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/4b19bfc3bd422948af37a42a62fad7f49025894a",
"reference": "dbfc311b25d4873c3c2382b26860be3567492bd6", "reference": "4b19bfc3bd422948af37a42a62fad7f49025894a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"asm89/stack-cors": "^2.0.1", "asm89/stack-cors": "^2.0.1",
"illuminate/contracts": "^5.6|^6.0|^7.0|^8.0", "illuminate/contracts": "^6|^7|^8",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0", "illuminate/support": "^6|^7|^8",
"php": ">=7.1", "php": ">=7.2",
"symfony/http-foundation": "^4.0|^5.0", "symfony/http-foundation": "^4|^5",
"symfony/http-kernel": "^4.0|^5.0" "symfony/http-kernel": "^4.3.4|^5"
}, },
"require-dev": { "require-dev": {
"laravel/framework": "^5.5|^6.0|^7.0|^8.0", "laravel/framework": "^6|^7|^8",
"orchestra/dusk-updater": "^1.2", "orchestra/testbench-dusk": "^4|^5|^6",
"orchestra/testbench": "^3.5|^4.0|^5.0|^6.0", "phpunit/phpunit": "^6|^7|^8",
"orchestra/testbench-dusk": "^5.1",
"phpro/grumphp": "^0.16|^0.17",
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"squizlabs/php_codesniffer": "^3.5" "squizlabs/php_codesniffer": "^3.5"
}, },
"type": "library", "type": "library",
@ -813,7 +810,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-05-31T07:30:16+00:00" "time": "2020-09-07T11:48:52+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@ -1006,20 +1003,20 @@
}, },
{ {
"name": "igaster/laravel-theme", "name": "igaster/laravel-theme",
"version": "v2.0.16.1", "version": "v2.0.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/leenooks/laravel-theme.git", "url": "https://github.com/igaster/laravel-theme.git",
"reference": "5b38e92269cf3a8b508f16134781a2f80b008200" "reference": "c02891e4fb5f7ac9e65d52a0b28d867a63251fdb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/leenooks/laravel-theme/zipball/5b38e92269cf3a8b508f16134781a2f80b008200", "url": "https://api.github.com/repos/igaster/laravel-theme/zipball/c02891e4fb5f7ac9e65d52a0b28d867a63251fdb",
"reference": "5b38e92269cf3a8b508f16134781a2f80b008200", "reference": "c02891e4fb5f7ac9e65d52a0b28d867a63251fdb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/contracts": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0" "illuminate/contracts": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0"
}, },
"suggest": { "suggest": {
"orchestra/asset": "Use '@css' and '@js' in Blade files" "orchestra/asset": "Use '@css' and '@js' in Blade files"
@ -1041,6 +1038,7 @@
"Igaster\\LaravelTheme\\Tests\\": "tests/" "Igaster\\LaravelTheme\\Tests\\": "tests/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
@ -1060,10 +1058,7 @@
"themes", "themes",
"views" "views"
], ],
"support": { "time": "2020-09-09T14:38:23+00:00"
"source": "https://github.com/leenooks/laravel-theme/tree/v2.0.16.1"
},
"time": "2020-08-04T07:02:15+00:00"
}, },
{ {
"name": "laminas/laminas-diactoros", "name": "laminas/laminas-diactoros",
@ -1158,16 +1153,16 @@
}, },
{ {
"name": "laminas/laminas-zendframework-bridge", "name": "laminas/laminas-zendframework-bridge",
"version": "1.1.0", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "4939c81f63a8a4968c108c440275c94955753b19" "reference": "6ede70583e101030bcace4dcddd648f760ddf642"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/4939c81f63a8a4968c108c440275c94955753b19", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
"reference": "4939c81f63a8a4968c108c440275c94955753b19", "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1179,10 +1174,6 @@
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"laminas": { "laminas": {
"module": "Laminas\\ZendFrameworkBridge" "module": "Laminas\\ZendFrameworkBridge"
} }
@ -1212,20 +1203,20 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2020-08-18T16:34:51+00:00" "time": "2020-09-14T14:23:00+00:00"
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v7.27.0", "version": "v7.28.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "17777a92da9b3cf0026f26462d289d596420e6d0" "reference": "b0942c391975972b1a54b2dc983e33a239f169a9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/17777a92da9b3cf0026f26462d289d596420e6d0", "url": "https://api.github.com/repos/laravel/framework/zipball/b0942c391975972b1a54b2dc983e33a239f169a9",
"reference": "17777a92da9b3cf0026f26462d289d596420e6d0", "reference": "b0942c391975972b1a54b2dc983e33a239f169a9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1370,7 +1361,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2020-09-01T13:41:48+00:00" "time": "2020-09-17T14:23:26+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
@ -1447,27 +1438,27 @@
}, },
{ {
"name": "laravel/ui", "name": "laravel/ui",
"version": "v2.2.0", "version": "v2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/ui.git", "url": "https://github.com/laravel/ui.git",
"reference": "fb1404f04ece6eee128e3fb750d3a1e064238b33" "reference": "f5398544a9cd4804a42d09ce51735e37cd51ea2d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/fb1404f04ece6eee128e3fb750d3a1e064238b33", "url": "https://api.github.com/repos/laravel/ui/zipball/f5398544a9cd4804a42d09ce51735e37cd51ea2d",
"reference": "fb1404f04ece6eee128e3fb750d3a1e064238b33", "reference": "f5398544a9cd4804a42d09ce51735e37cd51ea2d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/console": "^7.0|^8.0", "illuminate/console": "^7.0",
"illuminate/filesystem": "^7.0|^8.0", "illuminate/filesystem": "^7.0",
"illuminate/support": "^7.0|^8.0", "illuminate/support": "^7.0",
"php": "^7.2.5" "php": "^7.2.5"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0|^9.0" "phpunit/phpunit": "^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1498,42 +1489,37 @@
"laravel", "laravel",
"ui" "ui"
], ],
"time": "2020-08-25T18:30:43+00:00" "time": "2020-09-11T15:31:52+00:00"
}, },
{ {
"name": "laravie/html", "name": "laravie/html",
"version": "v7.0.0", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravie/html.git", "url": "https://github.com/laravie/html.git",
"reference": "47054e044b1df552c3779598b04fcc78d6edfc58" "reference": "e6eaf3fa80e0beca0288d678443106374b4830c4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravie/html/zipball/47054e044b1df552c3779598b04fcc78d6edfc58", "url": "https://api.github.com/repos/laravie/html/zipball/e6eaf3fa80e0beca0288d678443106374b4830c4",
"reference": "47054e044b1df552c3779598b04fcc78d6edfc58", "reference": "e6eaf3fa80e0beca0288d678443106374b4830c4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/http": "^7.0", "illuminate/http": "^7.0 || ^8.0",
"illuminate/routing": "^7.0", "illuminate/routing": "^7.0 || ^8.0",
"illuminate/session": "^7.0", "illuminate/session": "^7.0 || ^8.0",
"illuminate/support": "^7.0", "illuminate/support": "^7.0 || ^8.0",
"illuminate/view": "^7.0", "illuminate/view": "^7.0 || ^8.0",
"php": ">=7.2" "php": ">=7.2"
}, },
"replace": { "replace": {
"laravelcollective/html": "*" "laravelcollective/html": "*"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^5.0" "orchestra/testbench": "^5.0 || ^6.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.0-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Collective\\Html\\": "src/" "Collective\\Html\\": "src/"
@ -1573,11 +1559,11 @@
"type": "custom" "type": "custom"
}, },
{ {
"url": "https://www.patreon.com/crynobone", "url": "https://liberapay.com/crynobone",
"type": "patreon" "type": "liberapay"
} }
], ],
"time": "2020-03-03T01:58:41+00:00" "time": "2020-09-07T12:43:23+00:00"
}, },
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
@ -1646,16 +1632,16 @@
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
"version": "1.5.4", "version": "1.5.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/commonmark.git", "url": "https://github.com/thephpleague/commonmark.git",
"reference": "21819c989e69bab07e933866ad30c7e3f32984ba" "reference": "45832dfed6007b984c0d40addfac48d403dc6432"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/21819c989e69bab07e933866ad30c7e3f32984ba", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/45832dfed6007b984c0d40addfac48d403dc6432",
"reference": "21819c989e69bab07e933866ad30c7e3f32984ba", "reference": "45832dfed6007b984c0d40addfac48d403dc6432",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1667,7 +1653,7 @@
}, },
"require-dev": { "require-dev": {
"cebe/markdown": "~1.0", "cebe/markdown": "~1.0",
"commonmark/commonmark.js": "0.29.1", "commonmark/commonmark.js": "0.29.2",
"erusev/parsedown": "~1.0", "erusev/parsedown": "~1.0",
"ext-json": "*", "ext-json": "*",
"github/gfm": "0.29.0", "github/gfm": "0.29.0",
@ -1737,7 +1723,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-08-18T01:19:12+00:00" "time": "2020-09-13T14:44:46+00:00"
}, },
{ {
"name": "league/event", "name": "league/event",
@ -2152,16 +2138,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "2.39.2", "version": "2.40.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "326efde1bc09077a26cb77f6e2e32e13f06c27f2" "reference": "6c7646154181013ecd55e80c201b9fd873c6ee5d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/326efde1bc09077a26cb77f6e2e32e13f06c27f2", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/6c7646154181013ecd55e80c201b9fd873c6ee5d",
"reference": "326efde1bc09077a26cb77f6e2e32e13f06c27f2", "reference": "6c7646154181013ecd55e80c201b9fd873c6ee5d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2237,24 +2223,24 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-09-10T12:16:42+00:00" "time": "2020-09-11T19:00:58+00:00"
}, },
{ {
"name": "nyholm/psr7", "name": "nyholm/psr7",
"version": "1.3.0", "version": "1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Nyholm/psr7.git", "url": "https://github.com/Nyholm/psr7.git",
"reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256" "reference": "21b71a31eab5c0c2caf967b9c0fd97020254ed75"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/c17f4f73985f62054a331cbc4ffdf9868c4ef256", "url": "https://api.github.com/repos/Nyholm/psr7/zipball/21b71a31eab5c0c2caf967b9c0fd97020254ed75",
"reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256", "reference": "21b71a31eab5c0c2caf967b9c0fd97020254ed75",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1", "php": ">=7.1",
"php-http/message-factory": "^1.0", "php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
"psr/http-message": "^1.0" "psr/http-message": "^1.0"
@ -2310,20 +2296,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-05-23T11:29:07+00:00" "time": "2020-06-13T15:59:10+00:00"
}, },
{ {
"name": "opis/closure", "name": "opis/closure",
"version": "3.5.6", "version": "3.5.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/opis/closure.git", "url": "https://github.com/opis/closure.git",
"reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9" "reference": "4531e53afe2fc660403e76fb7644e95998bff7bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/opis/closure/zipball/e8d34df855b0a0549a300cb8cb4db472556e8aa9", "url": "https://api.github.com/repos/opis/closure/zipball/4531e53afe2fc660403e76fb7644e95998bff7bf",
"reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9", "reference": "4531e53afe2fc660403e76fb7644e95998bff7bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2371,7 +2357,7 @@
"serialization", "serialization",
"serialize" "serialize"
], ],
"time": "2020-08-11T08:46:50+00:00" "time": "2020-09-06T17:02:15+00:00"
}, },
{ {
"name": "orchestra/asset", "name": "orchestra/asset",
@ -2692,16 +2678,16 @@
}, },
{ {
"name": "phpseclib/phpseclib", "name": "phpseclib/phpseclib",
"version": "2.0.28", "version": "2.0.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpseclib/phpseclib.git", "url": "https://github.com/phpseclib/phpseclib.git",
"reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260" "reference": "497856a8d997f640b4a516062f84228a772a48a8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d1ca58cf33cb21046d702ae3a7b14fdacd9f3260", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8",
"reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260", "reference": "497856a8d997f640b4a516062f84228a772a48a8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2710,7 +2696,6 @@
"require-dev": { "require-dev": {
"phing/phing": "~2.7", "phing/phing": "~2.7",
"phpunit/phpunit": "^4.8.35|^5.7|^6.0", "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
"sami/sami": "~2.0",
"squizlabs/php_codesniffer": "~2.0" "squizlabs/php_codesniffer": "~2.0"
}, },
"suggest": { "suggest": {
@ -2794,7 +2779,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-07-08T09:08:33+00:00" "time": "2020-09-08T04:24:43+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",
@ -3130,16 +3115,16 @@
}, },
{ {
"name": "ramsey/collection", "name": "ramsey/collection",
"version": "1.1.0", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ramsey/collection.git", "url": "https://github.com/ramsey/collection.git",
"reference": "044184884e3c803e4cbb6451386cb71562939b18" "reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/044184884e3c803e4cbb6451386cb71562939b18", "url": "https://api.github.com/repos/ramsey/collection/zipball/24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
"reference": "044184884e3c803e4cbb6451386cb71562939b18", "reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3195,7 +3180,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-08-11T00:57:21+00:00" "time": "2020-09-10T20:58:17+00:00"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
@ -3508,16 +3493,16 @@
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
"version": "v2.1.3", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git", "url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14" "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14", "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3526,7 +3511,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "2.2-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/contracts", "name": "symfony/contracts",
@ -3568,7 +3553,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-06-06T08:49:21+00:00" "time": "2020-09-07T11:33:47+00:00"
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
@ -3729,16 +3714,16 @@
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
"version": "v2.1.3", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git", "url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b" "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f6f613d74cfc5a623fc36294d3451eb7fa5a042b", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
"reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b", "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3751,7 +3736,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "2.2-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/contracts", "name": "symfony/contracts",
@ -3801,7 +3786,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-07-06T13:23:11+00:00" "time": "2020-09-07T11:33:47+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
@ -5147,16 +5132,16 @@
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
"version": "v2.1.3", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/service-contracts.git", "url": "https://github.com/symfony/service-contracts.git",
"reference": "58c7475e5457c5492c26cc740cc0ad7464be9442" "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"reference": "58c7475e5457c5492c26cc740cc0ad7464be9442", "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5169,7 +5154,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "2.2-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/contracts", "name": "symfony/contracts",
@ -5219,7 +5204,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-07-06T13:23:11+00:00" "time": "2020-09-07T11:33:47+00:00"
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
@ -5565,16 +5550,16 @@
}, },
{ {
"name": "tightenco/collect", "name": "tightenco/collect",
"version": "v8.0.0", "version": "v8.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tighten/collect.git", "url": "https://github.com/tighten/collect.git",
"reference": "90aa058ca9250eebc3e07f25377949f43855ecae" "reference": "0d261a13c36fe964449d0240744eb4094ac3cd12"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tighten/collect/zipball/90aa058ca9250eebc3e07f25377949f43855ecae", "url": "https://api.github.com/repos/tighten/collect/zipball/0d261a13c36fe964449d0240744eb4094ac3cd12",
"reference": "90aa058ca9250eebc3e07f25377949f43855ecae", "reference": "0d261a13c36fe964449d0240744eb4094ac3cd12",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5611,7 +5596,7 @@
"collection", "collection",
"laravel" "laravel"
], ],
"time": "2020-09-08T16:43:13+00:00" "time": "2020-09-14T22:38:08+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
@ -5913,16 +5898,16 @@
}, },
{ {
"name": "facade/flare-client-php", "name": "facade/flare-client-php",
"version": "1.3.5", "version": "1.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/facade/flare-client-php.git", "url": "https://github.com/facade/flare-client-php.git",
"reference": "25907a113bfc212a38d458ae365bfb902b4e7fb8" "reference": "451fadf38e9f635e7f8e1f5b3cf5c9eb82f11799"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/25907a113bfc212a38d458ae365bfb902b4e7fb8", "url": "https://api.github.com/repos/facade/flare-client-php/zipball/451fadf38e9f635e7f8e1f5b3cf5c9eb82f11799",
"reference": "25907a113bfc212a38d458ae365bfb902b4e7fb8", "reference": "451fadf38e9f635e7f8e1f5b3cf5c9eb82f11799",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5935,7 +5920,6 @@
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.14", "friendsofphp/php-cs-fixer": "^2.14",
"larapack/dd": "^1.1",
"phpunit/phpunit": "^7.5.16", "phpunit/phpunit": "^7.5.16",
"spatie/phpunit-snapshot-assertions": "^2.0" "spatie/phpunit-snapshot-assertions": "^2.0"
}, },
@ -5971,20 +5955,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-08-26T18:06:23+00:00" "time": "2020-09-18T06:35:11+00:00"
}, },
{ {
"name": "facade/ignition", "name": "facade/ignition",
"version": "2.3.6", "version": "2.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/facade/ignition.git", "url": "https://github.com/facade/ignition.git",
"reference": "d7d05dba5a0bdbf018a2cb7be268f22f5d73eb81" "reference": "b364db8860a63c1fb58b72b9718863c21df08762"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/facade/ignition/zipball/d7d05dba5a0bdbf018a2cb7be268f22f5d73eb81", "url": "https://api.github.com/repos/facade/ignition/zipball/b364db8860a63c1fb58b72b9718863c21df08762",
"reference": "d7d05dba5a0bdbf018a2cb7be268f22f5d73eb81", "reference": "b364db8860a63c1fb58b72b9718863c21df08762",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6003,7 +5987,7 @@
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.14", "friendsofphp/php-cs-fixer": "^2.14",
"mockery/mockery": "^1.3", "mockery/mockery": "^1.3",
"orchestra/testbench": "5.0", "orchestra/testbench": "^5.0|^6.0",
"psalm/plugin-laravel": "^1.2" "psalm/plugin-laravel": "^1.2"
}, },
"suggest": { "suggest": {
@ -6043,7 +6027,7 @@
"laravel", "laravel",
"page" "page"
], ],
"time": "2020-08-10T13:50:38+00:00" "time": "2020-09-06T19:26:27+00:00"
}, },
{ {
"name": "facade/ignition-contracts", "name": "facade/ignition-contracts",
@ -6727,16 +6711,16 @@
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "5.2.1", "version": "5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "d870572532cd70bc3fab58f2e23ad423c8404c44" "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d870572532cd70bc3fab58f2e23ad423c8404c44", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "d870572532cd70bc3fab58f2e23ad423c8404c44", "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6775,20 +6759,20 @@
} }
], ],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2020-08-15T11:14:08+00:00" "time": "2020-09-03T19:13:55+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.3.0", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "e878a14a65245fbe78f8080eba03b47c3b705651" "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "e878a14a65245fbe78f8080eba03b47c3b705651", "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6820,7 +6804,7 @@
} }
], ],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2020-06-27T10:12:23+00:00" "time": "2020-09-17T18:55:26+00:00"
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",