Switched back to original gettext/gettext package

References https://github.com/php-gettext/Gettext/pull/289
This commit is contained in:
Bernd Bestel 2023-08-10 16:58:40 +02:00
parent 82ac996b3a
commit 7f21e2de34
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 18 additions and 33 deletions

View File

@ -7,7 +7,7 @@
"php-di/php-di": "^7.0.3", "php-di/php-di": "^7.0.3",
"berrnd/slim-blade-view": "^1.0.0", "berrnd/slim-blade-view": "^1.0.0",
"morris/lessql": "dev-php82", "morris/lessql": "dev-php82",
"gettext/gettext": "dev-php81", "gettext/gettext": "^4.8.10",
"eluceo/ical": "^2.2.0", "eluceo/ical": "^2.2.0",
"erusev/parsedown": "^1.7", "erusev/parsedown": "^1.7",
"gumlet/php-image-resize": "^2.0", "gumlet/php-image-resize": "^2.0",
@ -20,10 +20,6 @@
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/berrnd/lessql" "url": "https://github.com/berrnd/lessql"
},
{
"type": "vcs",
"url": "https://github.com/berrnd/Gettext"
} }
], ],
"autoload": { "autoload": {

45
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": "ffa5545aaf16f26d4916e4c9f2eee408", "content-hash": "a350f5bd26aac82f0c126778cc8a1d29",
"packages": [ "packages": [
{ {
"name": "berrnd/slim-blade-view", "name": "berrnd/slim-blade-view",
@ -442,16 +442,16 @@
}, },
{ {
"name": "gettext/gettext", "name": "gettext/gettext",
"version": "dev-php81", "version": "v4.8.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/berrnd/Gettext.git", "url": "https://github.com/php-gettext/Gettext.git",
"reference": "505003f167881bd01b5991ee7762592b244e827e" "reference": "9fd2cf8230e36fbed87d36b7da9a47441fc27270"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/berrnd/Gettext/zipball/505003f167881bd01b5991ee7762592b244e827e", "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/9fd2cf8230e36fbed87d36b7da9a47441fc27270",
"reference": "505003f167881bd01b5991ee7762592b244e827e", "reference": "9fd2cf8230e36fbed87d36b7da9a47441fc27270",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -478,17 +478,7 @@
"Gettext\\": "src" "Gettext\\": "src"
} }
}, },
"autoload-dev": { "notification-url": "https://packagist.org/downloads/",
"psr-4": {
"Gettext\\Tests\\": "tests"
}
},
"scripts": {
"test": [
"phpunit",
"phpcs"
]
},
"license": [ "license": [
"MIT" "MIT"
], ],
@ -503,9 +493,9 @@
"description": "PHP gettext manager", "description": "PHP gettext manager",
"homepage": "https://github.com/oscarotero/Gettext", "homepage": "https://github.com/oscarotero/Gettext",
"keywords": [ "keywords": [
"JS",
"gettext", "gettext",
"i18n", "i18n",
"js",
"mo", "mo",
"po", "po",
"translation" "translation"
@ -513,23 +503,23 @@
"support": { "support": {
"email": "oom@oscarotero.com", "email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/Gettext/issues", "issues": "https://github.com/oscarotero/Gettext/issues",
"source": "https://github.com/berrnd/Gettext/tree/php81" "source": "https://github.com/php-gettext/Gettext/tree/v4.8.10"
}, },
"funding": [ "funding": [
{ {
"type": "github", "url": "https://paypal.me/oscarotero",
"url": "https://github.com/oscarotero" "type": "custom"
}, },
{ {
"type": "patreon", "url": "https://github.com/oscarotero",
"url": "https://www.patreon.com/misteroom" "type": "github"
}, },
{ {
"type": "custom", "url": "https://www.patreon.com/misteroom",
"url": "https://paypal.me/oscarotero" "type": "patreon"
} }
], ],
"time": "2022-12-10T14:11:03+00:00" "time": "2023-08-10T14:26:38+00:00"
}, },
{ {
"name": "gettext/languages", "name": "gettext/languages",
@ -3671,8 +3661,7 @@
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"morris/lessql": 20, "morris/lessql": 20
"gettext/gettext": 20
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,