Skip to content

Commit 491435e

Browse files
committed
fix(autoload): add frankenphp runtime and fixed react source path
1 parent 995f141 commit 491435e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"Runtime\\PsrLaminas\\": "src/psr-laminas/src",
4646
"Runtime\\PsrNyholmLaminas\\": "src/psr-nyholm-laminas/src",
4747
"Runtime\\PsrNyholm\\": "src/psr-nyholm/src",
48-
"Runtime\\React\\": "src/react/src",
48+
"Runtime\\React\\": "src/reactphp/src",
49+
"Runtime\\FrankenPhpSymfony\\": "src/frankenphp-symfony/src",
4950
"Runtime\\RoadRunnerNyholm\\": "src/roadrunner-nyholm/src",
5051
"Runtime\\RoadRunnerSymfonyNyholm\\": "src/roadrunner-symfony-nyholm/src",
5152
"Runtime\\SwooleNyholm\\": "src/swoole-nyholm/src",

0 commit comments

Comments
 (0)