|
1 | 1 | {
|
2 |
| - "name": "laravel-ready/model-support", |
3 |
| - "description": "Useful model support traits", |
4 |
| - "type": "library", |
5 |
| - "license": "MIT", |
6 |
| - "keywords": [ |
7 |
| - "model", |
8 |
| - "trait", |
9 |
| - "laravel", |
10 |
| - "support", |
11 |
| - "model support" |
12 |
| - ], |
13 |
| - "authors": [ |
14 |
| - { |
15 |
| - "name": "Egoist", |
16 |
| - |
17 |
| - } |
18 |
| - ], |
19 |
| - "support": { |
20 |
| - "issues": "https://github.com/laravel-ready/model-support/issues", |
21 |
| - "source": "https://github.com/laravel-ready/model-support" |
22 |
| - }, |
23 |
| - "require": { |
24 |
| - "php": "^8.1", |
25 |
| - "illuminate/support": "^10.0" |
26 |
| - }, |
27 |
| - "require-dev": { |
28 |
| - "mockery/mockery": "^1.5", |
29 |
| - "orchestra/testbench": "^8.0", |
30 |
| - "phpstan/phpstan": "^1.10", |
31 |
| - "phpstan/phpstan-phpunit": "^1.3", |
32 |
| - "phpstan/phpstan-deprecation-rules": "^1.1", |
33 |
| - "phpstan/extension-installer": "^1.2", |
34 |
| - "nunomaduro/larastan": "^2.5", |
35 |
| - "pestphp/pest": "^1.22", |
36 |
| - "pestphp/pest-plugin-laravel": "^1.4", |
37 |
| - "pestphp/pest-plugin-parallel": "^1.2" |
38 |
| - }, |
39 |
| - "autoload": { |
40 |
| - "psr-4": { |
41 |
| - "LaravelReady\\ModelSupport\\": "src/" |
42 |
| - } |
43 |
| - }, |
44 |
| - "autoload-dev": { |
45 |
| - "psr-4": { |
46 |
| - "Tests\\": "tests" |
47 |
| - } |
48 |
| - }, |
49 |
| - "config": { |
50 |
| - "preferred-install": "dist", |
51 |
| - "sort-packages": true, |
52 |
| - "allow-plugins": { |
53 |
| - "pestphp/pest-plugin": true, |
54 |
| - "phpstan/extension-installer": true |
55 |
| - } |
56 |
| - }, |
57 |
| - "scripts": { |
58 |
| - "lint": "php-cs-fixer fix -v", |
59 |
| - "test:coverage": "@test --coverage-php ./coverage/cov/default.cov", |
60 |
| - "test:coverage:html": "@test --coverage-html coverage/html/default", |
61 |
| - "test": "vendor/bin/pest --colors=always --parallel", |
62 |
| - "test:lint": "php-cs-fixer fix -v --dry-run", |
63 |
| - "test:styles": "vendor/bin/phpstan analyse --ansi", |
64 |
| - "test:styles:pro": "vendor/bin/phpstan analyse --pro --fix --watch" |
65 |
| - }, |
66 |
| - "extra": { |
67 |
| - "laravel": { |
68 |
| - "providers": [ |
69 |
| - "LaravelReady\\ModelSupport\\ServiceProvider" |
70 |
| - ] |
71 |
| - } |
72 |
| - }, |
73 |
| - "minimum-stability": "stable", |
74 |
| - "prefer-stable": true |
| 2 | + "name": "laravel-ready/model-support", |
| 3 | + "description": "Useful model support traits", |
| 4 | + "type": "library", |
| 5 | + "license": "MIT", |
| 6 | + "keywords": [ |
| 7 | + "model", |
| 8 | + "trait", |
| 9 | + "laravel", |
| 10 | + "support", |
| 11 | + "model support" |
| 12 | + ], |
| 13 | + "authors": [ |
| 14 | + { |
| 15 | + "name": "Egoist", |
| 16 | + |
| 17 | + } |
| 18 | + ], |
| 19 | + "support": { |
| 20 | + "issues": "https://github.com/laravel-ready/model-support/issues", |
| 21 | + "source": "https://github.com/laravel-ready/model-support" |
| 22 | + }, |
| 23 | + "require": { |
| 24 | + "php": "^8.2 || ^8.1", |
| 25 | + "illuminate/support": "^11.8 || ^10.0" |
| 26 | + }, |
| 27 | + "require-dev": { |
| 28 | + "mockery/mockery": "^1.6.12", |
| 29 | + "orchestra/testbench": "v9.1.0", |
| 30 | + "phpstan/phpstan": "^1.11.2", |
| 31 | + "phpstan/phpstan-phpunit": "^1.4.0", |
| 32 | + "phpstan/phpstan-deprecation-rules": "^1.2.0", |
| 33 | + "phpstan/extension-installer": "^1.3.1", |
| 34 | + "nunomaduro/larastan": "^v2.9.6" |
| 35 | + }, |
| 36 | + "autoload": { |
| 37 | + "psr-4": { |
| 38 | + "LaravelReady\\ModelSupport\\": "src/" |
| 39 | + } |
| 40 | + }, |
| 41 | + "autoload-dev": { |
| 42 | + "psr-4": { |
| 43 | + "Tests\\": "tests" |
| 44 | + } |
| 45 | + }, |
| 46 | + "config": { |
| 47 | + "preferred-install": "dist", |
| 48 | + "sort-packages": true, |
| 49 | + "allow-plugins": { |
| 50 | + "pestphp/pest-plugin": true, |
| 51 | + "phpstan/extension-installer": true |
| 52 | + } |
| 53 | + }, |
| 54 | + "scripts": { |
| 55 | + "lint": "php-cs-fixer fix -v", |
| 56 | + "test:coverage": "@test --coverage-php ./coverage/cov/default.cov", |
| 57 | + "test:coverage:html": "@test --coverage-html coverage/html/default", |
| 58 | + "test": "vendor/bin/pest --colors=always --parallel", |
| 59 | + "test:lint": "php-cs-fixer fix -v --dry-run", |
| 60 | + "test:styles": "vendor/bin/phpstan analyse --ansi", |
| 61 | + "test:styles:pro": "vendor/bin/phpstan analyse --pro --fix --watch" |
| 62 | + }, |
| 63 | + "extra": { |
| 64 | + "laravel": { |
| 65 | + "providers": [ |
| 66 | + "LaravelReady\\ModelSupport\\ServiceProvider" |
| 67 | + ] |
| 68 | + } |
| 69 | + }, |
| 70 | + "minimum-stability": "stable", |
| 71 | + "prefer-stable": true |
75 | 72 | }
|
0 commit comments