| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "laravel-lang/common",
- "description": "Easily connect the necessary language packs to the application",
- "license": "MIT",
- "type": "library",
- "keywords": [
- "laravel-lang",
- "translation",
- "translations",
- "laravel",
- "language",
- "languages",
- "locales",
- "locale",
- "i18n",
- "lang",
- "publisher",
- "http",
- "http-status-code",
- "http-status",
- "attribute",
- "attributes"
- ],
- "authors": [
- {
- "name": "Laravel-Lang Team",
- "homepage": "https://github.com/Laravel-Lang"
- },
- {
- "name": "Andrey Helldar",
- "email": "helldar@dragon-code.pro",
- "homepage": "https://github.com/andrey-helldar"
- }
- ],
- "support": {
- "issues": "https://github.com/Laravel-Lang/common/issues",
- "source": "https://github.com/Laravel-Lang/common"
- },
- "require": {
- "php": "^8.0",
- "laravel-lang/attributes": "^2.0",
- "laravel-lang/http-statuses": "^3.0",
- "laravel-lang/lang": "^12.0",
- "laravel-lang/publisher": "^14.0"
- },
- "require-dev": {
- "orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
- "phpunit/phpunit": "^9.6",
- "symfony/var-dumper": "^5.4 || ^6.0"
- },
- "minimum-stability": "stable",
- "prefer-stable": true,
- "autoload-dev": {
- "psr-4": {
- "Tests\\": "tests"
- }
- },
- "config": {
- "allow-plugins": {
- "composer/package-versions-deprecated": true,
- "ergebnis/composer-normalize": true,
- "dragon-code/codestyler": true,
- "friendsofphp/php-cs-fixer": true
- },
- "preferred-install": "dist",
- "sort-packages": true
- }
- }
|