Skip to content

Commit 0bb2a55

Browse files
committed
Update composer packages
1 parent 430dafd commit 0bb2a55

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"type": "library",
55
"license": "AGPL-3.0-only",
66
"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",
1313
"butschster/meta-tags": "^3.0",
14-
"kargnas/laravel-ai-translator": "*",
14+
"kargnas/laravel-ai-translator": ">=1.7",
1515
"spatie/laravel-sitemap": "^7.0",
1616
"opgginc/codezero-laravel-localized-routes": "^5.1",
1717
"annexare/countries-list": "^3.1",
@@ -28,9 +28,9 @@
2828
}
2929
},
3030
"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"
3434
},
3535
"extra": {
3636
"laravel": {

0 commit comments

Comments
 (0)