|
1 | 1 | {
|
2 |
| - "name": "qcod/laravel-app-settings", |
3 |
| - "description": "A package with UI to store and manage all the settings for your application", |
4 |
| - "homepage": "https://github.com/qcod/laravel-app-settings", |
5 |
| - "type": "library", |
6 |
| - "license": "MIT", |
7 |
| - "keywords": [ |
8 |
| - "qcod", |
9 |
| - "laravel", |
10 |
| - "database settings", |
11 |
| - "db settings", |
12 |
| - "app settings", |
13 |
| - "setting ui", |
14 |
| - "bootstrap", |
15 |
| - "eloquent" |
16 |
| - ], |
17 |
| - "authors": [ |
18 |
| - { |
19 |
| - "name": "Mohd Saqueib Ansari", |
20 |
| - "email": "saquibweb@gmail.com" |
21 |
| - } |
22 |
| - ], |
23 |
| - "require": { |
24 |
| - "php": "^7.3|^8.0", |
25 |
| - "laravel/framework": "^6.0|^7.0|^8.0|^9.0", |
26 |
| - "qcod/laravel-settings": "^1.1" |
27 |
| - }, |
28 |
| - "require-dev": { |
29 |
| - "orchestra/testbench": "4.*|5.*|6.*", |
30 |
| - "mockery/mockery": "^0.9.4 || ~1.0", |
31 |
| - "phpunit/phpunit": "^8.5" |
32 |
| - }, |
33 |
| - "autoload": { |
34 |
| - "psr-4": { |
35 |
| - "QCod\\AppSettings\\": "src/" |
| 2 | + "name": "qcod/laravel-app-settings", |
| 3 | + "description": "A package with UI to store and manage all the settings for your application", |
| 4 | + "homepage": "https://github.com/qcod/laravel-app-settings", |
| 5 | + "type": "library", |
| 6 | + "license": "MIT", |
| 7 | + "keywords": [ |
| 8 | + "qcod", |
| 9 | + "laravel", |
| 10 | + "database settings", |
| 11 | + "db settings", |
| 12 | + "app settings", |
| 13 | + "setting ui", |
| 14 | + "bootstrap", |
| 15 | + "eloquent" |
| 16 | + ], |
| 17 | + "authors": [ |
| 18 | + { |
| 19 | + "name": "Mohd Saqueib Ansari", |
| 20 | + "email": "saquibweb@gmail.com" |
| 21 | + } |
| 22 | + ], |
| 23 | + "require": { |
| 24 | + "php": "^7.3|^8.0", |
| 25 | + "laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0", |
| 26 | + "qcod/laravel-settings": "^1.1" |
36 | 27 | },
|
37 |
| - "files": [ |
38 |
| - "src/helpers.php" |
39 |
| - ] |
40 |
| - }, |
41 |
| - "autoload-dev": { |
42 |
| - "psr-4": { |
43 |
| - "QCod\\AppSettings\\Tests\\": "tests/" |
44 |
| - } |
45 |
| - }, |
46 |
| - "extra": { |
47 |
| - "laravel": { |
48 |
| - "providers": [ |
49 |
| - "QCod\\AppSettings\\AppSettingsServiceProvider" |
50 |
| - ], |
51 |
| - "aliases": { |
52 |
| - "AppSettings": "QCod\\AppSettings\\Facade" |
53 |
| - } |
| 28 | + "require-dev": { |
| 29 | + "orchestra/testbench": "4.*|5.*|6.*|^8.0", |
| 30 | + "mockery/mockery": "^0.9.4 || ~1.0", |
| 31 | + "phpunit/phpunit": "^8.5|^9.5.10" |
| 32 | + }, |
| 33 | + "autoload": { |
| 34 | + "psr-4": { |
| 35 | + "QCod\\AppSettings\\": "src/" |
| 36 | + }, |
| 37 | + "files": [ |
| 38 | + "src/helpers.php" |
| 39 | + ] |
| 40 | + }, |
| 41 | + "autoload-dev": { |
| 42 | + "psr-4": { |
| 43 | + "QCod\\AppSettings\\Tests\\": "tests/" |
| 44 | + } |
| 45 | + }, |
| 46 | + "extra": { |
| 47 | + "laravel": { |
| 48 | + "providers": [ |
| 49 | + "QCod\\AppSettings\\AppSettingsServiceProvider" |
| 50 | + ], |
| 51 | + "aliases": { |
| 52 | + "AppSettings": "QCod\\AppSettings\\Facade" |
| 53 | + } |
| 54 | + } |
| 55 | + }, |
| 56 | + "scripts": { |
| 57 | + "test": "vendor/bin/phpunit" |
54 | 58 | }
|
55 |
| - }, |
56 |
| - "scripts": { |
57 |
| - "test": "vendor/bin/phpunit" |
58 |
| - } |
59 | 59 | }
|
0 commit comments