Skip to content

Commit 189500d

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

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
@@ -38,14 +38,15 @@
3838
"autoload": {
3939
"psr-4": {
4040
"Runtime\\Bref\\": "src/bref/src",
41+
"Runtime\\FrankenPhpSymfony\\": "src/frankenphp-symfony/src",
4142
"Runtime\\GoogleCloud\\": "src/google-cloud/src",
4243
"Runtime\\Guzzle\\": "src/psr-guzzle/src",
4344
"Runtime\\Laravel\\": "src/laravel/src",
4445
"Runtime\\Psr17\\": "src/psr-17/src",
4546
"Runtime\\PsrLaminas\\": "src/psr-laminas/src",
4647
"Runtime\\PsrNyholmLaminas\\": "src/psr-nyholm-laminas/src",
4748
"Runtime\\PsrNyholm\\": "src/psr-nyholm/src",
48-
"Runtime\\React\\": "src/react/src",
49+
"Runtime\\React\\": "src/reactphp/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)