From 3444146da3da53404f46faf349830b6955ff2e03 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 28 Dec 2021 20:11:03 +0100 Subject: [PATCH] Lock twigbrdige --- composer.json | 3 +- composer.lock | 129 ++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 101 insertions(+), 31 deletions(-) diff --git a/composer.json b/composer.json index 55754876fb..7d75159c56 100644 --- a/composer.json +++ b/composer.json @@ -96,6 +96,7 @@ "jc5/recovery": "^2", "laravel/framework": "^8.77", "laravel/passport": "10.*", + "laravel/sanctum": "^2.13", "laravel/ui": "^3.4", "laravelcollective/html": "6.*", "league/commonmark": "2.*", @@ -105,7 +106,7 @@ "predis/predis": "^1.1", "psr/log": "<3", "ramsey/uuid": "^4.2", - "rcrowe/twigbridge": "^0.13.0", + "rcrowe/twigbridge": "0.12.3", "spatie/data-transfer-object": "^3.1" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 2b99db7a7e..b4dd325161 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4c0120fa6b1bf5d2b239c871fe5973e6", + "content-hash": "65d05df2cf7fcfd42deb02dfc1aa200b", "packages": [ { "name": "bacon/bacon-qr-code", @@ -2094,6 +2094,70 @@ }, "time": "2021-12-07T16:57:03+00:00" }, + { + "name": "laravel/sanctum", + "version": "v2.13.0", + "source": { + "type": "git", + "url": "https://github.com/laravel/sanctum.git", + "reference": "b4c07d0014b78430a3c827064217f811f0708eaa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/sanctum/zipball/b4c07d0014b78430a3c827064217f811f0708eaa", + "reference": "b4c07d0014b78430a3c827064217f811f0708eaa", + "shasum": "" + }, + "require": { + "ext-json": "*", + "illuminate/contracts": "^6.9|^7.0|^8.0", + "illuminate/database": "^6.9|^7.0|^8.0", + "illuminate/support": "^6.9|^7.0|^8.0", + "php": "^7.2|^8.0" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "orchestra/testbench": "^4.0|^5.0|^6.0", + "phpunit/phpunit": "^8.0|^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + }, + "laravel": { + "providers": [ + "Laravel\\Sanctum\\SanctumServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Laravel\\Sanctum\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.", + "keywords": [ + "auth", + "laravel", + "sanctum" + ], + "support": { + "issues": "https://github.com/laravel/sanctum/issues", + "source": "https://github.com/laravel/sanctum" + }, + "time": "2021-12-14T17:49:47+00:00" + }, { "name": "laravel/serializable-closure", "version": "v1.0.5", @@ -4763,30 +4827,31 @@ }, { "name": "rcrowe/twigbridge", - "version": "v0.13.0", + "version": "v0.12.3", "source": { "type": "git", "url": "https://github.com/rcrowe/TwigBridge.git", - "reference": "a8a9386dcc572f4fbe146f0ae0fe4d27515d94db" + "reference": "5d6dc0c907c5db476cf0caf3210eb10e44a78369" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/a8a9386dcc572f4fbe146f0ae0fe4d27515d94db", - "reference": "a8a9386dcc572f4fbe146f0ae0fe4d27515d94db", + "url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/5d6dc0c907c5db476cf0caf3210eb10e44a78369", + "reference": "5d6dc0c907c5db476cf0caf3210eb10e44a78369", "shasum": "" }, "require": { - "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0", - "illuminate/view": "^5.5 || ^6.0 || ^7.0 || ^8.0", - "php": "^7.2.5 || ^8.0", - "twig/twig": "~3.0" + "illuminate/support": "^5.5|^6|^7|^8", + "illuminate/view": "^5.5|^6|^7|^8", + "php": ">=7.1", + "twig/twig": "^2.11" }, "require-dev": { "ext-json": "*", - "laravel/framework": "^5.5 || ^6.0 || ^7.0 || ^8.0", - "mockery/mockery": "^1.3.1", - "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.7", - "squizlabs/php_codesniffer": "^3.6" + "laravel/framework": "5.5.*", + "mockery/mockery": "0.9.*", + "phpunit/phpunit": "~6.0", + "satooshi/php-coveralls": "~0.6", + "squizlabs/php_codesniffer": "~1.5" }, "suggest": { "laravelcollective/html": "For bringing back html/form in Laravel 5.x", @@ -4795,7 +4860,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.13-dev" + "dev-master": "0.12-dev" }, "laravel": { "providers": [ @@ -4833,9 +4898,9 @@ ], "support": { "issues": "https://github.com/rcrowe/TwigBridge/issues", - "source": "https://github.com/rcrowe/TwigBridge/tree/v0.13.0" + "source": "https://github.com/rcrowe/TwigBridge/tree/v0.12.3" }, - "time": "2021-12-23T12:06:45+00:00" + "time": "2020-10-14T18:14:32+00:00" }, { "name": "spatie/data-transfer-object", @@ -7306,16 +7371,16 @@ }, { "name": "twig/twig", - "version": "v3.3.4", + "version": "v2.14.8", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "65cb6f0b956485e1664f13d023c55298a4bb59ca" + "reference": "06b450a2326aa879faa2061ff72fe1588b3ab043" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/65cb6f0b956485e1664f13d023c55298a4bb59ca", - "reference": "65cb6f0b956485e1664f13d023c55298a4bb59ca", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/06b450a2326aa879faa2061ff72fe1588b3ab043", + "reference": "06b450a2326aa879faa2061ff72fe1588b3ab043", "shasum": "" }, "require": { @@ -7330,10 +7395,13 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "2.14-dev" } }, "autoload": { + "psr-0": { + "Twig_": "lib/" + }, "psr-4": { "Twig\\": "src/" } @@ -7366,7 +7434,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.3.4" + "source": "https://github.com/twigphp/Twig/tree/v2.14.8" }, "funding": [ { @@ -7378,7 +7446,7 @@ "type": "tidelift" } ], - "time": "2021-11-25T13:46:55+00:00" + "time": "2021-11-25T13:38:06+00:00" }, { "name": "vlucas/phpdotenv", @@ -7899,21 +7967,22 @@ }, { "name": "composer/composer", - "version": "2.1.14", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "cd28fc05b0c9d3beaf58b57018725c4dc15a6446" + "reference": "bbc265e16561ab8e0f5e7cac395ea72640251f0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/cd28fc05b0c9d3beaf58b57018725c4dc15a6446", - "reference": "cd28fc05b0c9d3beaf58b57018725c4dc15a6446", + "url": "https://api.github.com/repos/composer/composer/zipball/bbc265e16561ab8e0f5e7cac395ea72640251f0c", + "reference": "bbc265e16561ab8e0f5e7cac395ea72640251f0c", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "composer/metadata-minifier": "^1.0", + "composer/pcre": "^1.0", "composer/semver": "^3.0", "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^2.0", @@ -7943,7 +8012,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.1-dev" + "dev-main": "2.2-dev" } }, "autoload": { @@ -7977,7 +8046,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.1.14" + "source": "https://github.com/composer/composer/tree/2.2.1" }, "funding": [ { @@ -7993,7 +8062,7 @@ "type": "tidelift" } ], - "time": "2021-11-30T09:51:43+00:00" + "time": "2021-12-22T21:21:31+00:00" }, { "name": "composer/metadata-minifier",