Skip to content

Commit 2dded97

Browse files
committed
Remove bridge-specific dependencies from platform require-dev
Move async-aws/bedrock-runtime, codewithkyrian/transformers, google/auth, symfony/ai-agent, and phpstan/phpstan-symfony to their respective bridge packages.
1 parent 3e6d7cf commit 2dded97

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/platform/composer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,8 @@
6161
"symfony/uid": "^7.3|^8.0"
6262
},
6363
"require-dev": {
64-
"async-aws/bedrock-runtime": "^0.1|^1.0",
65-
"codewithkyrian/transformers": "^0.6.2",
66-
"google/auth": "^1.47",
6764
"phpstan/phpstan": "^2.1.17",
6865
"phpstan/phpstan-strict-rules": "^2.0",
69-
"phpstan/phpstan-symfony": "^2.0.6",
7066
"phpunit/phpunit": "^11.5.46",
7167
"symfony/cache": "^7.3|^8.0",
7268
"symfony/console": "^7.3|^8.0",
@@ -90,10 +86,6 @@
9086
}
9187
},
9288
"config": {
93-
"allow-plugins": {
94-
"codewithkyrian/platform-package-installer": true,
95-
"codewithkyrian/transformers-libsloader": true
96-
},
9789
"sort-packages": true
9890
},
9991
"extra": {

0 commit comments

Comments
 (0)