Skip to content

Commit

Permalink
Merge pull request #1950 from andrey-helldar/patch/2022-01-16/16-05
Browse files Browse the repository at this point in the history
Normalize `composer.json`
  • Loading branch information
Andrey Helldar authored Jan 16, 2022
2 parents 2e87337 + 975ad38 commit bb17f58
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "laravel-lang/lang",
"description": "Languages for Laravel",
"keywords": ["laravel", "languages", "lpm", "lang"],
"license": "MIT",
"keywords": [
"laravel",
"languages",
"lpm",
"lang"
],
"authors": [
{
"name": "Laravel-Lang Team",
Expand All @@ -13,13 +18,8 @@
"issues": "https://github.com/Laravel-Lang/lang/issues",
"source": "https://github.com/Laravel-Lang/lang"
},
"suggest": {
"laravel-lang/publisher": "Easy installation and update of translation files for your project",
"overtrue/laravel-lang": "Command to add languages in your project",
"arcanedev/laravel-lang": "Translations manager and checker for Laravel 5"
},
"require": {
"php": "^7.3|^8.0",
"php": "^7.3 || ^8.0",
"ext-json": "*"
},
"require-dev": {
Expand All @@ -31,7 +31,7 @@
"laravel/fortify": "^1.7",
"laravel/jetstream": "^2.3",
"laravel/ui": "^3.4",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^9.5",
"symfony/finder": "^5.2",
"symfony/var-dumper": "^5.2",
Expand All @@ -40,6 +40,13 @@
"conflict": {
"laravel-lang/publisher": "<11.2"
},
"suggest": {
"arcanedev/laravel-lang": "Translations manager and checker for Laravel 5",
"laravel-lang/publisher": "Easy installation and update of translation files for your project",
"overtrue/laravel-lang": "Command to add languages in your project"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"LaravelLang\\Lang\\": "src"
Expand All @@ -57,7 +64,5 @@
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true
}
}

0 comments on commit bb17f58

Please sign in to comment.