~xdavidwu/uptime-monitor

9b08b96d0df9c585cce3054b4301e8e97f224a85 — xdavidwu 2 years ago 973f4db
composer: bump deps
1 files changed, 94 insertions(+), 90 deletions(-)

M composer.lock
M composer.lock => composer.lock +94 -90
@@ 1841,22 1841,23 @@
        },
        {
            "name": "nesbot/carbon",
            "version": "2.50.0",
            "version": "2.51.1",
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
                "reference": "f47f17d17602b2243414a44ad53d9f8b9ada5fdb"
                "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f47f17d17602b2243414a44ad53d9f8b9ada5fdb",
                "reference": "f47f17d17602b2243414a44ad53d9f8b9ada5fdb",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922",
                "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.1.8 || ^8.0",
                "symfony/polyfill-mbstring": "^1.0",
                "symfony/polyfill-php80": "^1.16",
                "symfony/translation": "^3.4 || ^4.0 || ^5.0"
            },
            "require-dev": {


@@ 1875,8 1876,8 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev",
                    "dev-3.x": "3.x-dev"
                    "dev-3.x": "3.x-dev",
                    "dev-master": "2.x-dev"
                },
                "laravel": {
                    "providers": [


@@ 1926,7 1927,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-06-28T22:38:45+00:00"
            "time": "2021-07-28T13:16:28+00:00"
        },
        {
            "name": "nikic/fast-route",


@@ 2432,36 2433,37 @@
        },
        {
            "name": "symfony/console",
            "version": "v4.4.26",
            "version": "v4.4.29",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "9aa1eb46c1b12fada74dc0c529e93d1ccef22576"
                "reference": "8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/9aa1eb46c1b12fada74dc0c529e93d1ccef22576",
                "reference": "9aa1eb46c1b12fada74dc0c529e93d1ccef22576",
                "url": "https://api.github.com/repos/symfony/console/zipball/8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b",
                "reference": "8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.8",
                "symfony/polyfill-php80": "^1.15",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2"
            },
            "conflict": {
                "psr/log": ">=3",
                "symfony/dependency-injection": "<3.4",
                "symfony/event-dispatcher": "<4.3|>=5",
                "symfony/lock": "<4.4",
                "symfony/process": "<3.3"
            },
            "provide": {
                "psr/log-implementation": "1.0"
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "psr/log": "^1|^2",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/event-dispatcher": "^4.3",


@@ 2514,26 2516,25 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-06-06T09:12:27+00:00"
            "time": "2021-07-27T19:04:53+00:00"
        },
        {
            "name": "symfony/debug",
            "version": "v4.4.25",
            "version": "v4.4.27",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f"
                "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/a8d2d5c94438548bff9f998ca874e202bb29d07f",
                "reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f",
                "url": "https://api.github.com/repos/symfony/debug/zipball/2f9160e92eb64c95da7368c867b663a8e34e980c",
                "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/log": "~1.0",
                "symfony/polyfill-php80": "^1.15"
                "psr/log": "^1|^2|^3"
            },
            "conflict": {
                "symfony/http-kernel": "<3.4"


@@ 2580,7 2581,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-26T17:39:37+00:00"
            "time": "2021-07-22T07:21:39+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",


@@ 2648,23 2649,22 @@
        },
        {
            "name": "symfony/error-handler",
            "version": "v4.4.26",
            "version": "v4.4.27",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "4001f01153d0eb5496fe11d8c76d1e56b47fdb88"
                "reference": "16ac2be1c0f49d6d9eb9d3ce9324bde268717905"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/4001f01153d0eb5496fe11d8c76d1e56b47fdb88",
                "reference": "4001f01153d0eb5496fe11d8c76d1e56b47fdb88",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/16ac2be1c0f49d6d9eb9d3ce9324bde268717905",
                "reference": "16ac2be1c0f49d6d9eb9d3ce9324bde268717905",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/log": "~1.0",
                "psr/log": "^1|^2|^3",
                "symfony/debug": "^4.4.5",
                "symfony/polyfill-php80": "^1.15",
                "symfony/var-dumper": "^4.4|^5.0"
            },
            "require-dev": {


@@ 2710,25 2710,26 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-06-24T07:57:22+00:00"
            "time": "2021-07-23T15:41:52+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v4.4.25",
            "version": "v4.4.27",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f"
                "reference": "958a128b184fcf0ba45ec90c0e88554c9327c2e9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/047773e7016e4fd45102cedf4bd2558ae0d0c32f",
                "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/958a128b184fcf0ba45ec90c0e88554c9327c2e9",
                "reference": "958a128b184fcf0ba45ec90c0e88554c9327c2e9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/event-dispatcher-contracts": "^1.1"
                "symfony/event-dispatcher-contracts": "^1.1",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4"


@@ 2738,7 2739,7 @@
                "symfony/event-dispatcher-implementation": "1.1"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "psr/log": "^1|^2|^3",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/error-handler": "~3.4|~4.4",


@@ 2790,7 2791,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-26T17:39:37+00:00"
            "time": "2021-07-23T15:41:52+00:00"
        },
        {
            "name": "symfony/event-dispatcher-contracts",


@@ 2870,20 2871,21 @@
        },
        {
            "name": "symfony/finder",
            "version": "v4.4.25",
            "version": "v4.4.27",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "ed33314396d968a8936c95f5bd1b88bd3b3e94a3"
                "reference": "42414d7ac96fc2880a783b872185789dea0d4262"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/ed33314396d968a8936c95f5bd1b88bd3b3e94a3",
                "reference": "ed33314396d968a8936c95f5bd1b88bd3b3e94a3",
                "url": "https://api.github.com/repos/symfony/finder/zipball/42414d7ac96fc2880a783b872185789dea0d4262",
                "reference": "42414d7ac96fc2880a783b872185789dea0d4262",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
                "php": ">=7.1.3",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {


@@ 2924,7 2926,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-26T11:20:16+00:00"
            "time": "2021-07-23T15:41:52+00:00"
        },
        {
            "name": "symfony/http-client-contracts",


@@ 3003,23 3005,23 @@
        },
        {
            "name": "symfony/http-foundation",
            "version": "v4.4.26",
            "version": "v4.4.29",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "8759ed5c27c2a8a47cb60f367f4be6727f08d58b"
                "reference": "7016057b01f0ed3ec3ba1f31a580b6661667c2e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8759ed5c27c2a8a47cb60f367f4be6727f08d58b",
                "reference": "8759ed5c27c2a8a47cb60f367f4be6727f08d58b",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7016057b01f0ed3ec3ba1f31a580b6661667c2e1",
                "reference": "7016057b01f0ed3ec3ba1f31a580b6661667c2e1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/mime": "^4.3|^5.0",
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php80": "^1.15"
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "predis/predis": "~1.0",


@@ 3064,32 3066,32 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-06-26T21:56:04+00:00"
            "time": "2021-07-27T14:32:23+00:00"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v4.4.26",
            "version": "v4.4.29",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "e08b2fb8a6eedd81c70522e514bad9b2c1fff881"
                "reference": "752b170e1ba0dd4104e7fa17c1cef1ec8a7fc506"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e08b2fb8a6eedd81c70522e514bad9b2c1fff881",
                "reference": "e08b2fb8a6eedd81c70522e514bad9b2c1fff881",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/752b170e1ba0dd4104e7fa17c1cef1ec8a7fc506",
                "reference": "752b170e1ba0dd4104e7fa17c1cef1ec8a7fc506",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/log": "~1.0",
                "psr/log": "^1|^2",
                "symfony/error-handler": "^4.4",
                "symfony/event-dispatcher": "^4.4",
                "symfony/http-client-contracts": "^1.1|^2",
                "symfony/http-foundation": "^4.4|^5.0",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.15"
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/browser-kit": "<4.3",


@@ 3100,7 3102,7 @@
                "twig/twig": "<1.43|<2.13,>=2"
            },
            "provide": {
                "psr/log-implementation": "1.0"
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/cache": "^1.0|^2.0|^3.0",


@@ 3165,20 3167,20 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-06-30T08:18:06+00:00"
            "time": "2021-07-29T06:45:05+00:00"
        },
        {
            "name": "symfony/mime",
            "version": "v5.3.2",
            "version": "v5.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "47dd7912152b82d0d4c8d9040dbc93d6232d472a"
                "reference": "633e4e8afe9e529e5599d71238849a4218dd497b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/47dd7912152b82d0d4c8d9040dbc93d6232d472a",
                "reference": "47dd7912152b82d0d4c8d9040dbc93d6232d472a",
                "url": "https://api.github.com/repos/symfony/mime/zipball/633e4e8afe9e529e5599d71238849a4218dd497b",
                "reference": "633e4e8afe9e529e5599d71238849a4218dd497b",
                "shasum": ""
            },
            "require": {


@@ 3186,7 3188,7 @@
                "symfony/deprecation-contracts": "^2.1",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0",
                "symfony/polyfill-php80": "^1.15"
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "egulias/email-validator": "~3.0.0",


@@ 3245,7 3247,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-06-09T10:58:01+00:00"
            "time": "2021-07-21T12:40:44+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",


@@ 3490,16 3492,16 @@
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.23.0",
            "version": "v1.23.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
                "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
                "shasum": ""
            },
            "require": {


@@ 3563,7 3565,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-27T09:27:20+00:00"
            "time": "2021-05-27T12:26:48+00:00"
        },
        {
            "name": "symfony/polyfill-php72",


@@ 3716,16 3718,16 @@
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.23.0",
            "version": "v1.23.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
                "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
                "shasum": ""
            },
            "require": {


@@ 3792,24 3794,25 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-02-19T12:13:01+00:00"
            "time": "2021-07-28T13:41:28+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v4.4.26",
            "version": "v4.4.27",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "7e812c84c3f2dba173d311de6e510edf701685a8"
                "reference": "0b7dc5599ac4aa6d7b936c8f7d10abae64f6cf7f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/7e812c84c3f2dba173d311de6e510edf701685a8",
                "reference": "7e812c84c3f2dba173d311de6e510edf701685a8",
                "url": "https://api.github.com/repos/symfony/process/zipball/0b7dc5599ac4aa6d7b936c8f7d10abae64f6cf7f",
                "reference": "0b7dc5599ac4aa6d7b936c8f7d10abae64f6cf7f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
                "php": ">=7.1.3",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {


@@ 3850,7 3853,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-06-09T14:57:04+00:00"
            "time": "2021-07-23T15:41:52+00:00"
        },
        {
            "name": "symfony/service-contracts",


@@ 3930,21 3933,22 @@
        },
        {
            "name": "symfony/translation",
            "version": "v4.4.26",
            "version": "v4.4.27",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "2f7fa60b8d10ca71c30dc46b0870143183a8f131"
                "reference": "2e3c0f2bf704d635ba862e7198d72331a62d82ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/2f7fa60b8d10ca71c30dc46b0870143183a8f131",
                "reference": "2f7fa60b8d10ca71c30dc46b0870143183a8f131",
                "url": "https://api.github.com/repos/symfony/translation/zipball/2e3c0f2bf704d635ba862e7198d72331a62d82ba",
                "reference": "2e3c0f2bf704d635ba862e7198d72331a62d82ba",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "^1.16",
                "symfony/translation-contracts": "^1.1.6|^2"
            },
            "conflict": {


@@ 3957,7 3961,7 @@
                "symfony/translation-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "psr/log": "^1|^2|^3",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/console": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",


@@ 4011,7 4015,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-06-06T08:51:46+00:00"
            "time": "2021-07-21T13:12:00+00:00"
        },
        {
            "name": "symfony/translation-contracts",


@@ 4090,23 4094,23 @@
        },
        {
            "name": "symfony/var-dumper",
            "version": "v4.4.26",
            "version": "v4.4.27",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "a586efdf2aa832d05b9249e9115d24f6a2691160"
                "reference": "391d6d0e7a06ab54eb7c38fab29b8d174471b3ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a586efdf2aa832d05b9249e9115d24f6a2691160",
                "reference": "a586efdf2aa832d05b9249e9115d24f6a2691160",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/391d6d0e7a06ab54eb7c38fab29b8d174471b3ba",
                "reference": "391d6d0e7a06ab54eb7c38fab29b8d174471b3ba",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php72": "~1.5",
                "symfony/polyfill-php80": "^1.15"
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",


@@ 4172,7 4176,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-06-17T06:35:48+00:00"
            "time": "2021-07-23T15:41:52+00:00"
        },
        {
            "name": "vlucas/phpdotenv",