|
16 | 16 | "guzzlehttp/guzzle": "^6.3 || ^7.0", |
17 | 17 | "inertiajs/inertia-laravel": "^2.0", |
18 | 18 | "james-heinrich/getid3": "^1.9.21", |
19 | | - "laravel/framework": "^12.40.0", |
| 19 | + "laravel/framework": "^12.40.0 || ^13.0", |
20 | 20 | "laravel/prompts": "^0.3.0", |
21 | 21 | "league/commonmark": "^2.2", |
22 | 22 | "league/csv": "^9.0", |
|
26 | 26 | "nesbot/carbon": "^3.0", |
27 | 27 | "pixelfear/composer-dist-plugin": "^0.1.4", |
28 | 28 | "pragmarx/google2fa": "^8.0 || ^9.0", |
29 | | - "rebing/graphql-laravel": "^9.8", |
| 29 | + "rebing/graphql-laravel": "^9.15", |
30 | 30 | "rhukster/dom-sanitizer": "^1.0.7", |
31 | 31 | "spatie/blink": "^1.3", |
32 | 32 | "spatie/error-solutions": "^1.0 || ^2.0", |
33 | 33 | "statamic/stringy": "^3.1.2", |
34 | | - "stillat/blade-parser": "^2.0", |
35 | | - "symfony/http-foundation": "^7.3.7", |
36 | | - "symfony/lock": "^7.0.3", |
37 | | - "symfony/var-exporter": "^7.0.3", |
38 | | - "symfony/yaml": "^7.0.3", |
| 34 | + "stillat/blade-parser": "^2.1", |
| 35 | + "symfony/http-foundation": "^7.3.7 || ^8.0", |
| 36 | + "symfony/lock": "^7.0.3 || ^8.0", |
| 37 | + "symfony/var-exporter": "^7.0.3 || ^8.0", |
| 38 | + "symfony/yaml": "^7.0.3 || ^8.0", |
39 | 39 | "ueberdosis/tiptap-php": "^2.0", |
40 | 40 | "voku/portable-ascii": "^2.0.2", |
41 | 41 | "web-auth/webauthn-lib": "~5.2.0", |
|
48 | 48 | "google/cloud-translate": "^1.6", |
49 | 49 | "laravel/pint": "1.16.0", |
50 | 50 | "mockery/mockery": "^1.6.10", |
51 | | - "orchestra/testbench": "^10.8", |
| 51 | + "orchestra/testbench": "^10.8 || ^11.0", |
52 | 52 | "phpunit/phpunit": "^11.5.3", |
53 | | - "spatie/laravel-ray": "^1.42" |
| 53 | + "spatie/laravel-ray": "^1.43.6" |
54 | 54 | }, |
55 | 55 | "conflict": { |
56 | 56 | "algolia/algoliasearch-client-php": "<4.32" |
|
118 | 118 | "Foo\\Bar\\": "tests/Fixtures/Addon", |
119 | 119 | "App\\": "tests/Fixtures/App/" |
120 | 120 | } |
121 | | - } |
| 121 | + }, |
| 122 | + "minimum-stability": "dev", |
| 123 | + "prefer-stable": true |
122 | 124 | } |
0 commit comments