|
1 | 1 | { |
2 | 2 | "name": "astrotomic/laravel-translatable", |
3 | 3 | "description": "A Laravel package for multilingual models", |
| 4 | + "license": "MIT", |
4 | 5 | "keywords": [ |
5 | 6 | "laravel", |
6 | 7 | "translation", |
7 | 8 | "language", |
8 | 9 | "database" |
9 | 10 | ], |
10 | | - "homepage": "https://astrotomic.info", |
11 | | - "license": "MIT", |
12 | 11 | "authors": [ |
13 | 12 | { |
14 | 13 | "name": "Tom Witkowski", |
|
23 | 22 | "role": "Developer" |
24 | 23 | } |
25 | 24 | ], |
| 25 | + "homepage": "https://astrotomic.info", |
| 26 | + "support": { |
| 27 | + |
| 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 | + }, |
26 | 32 | "require": { |
27 | 33 | "php": "^8.0", |
28 | 34 | "illuminate/contracts": "^8.0 || ^9.0", |
|
33 | 39 | "orchestra/testbench": "^6.0 || ^7.0", |
34 | 40 | "phpunit/phpunit": "^9.0" |
35 | 41 | }, |
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, |
46 | 44 | "autoload": { |
47 | 45 | "psr-4": { |
48 | 46 | "Astrotomic\\Translatable\\": "src/Translatable/" |
|
53 | 51 | "Astrotomic\\Translatable\\Tests\\": "tests/" |
54 | 52 | } |
55 | 53 | }, |
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 | + }, |
58 | 64 | "scripts": { |
59 | 65 | "csfix": "php-cs-fixer fix --using-cache=no", |
60 | 66 | "test": "vendor/bin/phpunit", |
61 | 67 | "test-coverage": "vendor/bin/phpunit --coverage-html=build" |
62 | | - }, |
63 | | - "support": { |
64 | | - |
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" |
68 | 68 | } |
69 | 69 | } |
0 commit comments