Skip to content

Commit df59f35

Browse files
committed
Replace autoload-dev path with require-dev dependency
Instead of mapping platform tests namespace in autoload-dev, add symfony/ai-platform to require-dev for accessing test fixtures.
1 parent 7af9213 commit df59f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agent/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"phpstan/phpstan": "^2.1",
4141
"phpstan/phpstan-strict-rules": "^2.0",
4242
"phpunit/phpunit": "^11.5.46",
43+
"symfony/ai-platform": "@dev",
4344
"symfony/ai-store": "@dev",
4445
"symfony/event-dispatcher": "^7.3|^8.0",
4546
"symfony/translation": "^7.3|^8.0",
@@ -55,8 +56,7 @@
5556
"psr-4": {
5657
"Symfony\\AI\\Agent\\Tests\\": "tests/",
5758
"Symfony\\AI\\Fixtures\\": "../../fixtures",
58-
"Symfony\\AI\\PHPStan\\": "../../.phpstan/",
59-
"Symfony\\AI\\Platform\\Tests\\": "../platform/tests/"
59+
"Symfony\\AI\\PHPStan\\": "../../.phpstan/"
6060
}
6161
},
6262
"config": {

0 commit comments

Comments
 (0)