Browse Source

Bump rcrowe/twigbridge from 0.14.1 to 0.14.2

Bumps [rcrowe/twigbridge](https://github.com/rcrowe/TwigBridge) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/rcrowe/TwigBridge/releases)
- [Changelog](https://github.com/rcrowe/TwigBridge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rcrowe/TwigBridge/compare/v0.14.1...v0.14.2)

---
updated-dependencies:
- dependency-name: rcrowe/twigbridge
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/552/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
83eba6bfd9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      composer.json
  2. 26
      composer.lock

2
composer.json

@ -81,7 +81,7 @@
"laravel/framework": "^10.45",
"laravel/tinker": "^2.0",
"league/csv": "9.*",
"rcrowe/twigbridge": "^0.14.0",
"rcrowe/twigbridge": "^0.14.2",
"spatie/enum": "^3.10",
"symfony/http-client": "^7.0",
"symfony/mailgun-mailer": "^7.0",

26
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": "07871e7b02a1fc708fafecef895347b7",
"content-hash": "0454d6bdb4aed641eb82325a6995ac31",
"packages": [
{
"name": "brick/math",
@ -3901,33 +3901,33 @@
},
{
"name": "rcrowe/twigbridge",
"version": "v0.14.1",
"version": "v0.14.2",
"source": {
"type": "git",
"url": "https://github.com/rcrowe/TwigBridge.git",
"reference": "639345cb32156ff69845ed471bbf0778c52a28b2"
"reference": "6bf5a8fa48eb5d45de0bd5027936796947acfcbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/639345cb32156ff69845ed471bbf0778c52a28b2",
"reference": "639345cb32156ff69845ed471bbf0778c52a28b2",
"url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/6bf5a8fa48eb5d45de0bd5027936796947acfcbc",
"reference": "6bf5a8fa48eb5d45de0bd5027936796947acfcbc",
"shasum": ""
},
"require": {
"illuminate/support": "^6|^7|^8|^9|^10",
"illuminate/view": "^6|^7|^8|^9|^10",
"php": "^7.2.5 || ^8.0",
"illuminate/support": "^9|^10|^11",
"illuminate/view": "^9|^10|^11",
"php": "^8.1",
"twig/twig": "~3.0"
},
"require-dev": {
"ext-json": "*",
"laravel/framework": "^6|^7|^8|^9|^10",
"laravel/framework": "^9|^10|^11",
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.7",
"phpunit/phpunit": "^8.5.8 || ^9.3.7",
"squizlabs/php_codesniffer": "^3.6"
},
"suggest": {
"laravelcollective/html": "For bringing back html/form in Laravel 5.x",
"laravelcollective/html": "For bringing back html/form in Laravel",
"twig/extensions": "~1.0"
},
"type": "library",
@ -3971,9 +3971,9 @@
],
"support": {
"issues": "https://github.com/rcrowe/TwigBridge/issues",
"source": "https://github.com/rcrowe/TwigBridge/tree/v0.14.1"
"source": "https://github.com/rcrowe/TwigBridge/tree/v0.14.2"
},
"time": "2023-02-16T14:03:23+00:00"
"time": "2024-03-09T19:41:32+00:00"
},
{
"name": "spatie/enum",

Loading…
Cancel
Save