Skip to content

Commit 53ce40a

Browse files
Gummibeeractions-user
authored andcommitted
normalize composer.json
1 parent b4bc1ac commit 53ce40a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

composer.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "astrotomic/laravel-translatable",
33
"description": "A Laravel package for multilingual models",
4+
"license": "MIT",
45
"keywords": [
56
"laravel",
67
"translation",
78
"language",
89
"database"
910
],
10-
"homepage": "https://astrotomic.info",
11-
"license": "MIT",
1211
"authors": [
1312
{
1413
"name": "Tom Witkowski",
@@ -23,6 +22,13 @@
2322
"role": "Developer"
2423
}
2524
],
25+
"homepage": "https://astrotomic.info",
26+
"support": {
27+
"email": "[email protected]",
28+
"issues": "https://github.com/Astrotomic/laravel-translatable/issues",
29+
"source": "https://github.com/Astrotomic/laravel-translatable",
30+
"docs": "https://docs.astrotomic.info/laravel-translatable"
31+
},
2632
"require": {
2733
"php": "^8.0",
2834
"illuminate/contracts": "^8.0 || ^9.0",
@@ -33,16 +39,8 @@
3339
"orchestra/testbench": "^6.0 || ^7.0",
3440
"phpunit/phpunit": "^9.0"
3541
},
36-
"config": {
37-
"sort-packages": true
38-
},
39-
"extra": {
40-
"laravel": {
41-
"providers": [
42-
"Astrotomic\\Translatable\\TranslatableServiceProvider"
43-
]
44-
}
45-
},
42+
"minimum-stability": "dev",
43+
"prefer-stable": true,
4644
"autoload": {
4745
"psr-4": {
4846
"Astrotomic\\Translatable\\": "src/Translatable/"
@@ -53,17 +51,19 @@
5351
"Astrotomic\\Translatable\\Tests\\": "tests/"
5452
}
5553
},
56-
"minimum-stability": "dev",
57-
"prefer-stable": true,
54+
"config": {
55+
"sort-packages": true
56+
},
57+
"extra": {
58+
"laravel": {
59+
"providers": [
60+
"Astrotomic\\Translatable\\TranslatableServiceProvider"
61+
]
62+
}
63+
},
5864
"scripts": {
5965
"csfix": "php-cs-fixer fix --using-cache=no",
6066
"test": "vendor/bin/phpunit",
6167
"test-coverage": "vendor/bin/phpunit --coverage-html=build"
62-
},
63-
"support": {
64-
"email": "[email protected]",
65-
"issues": "https://github.com/Astrotomic/laravel-translatable/issues",
66-
"source": "https://github.com/Astrotomic/laravel-translatable",
67-
"docs": "https://docs.astrotomic.info/laravel-translatable"
6868
}
6969
}

0 commit comments

Comments
 (0)