1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-26 07:29:06 +02:00

build(composer): Upgrade smarty-gettext/smarty-gettext to 1.6.0

This commit is contained in:
Pierre Rudloff 2019-01-15 11:09:51 +01:00
parent 2604b8122d
commit b0d9f7d4d8
2 changed files with 9 additions and 8 deletions

View File

@ -12,7 +12,7 @@
"guzzlehttp/guzzle": "~6.3.0", "guzzlehttp/guzzle": "~6.3.0",
"aura/session": "~2.1.0", "aura/session": "~2.1.0",
"barracudanetworks/archivestream-php": "~1.0.5", "barracudanetworks/archivestream-php": "~1.0.5",
"smarty-gettext/smarty-gettext": "~1.5.1", "smarty-gettext/smarty-gettext": "~1.6.0",
"zonuexe/http-accept-language": "~0.4.1", "zonuexe/http-accept-language": "~0.4.1",
"rinvex/countries": "~3.1.0", "rinvex/countries": "~3.1.0",
"php-mock/php-mock-mockery": "~1.2.0" "php-mock/php-mock-mockery": "~1.2.0"

15
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "8c0fe024874d8cf8aee45ea05931ccb8", "content-hash": "3d6bfd06c7ca2432a182ebf6a1d0473f",
"packages": [ "packages": [
{ {
"name": "aura/session", "name": "aura/session",
@ -1077,16 +1077,16 @@
}, },
{ {
"name": "smarty-gettext/smarty-gettext", "name": "smarty-gettext/smarty-gettext",
"version": "1.5.1", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/smarty-gettext/smarty-gettext.git", "url": "https://github.com/smarty-gettext/smarty-gettext.git",
"reference": "00fe2fcbc41e24e0245cd9d73f96bc7b0337972d" "reference": "2e20e71e82346a5d244f8bd7d3c4e2c0f2b18a5e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/smarty-gettext/smarty-gettext/zipball/00fe2fcbc41e24e0245cd9d73f96bc7b0337972d", "url": "https://api.github.com/repos/smarty-gettext/smarty-gettext/zipball/2e20e71e82346a5d244f8bd7d3c4e2c0f2b18a5e",
"reference": "00fe2fcbc41e24e0245cd9d73f96bc7b0337972d", "reference": "2e20e71e82346a5d244f8bd7d3c4e2c0f2b18a5e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1096,6 +1096,7 @@
}, },
"require-dev": { "require-dev": {
"azatoth/php-pgettext": "~1.0", "azatoth/php-pgettext": "~1.0",
"phpunit/phpunit": ">=4.8.36",
"smarty/smarty": "3.1.*" "smarty/smarty": "3.1.*"
}, },
"suggest": { "suggest": {
@ -1113,7 +1114,7 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"LGPL-2.1+" "LGPL-2.1"
], ],
"authors": [ "authors": [
{ {
@ -1127,7 +1128,7 @@
], ],
"description": "Gettext plugin enabling internationalization in Smarty Package files", "description": "Gettext plugin enabling internationalization in Smarty Package files",
"homepage": "https://github.com/smarty-gettext/smarty-gettext", "homepage": "https://github.com/smarty-gettext/smarty-gettext",
"time": "2017-05-12T12:14:46+00:00" "time": "2018-10-13T15:42:29+00:00"
}, },
{ {
"name": "smarty/smarty", "name": "smarty/smarty",