Skip to content

Commit

Permalink
fix(autoload): add frankenphp runtime and fixed react source path
Browse files Browse the repository at this point in the history
  • Loading branch information
phramz committed Jan 19, 2024
1 parent 995f141 commit 189500d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@
"autoload": {
"psr-4": {
"Runtime\\Bref\\": "src/bref/src",
"Runtime\\FrankenPhpSymfony\\": "src/frankenphp-symfony/src",
"Runtime\\GoogleCloud\\": "src/google-cloud/src",
"Runtime\\Guzzle\\": "src/psr-guzzle/src",
"Runtime\\Laravel\\": "src/laravel/src",
"Runtime\\Psr17\\": "src/psr-17/src",
"Runtime\\PsrLaminas\\": "src/psr-laminas/src",
"Runtime\\PsrNyholmLaminas\\": "src/psr-nyholm-laminas/src",
"Runtime\\PsrNyholm\\": "src/psr-nyholm/src",
"Runtime\\React\\": "src/react/src",
"Runtime\\React\\": "src/reactphp/src",
"Runtime\\RoadRunnerNyholm\\": "src/roadrunner-nyholm/src",
"Runtime\\RoadRunnerSymfonyNyholm\\": "src/roadrunner-symfony-nyholm/src",
"Runtime\\SwooleNyholm\\": "src/swoole-nyholm/src",
Expand Down

0 comments on commit 189500d

Please sign in to comment.