diff --git a/composer.json b/composer.json index df36dd85c6..55754876fb 100644 --- a/composer.json +++ b/composer.json @@ -105,7 +105,7 @@ "predis/predis": "^1.1", "psr/log": "<3", "ramsey/uuid": "^4.2", - "rcrowe/twigbridge": "^0.12.1", + "rcrowe/twigbridge": "^0.13.0", "spatie/data-transfer-object": "^3.1" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 19c810af87..2b99db7a7e 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": "e881dbf5e4bdd13b6cd1323d2a0b83aa", + "content-hash": "4c0120fa6b1bf5d2b239c871fe5973e6", "packages": [ { "name": "bacon/bacon-qr-code", @@ -4763,31 +4763,30 @@ }, { "name": "rcrowe/twigbridge", - "version": "v0.12.3", + "version": "v0.13.0", "source": { "type": "git", "url": "https://github.com/rcrowe/TwigBridge.git", - "reference": "5d6dc0c907c5db476cf0caf3210eb10e44a78369" + "reference": "a8a9386dcc572f4fbe146f0ae0fe4d27515d94db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/5d6dc0c907c5db476cf0caf3210eb10e44a78369", - "reference": "5d6dc0c907c5db476cf0caf3210eb10e44a78369", + "url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/a8a9386dcc572f4fbe146f0ae0fe4d27515d94db", + "reference": "a8a9386dcc572f4fbe146f0ae0fe4d27515d94db", "shasum": "" }, "require": { - "illuminate/support": "^5.5|^6|^7|^8", - "illuminate/view": "^5.5|^6|^7|^8", - "php": ">=7.1", - "twig/twig": "^2.11" + "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" }, "require-dev": { "ext-json": "*", - "laravel/framework": "5.5.*", - "mockery/mockery": "0.9.*", - "phpunit/phpunit": "~6.0", - "satooshi/php-coveralls": "~0.6", - "squizlabs/php_codesniffer": "~1.5" + "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" }, "suggest": { "laravelcollective/html": "For bringing back html/form in Laravel 5.x", @@ -4796,7 +4795,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.12-dev" + "dev-master": "0.13-dev" }, "laravel": { "providers": [ @@ -4834,9 +4833,9 @@ ], "support": { "issues": "https://github.com/rcrowe/TwigBridge/issues", - "source": "https://github.com/rcrowe/TwigBridge/tree/v0.12.3" + "source": "https://github.com/rcrowe/TwigBridge/tree/v0.13.0" }, - "time": "2020-10-14T18:14:32+00:00" + "time": "2021-12-23T12:06:45+00:00" }, { "name": "spatie/data-transfer-object", @@ -7307,16 +7306,16 @@ }, { "name": "twig/twig", - "version": "v2.14.8", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "06b450a2326aa879faa2061ff72fe1588b3ab043" + "reference": "65cb6f0b956485e1664f13d023c55298a4bb59ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/06b450a2326aa879faa2061ff72fe1588b3ab043", - "reference": "06b450a2326aa879faa2061ff72fe1588b3ab043", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/65cb6f0b956485e1664f13d023c55298a4bb59ca", + "reference": "65cb6f0b956485e1664f13d023c55298a4bb59ca", "shasum": "" }, "require": { @@ -7331,13 +7330,10 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.14-dev" + "dev-master": "3.3-dev" } }, "autoload": { - "psr-0": { - "Twig_": "lib/" - }, "psr-4": { "Twig\\": "src/" } @@ -7370,7 +7366,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.14.8" + "source": "https://github.com/twigphp/Twig/tree/v3.3.4" }, "funding": [ { @@ -7382,7 +7378,7 @@ "type": "tidelift" } ], - "time": "2021-11-25T13:38:06+00:00" + "time": "2021-11-25T13:46:55+00:00" }, { "name": "vlucas/phpdotenv",