|
14 | 14 | "composer/semver": "^3.4", |
15 | 15 | "guzzlehttp/guzzle": "^6.3 || ^7.0", |
16 | 16 | "james-heinrich/getid3": "^1.9.21", |
17 | | - "laravel/framework": "^10.40 || ^11.34 || ^12.0", |
| 17 | + "laravel/framework": "^10.48.29 || ^11.44.1 || ^12.40.0", |
18 | 18 | "laravel/prompts": "^0.1.16 || ^0.2.0 || ^0.3.0", |
19 | 19 | "league/commonmark": "^2.2", |
20 | 20 | "league/csv": "^9.0", |
|
24 | 24 | "nesbot/carbon": "^2.62.1 || ^3.0", |
25 | 25 | "pixelfear/composer-dist-plugin": "^0.1.4", |
26 | 26 | "rebing/graphql-laravel": "^9.8", |
27 | | - "rhukster/dom-sanitizer": "^1.0.6", |
| 27 | + "rhukster/dom-sanitizer": "^1.0.7", |
28 | 28 | "spatie/blink": "^1.3", |
29 | | - "spatie/ignition": "^1.15.1", |
| 29 | + "spatie/error-solutions": "^1.0 || ^2.0", |
30 | 30 | "statamic/stringy": "^3.1.2", |
31 | 31 | "stillat/blade-parser": "^1.10.1 || ^2.0", |
32 | 32 | "symfony/lock": "^6.4", |
33 | 33 | "symfony/var-exporter": "^6.0", |
34 | 34 | "symfony/yaml": "^6.0 || ^7.0", |
35 | 35 | "ueberdosis/tiptap-php": "^1.4", |
36 | 36 | "voku/portable-ascii": "^2.0.2", |
37 | | - "wilderborn/partyline": "^1.0" |
| 37 | + "wilderborn/partyline": "^1.0", |
| 38 | + "symfony/http-foundation": "^6.4.29 || ^7.3.7", |
| 39 | + "symfony/process": "^6.4.14 || ^7.1.7" |
38 | 40 | }, |
39 | 41 | "require-dev": { |
40 | 42 | "doctrine/dbal": "^3.6", |
41 | 43 | "fakerphp/faker": "~1.10", |
42 | 44 | "google/cloud-translate": "^1.6", |
43 | 45 | "laravel/pint": "1.16.0", |
44 | 46 | "mockery/mockery": "^1.6.10", |
45 | | - "orchestra/testbench": "^8.14 || ^9.2 || ^10.0", |
| 47 | + "orchestra/testbench": "^8.36 || ^9.15 || ^10.8", |
46 | 48 | "phpunit/phpunit": "^10.5.35 || ^11.5.3", |
47 | | - "spatie/laravel-ray": "^1.37" |
| 49 | + "sebastian/recursion-context": "^5.0.1 || ^6.0.3", |
| 50 | + "spatie/laravel-ray": "^1.42" |
48 | 51 | }, |
49 | 52 | "config": { |
50 | 53 | "optimize-autoloader": true, |
|
83 | 86 | "src/helpers.php", |
84 | 87 | "src/namespaced_helpers.php", |
85 | 88 | "src/View/Blade/helpers.php" |
| 89 | + ], |
| 90 | + "exclude-from-classmap": [ |
| 91 | + "tests/Auth/Eloquent/__migrations__/**", |
| 92 | + "tests/StarterKits/__fixtures__/**", |
| 93 | + "tests/Translator/__fixtures__/**", |
| 94 | + "tests/Console/Kernel.php", |
| 95 | + "src/Console/Please/app-kernel.php" |
86 | 96 | ] |
87 | 97 | }, |
88 | 98 | "autoload-dev": { |
|
0 commit comments