Update used packages to their latest versions

This commit is contained in:
DariusIII
2020-02-13 23:07:26 +01:00
parent 365042ca42
commit 3c1b208b53
2 changed files with 101 additions and 112 deletions
+3 -14
View File
@@ -1,16 +1,5 @@
#!/usr/bin/env php
<?php
$autoLoader = __DIR__ . '/../../vendor/autoload.php';
#!/bin/sh
if (!file_exists($autoLoader)) {
fwrite(STDERR, 'Composer autoload.php could not be found');
exit(1);
}
require $autoLoader;
$config = realpath(__DIR__ . '/../../captainhook.json');
$app = new CaptainHook\App\Console\Application\Hook();
$app->setHook('pre-commit');
$app->setConfigFile($config);
$app->setRepositoryPath(dirname(dirname(__DIR__)));
$app->run();
# installed by CaptainHook 5.1.1
vendor/captainhook/captainhook/bin/captainhook --configuration=captainhook.json --bootstrap=vendor/autoload.php hook:pre-commit "$@"
Generated
+98 -98
View File
@@ -1539,16 +1539,16 @@
},
{
"name": "egulias/email-validator",
"version": "2.1.15",
"version": "2.1.16",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "e834eea5306d85d67de5a05db5882911d5b29357"
"reference": "5065fafc8c29d229ff207f2a89b02175f479a909"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e834eea5306d85d67de5a05db5882911d5b29357",
"reference": "e834eea5306d85d67de5a05db5882911d5b29357",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5065fafc8c29d229ff207f2a89b02175f479a909",
"reference": "5065fafc8c29d229ff207f2a89b02175f479a909",
"shasum": ""
},
"require": {
@@ -1593,7 +1593,7 @@
"validation",
"validator"
],
"time": "2020-01-20T21:40:59+00:00"
"time": "2020-02-12T22:28:28+00:00"
},
{
"name": "elasticsearch/elasticsearch",
@@ -3017,16 +3017,16 @@
},
{
"name": "laravel/framework",
"version": "v6.15.0",
"version": "v6.15.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "2842924b9ce7ffc43b09b96966a64a2ce0708aaf"
"reference": "b7c152e3327c03428fb68d5abb63ca8b3eca8422"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/2842924b9ce7ffc43b09b96966a64a2ce0708aaf",
"reference": "2842924b9ce7ffc43b09b96966a64a2ce0708aaf",
"url": "https://api.github.com/repos/laravel/framework/zipball/b7c152e3327c03428fb68d5abb63ca8b3eca8422",
"reference": "b7c152e3327c03428fb68d5abb63ca8b3eca8422",
"shasum": ""
},
"require": {
@@ -3159,20 +3159,20 @@
"framework",
"laravel"
],
"time": "2020-02-11T14:26:43+00:00"
"time": "2020-02-12T21:56:14+00:00"
},
{
"name": "laravel/horizon",
"version": "v3.6.0",
"version": "v3.6.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
"reference": "c9b5f033b9d484cdfbc05a3152601b7ade57931d"
"reference": "56d25493d1d994a30ae0a20002428d6fd64b567f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/c9b5f033b9d484cdfbc05a3152601b7ade57931d",
"reference": "c9b5f033b9d484cdfbc05a3152601b7ade57931d",
"url": "https://api.github.com/repos/laravel/horizon/zipball/56d25493d1d994a30ae0a20002428d6fd64b567f",
"reference": "56d25493d1d994a30ae0a20002428d6fd64b567f",
"shasum": ""
},
"require": {
@@ -3228,7 +3228,7 @@
"laravel",
"queue"
],
"time": "2020-02-04T15:17:47+00:00"
"time": "2020-02-12T14:13:07+00:00"
},
{
"name": "laravel/scout",
@@ -3297,16 +3297,16 @@
},
{
"name": "laravel/telescope",
"version": "v2.1.5",
"version": "v2.1.6",
"source": {
"type": "git",
"url": "https://github.com/laravel/telescope.git",
"reference": "29bd5609443e0e822c6692d4c5a8318c07f3c0c6"
"reference": "005f998ac5263b6d733f5f553766cad9724167a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/telescope/zipball/29bd5609443e0e822c6692d4c5a8318c07f3c0c6",
"reference": "29bd5609443e0e822c6692d4c5a8318c07f3c0c6",
"url": "https://api.github.com/repos/laravel/telescope/zipball/005f998ac5263b6d733f5f553766cad9724167a2",
"reference": "005f998ac5263b6d733f5f553766cad9724167a2",
"shasum": ""
},
"require": {
@@ -3356,7 +3356,7 @@
"laravel",
"monitoring"
],
"time": "2020-02-04T15:37:54+00:00"
"time": "2020-02-12T14:38:21+00:00"
},
{
"name": "laravel/tinker",
@@ -4374,16 +4374,16 @@
},
{
"name": "nesbot/carbon",
"version": "2.29.1",
"version": "2.30.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "e509be5bf2d703390e69e14496d9a1168452b0a2"
"reference": "912dff66d2690ca66abddb9b291a1df5f371d3b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e509be5bf2d703390e69e14496d9a1168452b0a2",
"reference": "e509be5bf2d703390e69e14496d9a1168452b0a2",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/912dff66d2690ca66abddb9b291a1df5f371d3b4",
"reference": "912dff66d2690ca66abddb9b291a1df5f371d3b4",
"shasum": ""
},
"require": {
@@ -4440,7 +4440,7 @@
"datetime",
"time"
],
"time": "2020-01-21T09:36:43+00:00"
"time": "2020-02-07T15:25:46+00:00"
},
{
"name": "neutron/temporary-filesystem",
@@ -7888,16 +7888,16 @@
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.13.1",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
"shasum": ""
},
"require": {
@@ -7909,7 +7909,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"autoload": {
@@ -7942,20 +7942,20 @@
"polyfill",
"portable"
],
"time": "2019-11-27T13:56:44+00:00"
"time": "2020-01-13T11:15:53+00:00"
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.13.1",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
"reference": "926832ce51059bb58211b7b2080a88e0c3b5328e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
"reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/926832ce51059bb58211b7b2080a88e0c3b5328e",
"reference": "926832ce51059bb58211b7b2080a88e0c3b5328e",
"shasum": ""
},
"require": {
@@ -7967,7 +7967,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"autoload": {
@@ -8001,26 +8001,26 @@
"portable",
"shim"
],
"time": "2019-11-27T13:56:44+00:00"
"time": "2020-01-13T11:15:53+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.13.1",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
"reference": "6842f1a39cf7d580655688069a03dd7cd83d244a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
"reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6842f1a39cf7d580655688069a03dd7cd83d244a",
"reference": "6842f1a39cf7d580655688069a03dd7cd83d244a",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.9"
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
@@ -8028,7 +8028,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"autoload": {
@@ -8063,20 +8063,20 @@
"portable",
"shim"
],
"time": "2019-11-27T13:56:44+00:00"
"time": "2020-01-17T12:01:36+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.13.1",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
"reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
"reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
"shasum": ""
},
"require": {
@@ -8088,7 +8088,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"autoload": {
@@ -8122,20 +8122,20 @@
"portable",
"shim"
],
"time": "2019-11-27T14:18:11+00:00"
"time": "2020-01-13T11:15:53+00:00"
},
{
"name": "symfony/polyfill-php56",
"version": "v1.13.1",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
"reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
"reference": "16ec91cb06998b609501b55b7177b7d7c02badb3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
"reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/16ec91cb06998b609501b55b7177b7d7c02badb3",
"reference": "16ec91cb06998b609501b55b7177b7d7c02badb3",
"shasum": ""
},
"require": {
@@ -8145,7 +8145,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"autoload": {
@@ -8178,20 +8178,20 @@
"portable",
"shim"
],
"time": "2019-11-27T13:56:44+00:00"
"time": "2020-01-13T11:15:53+00:00"
},
{
"name": "symfony/polyfill-php70",
"version": "v1.13.1",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "af23c7bb26a73b850840823662dda371484926c4"
"reference": "419c4940024c30ccc033650373a1fe13890d3255"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
"reference": "af23c7bb26a73b850840823662dda371484926c4",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/419c4940024c30ccc033650373a1fe13890d3255",
"reference": "419c4940024c30ccc033650373a1fe13890d3255",
"shasum": ""
},
"require": {
@@ -8201,7 +8201,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"autoload": {
@@ -8237,20 +8237,20 @@
"portable",
"shim"
],
"time": "2019-11-27T13:56:44+00:00"
"time": "2020-01-13T11:15:53+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.13.1",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
"reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
"reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
"shasum": ""
},
"require": {
@@ -8259,7 +8259,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"autoload": {
@@ -8292,20 +8292,20 @@
"portable",
"shim"
],
"time": "2019-11-27T13:56:44+00:00"
"time": "2020-01-13T11:15:53+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.13.1",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
"reference": "5e66a0fa1070bf46bec4bea7962d285108edd675"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675",
"reference": "5e66a0fa1070bf46bec4bea7962d285108edd675",
"shasum": ""
},
"require": {
@@ -8314,7 +8314,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"autoload": {
@@ -8350,20 +8350,20 @@
"portable",
"shim"
],
"time": "2019-11-27T16:25:15+00:00"
"time": "2020-01-13T11:15:53+00:00"
},
{
"name": "symfony/polyfill-util",
"version": "v1.13.1",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
"reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
"reference": "ba3cfcea6d0192cae46c62041f61cbb704b526d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
"reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ba3cfcea6d0192cae46c62041f61cbb704b526d3",
"reference": "ba3cfcea6d0192cae46c62041f61cbb704b526d3",
"shasum": ""
},
"require": {
@@ -8372,7 +8372,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"autoload": {
@@ -8402,7 +8402,7 @@
"polyfill",
"shim"
],
"time": "2019-11-27T13:56:44+00:00"
"time": "2020-01-13T11:15:53+00:00"
},
{
"name": "symfony/process",
@@ -9129,28 +9129,28 @@
},
{
"name": "torann/geoip",
"version": "1.1.0",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/Torann/laravel-geoip.git",
"reference": "f7104f317be2e844baa772d424d865c13a782ac9"
"reference": "280b83871ee85a6462b5c782f3ae5563773cff3b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Torann/laravel-geoip/zipball/f7104f317be2e844baa772d424d865c13a782ac9",
"reference": "f7104f317be2e844baa772d424d865c13a782ac9",
"url": "https://api.github.com/repos/Torann/laravel-geoip/zipball/280b83871ee85a6462b5c782f3ae5563773cff3b",
"reference": "280b83871ee85a6462b5c782f3ae5563773cff3b",
"shasum": ""
},
"require": {
"illuminate/console": "~5.5|^6.0",
"illuminate/support": "~5.5|^6.0",
"php": "^7.1",
"vlucas/phpdotenv": "^3.5"
"php": "^7.1"
},
"require-dev": {
"geoip2/geoip2": "~2.1",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^7.0",
"vlucas/phpdotenv": "^3.5"
},
"suggest": {
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
@@ -9199,7 +9199,7 @@
"location",
"maxmind"
],
"time": "2020-01-10T23:07:53+00:00"
"time": "2020-02-12T19:59:27+00:00"
},
{
"name": "vlucas/phpdotenv",
@@ -9410,16 +9410,16 @@
},
{
"name": "ytake/laravel-smarty",
"version": "3.0.0",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/ytake/Laravel.Smarty.git",
"reference": "bcea49bbb5be471ab41cbe4aa4cd8ce70621ba61"
"reference": "a61b75665b6032c8d2ee352b22dbc87f04122b49"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ytake/Laravel.Smarty/zipball/bcea49bbb5be471ab41cbe4aa4cd8ce70621ba61",
"reference": "bcea49bbb5be471ab41cbe4aa4cd8ce70621ba61",
"url": "https://api.github.com/repos/ytake/Laravel.Smarty/zipball/a61b75665b6032c8d2ee352b22dbc87f04122b49",
"reference": "a61b75665b6032c8d2ee352b22dbc87f04122b49",
"shasum": ""
},
"require": {
@@ -9482,7 +9482,7 @@
"template",
"view"
],
"time": "2019-09-07T15:22:37+00:00"
"time": "2020-02-13T11:47:13+00:00"
}
],
"packages-dev": [
@@ -11507,16 +11507,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.9",
"version": "0.12.10",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "297cb2458a96ea96d5e9d6ef38f1b7305c071f32"
"reference": "39004edc7fc308752f625b89b70ad1710708f45e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/297cb2458a96ea96d5e9d6ef38f1b7305c071f32",
"reference": "297cb2458a96ea96d5e9d6ef38f1b7305c071f32",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/39004edc7fc308752f625b89b70ad1710708f45e",
"reference": "39004edc7fc308752f625b89b70ad1710708f45e",
"shasum": ""
},
"require": {
@@ -11542,7 +11542,7 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2020-02-04T22:30:27+00:00"
"time": "2020-02-12T22:03:42+00:00"
},
{
"name": "phpunit/php-code-coverage",