|
1 | 1 | {
|
2 |
| - "name":"akaunting/laravel-money", |
3 |
| - "description":"Currency formatting and conversion package for Laravel", |
4 |
| - "keywords":[ |
| 2 | + "name": "akaunting/laravel-money", |
| 3 | + "description": "Currency formatting and conversion package for Laravel", |
| 4 | + "keywords": [ |
5 | 5 | "laravel",
|
6 | 6 | "money",
|
7 | 7 | "currency",
|
8 | 8 | "format",
|
9 | 9 | "convert"
|
10 | 10 | ],
|
11 |
| - "license":"MIT", |
12 |
| - "authors":[ |
| 11 | + "license": "MIT", |
| 12 | + "authors": [ |
13 | 13 | {
|
14 |
| - "name":"Denis Duliçi", |
15 |
| - |
16 |
| - "homepage":"https://akaunting.com", |
17 |
| - "role":"Developer" |
| 14 | + "name": "Denis Duliçi", |
| 15 | + |
| 16 | + "homepage": "https://akaunting.com", |
| 17 | + "role": "Developer" |
18 | 18 | }
|
19 | 19 | ],
|
20 |
| - "require":{ |
| 20 | + "require": { |
21 | 21 | "php": "^8.0",
|
22 |
| - "illuminate/contracts": "^8.67|^9.0|^10.0", |
23 |
| - "illuminate/support": "^8.67|^9.0|^10.0", |
24 |
| - "illuminate/validation": "^8.67|^9.0|^10.0", |
25 |
| - "illuminate/view": "^8.67|^9.0|^10.0", |
| 22 | + "illuminate/contracts": "^9.0|^10.0", |
| 23 | + "illuminate/support": "^9.0|^10.0", |
| 24 | + "illuminate/validation": "^9.0|^10.0", |
| 25 | + "illuminate/view": "^9.0|^10.0", |
26 | 26 | "vlucas/phpdotenv": "^5.4.1"
|
27 | 27 | },
|
28 |
| - "require-dev":{ |
29 |
| - "phpunit/phpunit":"^9.5", |
30 |
| - "orchestra/testbench": "^6.23|^7.4|^8.0", |
| 28 | + "require-dev": { |
| 29 | + "phpunit/phpunit": "^9.5", |
| 30 | + "orchestra/testbench": "^7.4|^8.0", |
31 | 31 | "vimeo/psalm": "^4.23"
|
32 | 32 | },
|
33 |
| - "autoload":{ |
34 |
| - "psr-4":{ |
| 33 | + "autoload": { |
| 34 | + "psr-4": { |
35 | 35 | "Akaunting\\Money\\": "src"
|
36 | 36 | },
|
37 |
| - "files":[ |
| 37 | + "files": [ |
38 | 38 | "src/helpers.php"
|
39 | 39 | ]
|
40 | 40 | },
|
41 | 41 | "autoload-dev": {
|
42 |
| - "psr-4": { |
43 |
| - "Akaunting\\Money\\Tests\\": "tests" |
44 |
| - } |
| 42 | + "psr-4": { |
| 43 | + "Akaunting\\Money\\Tests\\": "tests" |
| 44 | + } |
45 | 45 | },
|
46 |
| - "extra":{ |
47 |
| - "laravel":{ |
48 |
| - "providers":[ |
| 46 | + "extra": { |
| 47 | + "laravel": { |
| 48 | + "providers": [ |
49 | 49 | "Akaunting\\Money\\Provider"
|
50 | 50 | ]
|
51 | 51 | }
|
52 | 52 | },
|
53 | 53 | "scripts": {
|
54 |
| - "test": "vendor/bin/phpunit", |
55 |
| - "psalm": "vendor/bin/psalm" |
| 54 | + "test": "vendor/bin/phpunit", |
| 55 | + "psalm": "vendor/bin/psalm" |
56 | 56 | },
|
57 |
| - "minimum-stability": "dev", |
58 | 57 | "config": {
|
59 | 58 | "allow-plugins": {
|
60 | 59 | "composer/package-versions-deprecated": true
|
61 | 60 | }
|
62 |
| - } |
| 61 | + }, |
| 62 | + "minimum-stability": "dev", |
| 63 | + "prefer-stable": true |
63 | 64 | }
|
0 commit comments