{ "name": "laravel-lang/attributes", "description": "List of 126 languages for form field names", "license": "MIT", "type": "library", "keywords": [ "laravel", "languages", "lang", "translations", "messages", "validation", "attributes", "form", "fields" ], "authors": [ { "name": "Andrey Helldar", "email": "helldar@dragon-code.pro" }, { "name": "Laravel-Lang Team", "homepage": "https://github.com/Laravel-Lang" } ], "require": { "php": "^8.1", "ext-json": "*", "laravel-lang/publisher": "^14.0 || ^15.0 || ^16.0" }, "require-dev": { "laravel-lang/status-generator": "^1.19 || ^2.0", "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0", "symfony/var-dumper": "^6.0 || ^7.0" }, "minimum-stability": "stable", "prefer-stable": true, "autoload": { "psr-4": { "LaravelLang\\Attributes\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "config": { "allow-plugins": { "composer/package-versions-deprecated": true, "dragon-code/codestyler": true, "ergebnis/composer-normalize": true, "friendsofphp/php-cs-fixer": true, "php-http/discovery": true, "symfony/thanks": true }, "preferred-install": "dist", "sort-packages": true }, "extra": { "laravel": { "providers": [ "LaravelLang\\Attributes\\ServiceProvider" ] } } }