|
6 | 6 | "license": "AGPL-3.0", |
7 | 7 | "version": "1.8.0-beta", |
8 | 8 | "require": { |
9 | | - "php": "^8.2", |
| 9 | + "php": "^8.3", |
10 | 10 | "ext-intl": "*", |
11 | 11 | "ext-xmlwriter": "*", |
12 | 12 | "barryvdh/laravel-dompdf": "^3.0", |
|
15 | 15 | "ezyang/htmlpurifier": "^4.17", |
16 | 16 | "guzzlehttp/guzzle": "^7.2", |
17 | 17 | "lab404/laravel-impersonate": "^1.7", |
18 | | - "laravel/framework": "^12.0", |
| 18 | + "laravel/framework": "^13.0", |
19 | 19 | "laravel/sanctum": "^4.0", |
20 | | - "laravel/tinker": "^2.8", |
| 20 | + "laravel/tinker": "^3.0", |
21 | 21 | "laravel/vapor-core": "^2.37", |
22 | 22 | "league/flysystem-aws-s3-v3": "^3.0", |
23 | 23 | "liquid/liquid": "^1.4", |
|
36 | 36 | "ext-imagick": "Required for image dimension extraction and LQIP generation" |
37 | 37 | }, |
38 | 38 | "require-dev": { |
39 | | - "druc/laravel-langscanner": "dev-l12-compatibility", |
| 39 | + "druc/laravel-langscanner": "dev-l13-compatibility", |
40 | 40 | "fakerphp/faker": "^1.9.1", |
41 | 41 | "gettext/gettext": "^5.7", |
42 | 42 | "laravel/pint": "^1.0", |
43 | 43 | "laravel/sail": "^1.22", |
44 | 44 | "mockery/mockery": "^1.4.4", |
45 | 45 | "nunomaduro/collision": "^8.1", |
46 | | - "phpunit/phpunit": "^11.0", |
| 46 | + "phpunit/phpunit": "^12.0", |
47 | 47 | "spatie/laravel-ignition": "^2.0" |
48 | 48 | }, |
49 | 49 | "autoload": { |
|
82 | 82 | "optimize-autoloader": true, |
83 | 83 | "preferred-install": "dist", |
84 | 84 | "sort-packages": true, |
| 85 | + "platform": { |
| 86 | + "php": "8.3.0" |
| 87 | + }, |
85 | 88 | "allow-plugins": { |
86 | 89 | "pestphp/pest-plugin": true, |
87 | 90 | "php-http/discovery": true |
|
0 commit comments