Server IP : 51.89.169.208 / Your IP : 3.148.243.252 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/phpMyAdmin/vendor/phpmyadmin/motranslator/ |
Upload File : |
{ "name": "phpmyadmin/motranslator", "description": "Translation API for PHP using Gettext MO files", "license": "GPL-2.0-or-later", "keywords": ["gettext", "mo", "translator", "i18n"], "homepage": "https://github.com/phpmyadmin/motranslator", "authors": [ { "name": "The phpMyAdmin Team", "email": "developers@phpmyadmin.net", "homepage": "https://www.phpmyadmin.net/team/" } ], "support": { "issues": "https://github.com/phpmyadmin/motranslator/issues", "source": "https://github.com/phpmyadmin/motranslator" }, "scripts": { "phpcbf": "@php phpcbf", "phpcs": "@php phpcs", "phpstan": "@php phpstan", "phpunit": "@php phpunit", "test": [ "@phpcs", "@phpstan", "@phpunit" ] }, "require": { "php": "^7.1 || ^8.0", "symfony/expression-language": "^4.0 || ^5.0 || ^6.0" }, "require-dev": { "phpunit/phpunit": "^7.4 || ^8 || ^9", "phpmyadmin/coding-standard": "^3.0.0", "phpstan/phpstan": "^1.4.6" }, "autoload": { "psr-4": { "PhpMyAdmin\\MoTranslator\\": "src" } }, "autoload-dev": { "psr-4": { "PhpMyAdmin\\MoTranslator\\Tests\\": "tests" } }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "suggest": { "ext-apcu": "Needed for ACPu-backed translation cache" } }