|
8 | 8 | "ext-mbstring": "*",
|
9 | 9 | "erusev/parsedown": "^1.7",
|
10 | 10 | "imagine/imagine": "^1.3",
|
11 |
| - "smalot/pdfparser": "^2.7", |
12 | 11 | "laravel/framework": "^10.19",
|
13 | 12 | "nette/utils": "^4.0",
|
14 | 13 | "spatie/laravel-markdown": "^2.4",
|
|
21 | 20 | "phpstan/extension-installer": "^1.3",
|
22 | 21 | "phpstan/phpstan": "^1.10",
|
23 | 22 | "phpstan/phpstan-webmozart-assert": "^1.2",
|
24 |
| - "phpunit/phpunit": "^10.3", |
| 23 | + "phpunit/phpunit": "^10.5", |
25 | 24 | "rector/rector": "dev-main",
|
26 | 25 | "symplify/easy-coding-standard": "^12.0",
|
27 | 26 | "symplify/phpstan-extensions": "^11.3",
|
28 |
| - "tomasvotruba/bladestan": "^0.4.1", |
29 |
| - "tomasvotruba/lines": "^0.5", |
30 |
| - "tomasvotruba/type-coverage": "^0.2", |
31 |
| - "tomasvotruba/unused-public": "^0.3" |
| 27 | + "tomasvotruba/bladestan": "^0.4.1" |
32 | 28 | },
|
33 | 29 | "autoload": {
|
34 | 30 | "psr-4": {
|
35 |
| - "App\\": ["app", "packages"] |
| 31 | + "App\\": "app" |
36 | 32 | },
|
37 | 33 | "files": [
|
38 | 34 | "app/functions.php"
|
|
0 commit comments