|
9 | 9 | "ext-pdo": "*", |
10 | 10 | "deployer/deployer": "^7.4", |
11 | 11 | "guzzlehttp/guzzle": "^7.8", |
12 | | - "laravel/framework": "^10.48", |
| 12 | + "laravel/framework": "^v11.8", |
13 | 13 | "laravel/tinker": "^2.9", |
14 | 14 | "sentry/sentry-laravel": "^4.5", |
15 | 15 | "spatie/laravel-fractal": "^6.2", |
16 | 16 | "spatie/laravel-query-builder": "^5.8", |
17 | 17 | "spatie/laravel-route-attributes": "^1.22", |
18 | | - "wayofdev/laravel-open-docs": "^2.0" |
| 18 | + "wayofdev/laravel-open-docs": "^2.1" |
19 | 19 | }, |
20 | 20 | "require-dev": { |
21 | 21 | "ergebnis/composer-normalize": "^2.42", |
22 | 22 | "fakerphp/faker": "^1.23", |
23 | 23 | "mockery/mockery": "^1.6", |
24 | | - "nunomaduro/collision": "^7.10", |
| 24 | + "nunomaduro/collision": "^v8.1", |
25 | 25 | "larastan/larastan": "^2.9", |
26 | 26 | "pestphp/pest-plugin-laravel": "^2.4", |
27 | 27 | "phpstan/extension-installer": "^1.3", |
28 | 28 | "phpstan/phpstan-deprecation-rules": "^1.2", |
29 | 29 | "phpunit/phpunit": "^10.5", |
30 | | - "roave/security-advisories": "dev-latest", |
31 | 30 | "spatie/laravel-ignition": "^2.7", |
32 | 31 | "wayofdev/cs-fixer-config": "^1.4" |
33 | 32 | }, |
|
64 | 63 | "test": "php vendor/bin/pest", |
65 | 64 | "test:cc": "XDEBUG_MODE=coverage php vendor/bin/pest --coverage-clover coverage.xml", |
66 | 65 | "stan": "php vendor/bin/phpstan analyse --memory-limit=2G", |
| 66 | + "stan:baseline": "php vendor/bin/phpstan analyse --generate-baseline --memory-limit=2G --allow-empty-baseline", |
67 | 67 | "deptrac": "php vendor/bin/deptrac analyse --config-file=deptrac.yaml -v --cache-file=.build/.deptrac.cache", |
68 | 68 | "deptrac:ci": "php vendor/bin/deptrac analyse --config-file=deptrac.yaml -v --cache-file=.build/.deptrac.cache --formatter github-actions", |
69 | 69 | "deptrac:gv": "php vendor/bin/deptrac analyse --config-file=deptrac.yaml -v --cache-file=.build/.deptrac.cache --formatter graphviz-image --output ../assets/deptrac.svg" |
|
0 commit comments