Skip to content

Commit 6c41cd2

Browse files
committed
bug #178 [Examples] Bump TransformersPHP lib to get rid off one setup error (chr-hertel)
This PR was merged into the main branch. Discussion ---------- [Examples] Bump TransformersPHP lib to get rid off one setup error | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | yes | Issues | | License | MIT Referring to CodeWithKyrian/transformers-php#88 Commits ------- 59d6858 Bump TransformersPHP lib to get rid off one setup error
2 parents 747bfa7 + 59d6858 commit 6c41cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"ext-pdo": "*",
88
"async-aws/bedrock-runtime": "^1.1",
9-
"codewithkyrian/transformers": "^0.5.3",
9+
"codewithkyrian/transformers": "^0.6.1",
1010
"doctrine/dbal": "^3.3|^4.0",
1111
"mrmysql/youtube-transcript": "^0.0.5",
1212
"php-http/discovery": "^1.20",
@@ -32,7 +32,7 @@
3232
},
3333
"config": {
3434
"allow-plugins": {
35-
"codewithkyrian/transformers-libsloader": true,
35+
"codewithkyrian/platform-package-installer": true,
3636
"php-http/discovery": true
3737
},
3838
"sort-packages": true

0 commit comments

Comments
 (0)