|
10 | 10 | "license": "MIT",
|
11 | 11 | "require": {
|
12 | 12 | "php": "^7.4|^8.0",
|
| 13 | + "barryvdh/laravel-debugbar": "^3.6", |
13 | 14 | "bepsvpt/secure-headers": "^7.1",
|
14 | 15 | "fideloper/proxy": "^4.0",
|
15 | 16 | "fruitcake/laravel-cors": "^2.0",
|
|
20 | 21 | "grafite/mission-control-laravel": "^2.0",
|
21 | 22 | "guzzlehttp/guzzle": "^7.2",
|
22 | 23 | "intervention/image": "^2.5",
|
23 |
| - "laravel/cashier": "^12.0", |
| 24 | + "laravel/cashier": "^13.0", |
24 | 25 | "laravel/framework": "^8.0",
|
25 | 26 | "laravel/helpers": "^1.1",
|
26 | 27 | "laravel/sanctum": "^2.6",
|
|
38 | 39 | "brianium/paratest": "^6.1",
|
39 | 40 | "facade/ignition": "^2.0",
|
40 | 41 | "fakerphp/faker": "^1.10",
|
41 |
| - "friendsofphp/php-cs-fixer": "^2.16", |
42 |
| - "itsgoingd/clockwork": "^5.0", |
| 42 | + "friendsofphp/php-cs-fixer": "^3.0", |
43 | 43 | "laravel/dusk": "^6.0",
|
44 | 44 | "mockery/mockery": "^1.3",
|
45 | 45 | "nunomaduro/collision": "^5.3",
|
46 | 46 | "nunomaduro/larastan": "^0.6.13",
|
| 47 | + "nunomaduro/phpinsights": "^2.0", |
47 | 48 | "phpunit/phpunit": "^9.3.3"
|
48 | 49 | },
|
49 | 50 | "config": {
|
|
89 | 90 | "check-style": "vendor/bin/php-cs-fixer fix --dry-run",
|
90 | 91 | "fix-style": "vendor/bin/php-cs-fixer fix",
|
91 | 92 | "analyse": "vendor/bin/phpstan analyse",
|
| 93 | + "insights": "vendor/bin/phpinsights", |
92 | 94 | "test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover clover.xml && php coverage-checker.php clover.xml 50",
|
93 | 95 | "test-debug": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-html test-html"
|
94 | 96 | }
|
|
0 commit comments