Skip to content

Commit ca38bb9

Browse files
committed
Allow symfony/process ^7.0 and bump version to 1.7.14
1 parent 6f457bc commit ca38bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kargnas/laravel-ai-translator",
3-
"version": "1.7.13",
3+
"version": "1.7.14",
44
"description": "AI-powered translation tool for Laravel language files",
55
"keywords": [
66
"kargnas",
@@ -29,7 +29,7 @@
2929
"guzzlehttp/promises": "^2.0",
3030
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
3131
"openai-php/client": "^0.10.3",
32-
"symfony/process": "^6.0"
32+
"symfony/process": "^6.0|^7.0"
3333
},
3434
"require-dev": {
3535
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)