Server IP : 51.89.169.208 / Your IP : 3.15.195.46 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/www/phpMyAdmin/vendor/phpmyadmin/twig-i18n-extension/ |
Upload File : |
{ "name": "phpmyadmin/twig-i18n-extension", "description": "Internationalization support for Twig via the gettext library", "keywords": ["i18n","gettext"], "type": "library", "license": "MIT", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "The phpMyAdmin Team", "email": "developers@phpmyadmin.net", "homepage": "https://www.phpmyadmin.net/team/" } ], "support": { "issues": "https://github.com/phpmyadmin/twig-i18n-extension/issues", "source": "https://github.com/phpmyadmin/twig-i18n-extension" }, "require": { "php": "^7.1 || ^8.0", "twig/twig": "^1.42.3|^2.0|^3.0" }, "require-dev": { "phpmyadmin/coding-standard": "^3.0.0", "phpmyadmin/motranslator": "^5.2", "phpstan/phpstan": "^0.12.66", "phpunit/phpunit": "^7 || ^8 || ^9" }, "scripts": { "phpstan": "./vendor/bin/phpstan analyse", "phpunit": "phpunit", "phpcs": "phpcs", "phpcbf": "phpcbf" }, "autoload": { "psr-4": { "PhpMyAdmin\\Twig\\Extensions\\": "src/" } }, "autoload-dev": { "psr-4": { "PhpMyAdmin\\Tests\\Twig\\Extensions\\": "test/" } }, "config":{ "sort-packages": true } }