|
4 | 4 | "type": "library", |
5 | 5 | "license": "AGPL-3.0-only", |
6 | 6 | "require": { |
7 | | - "php": "^8.3|^8.4", |
8 | | - "illuminate/config": "^11.0|^12.0", |
9 | | - "illuminate/support": "^11.0|^12.0", |
10 | | - "illuminate/contracts": "^11.0|^12.0", |
11 | | - "illuminate/console": "^11.0|^12.0", |
12 | | - "illuminate/http": "^11.0|^12.0", |
| 7 | + "php": ">=8.3", |
| 8 | + "illuminate/config": ">=11", |
| 9 | + "illuminate/support": ">=11", |
| 10 | + "illuminate/contracts": ">=11", |
| 11 | + "illuminate/console": ">=11", |
| 12 | + "illuminate/http": ">=11", |
13 | 13 | "butschster/meta-tags": "^3.0", |
14 | | - "kargnas/laravel-ai-translator": "*", |
| 14 | + "kargnas/laravel-ai-translator": ">=1.7", |
15 | 15 | "spatie/laravel-sitemap": "^7.0", |
16 | 16 | "opgginc/codezero-laravel-localized-routes": "^5.1", |
17 | 17 | "annexare/countries-list": "^3.1", |
|
28 | 28 | } |
29 | 29 | }, |
30 | 30 | "require-dev": { |
31 | | - "orchestra/testbench": "^8.0|^9.0", |
32 | | - "phpunit/phpunit": "^10.0|^11.0", |
33 | | - "pestphp/pest": "^3.8" |
| 31 | + "orchestra/testbench": ">=8", |
| 32 | + "phpunit/phpunit": ">=10", |
| 33 | + "pestphp/pest": ">=3" |
34 | 34 | }, |
35 | 35 | "extra": { |
36 | 36 | "laravel": { |
|
0 commit comments