Skip to content

Commit

Permalink
Update composer normalize output
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Oct 26, 2023
1 parent fdd25e1 commit 9a93709
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"autoload": {
"psr-4": {
"Runtime\\Bref\\": "src/bref/src",
"Runtime\\Guzzle\\": "src/psr-guzzle/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\\PsrNyholm\\": "src/psr-nyholm/src",
"Runtime\\PsrNyholmLaminas\\": "src/psr-nyholm-laminas/src",
"Runtime\\PsrNyholm\\": "src/psr-nyholm/src",
"Runtime\\React\\": "src/react/src",
"Runtime\\RoadRunnerNyholm\\": "src/roadrunner-nyholm/src",
"Runtime\\RoadRunnerSymfonyNyholm\\": "src/roadrunner-symfony-nyholm/src",
"Runtime\\Swoole\\": "src/swoole/src",
"Runtime\\SwooleNyholm\\": "src/swoole-nyholm/src"
"Runtime\\SwooleNyholm\\": "src/swoole-nyholm/src",
"Runtime\\Swoole\\": "src/swoole/src"
}
},
"autoload-dev": {
Expand Down
8 changes: 4 additions & 4 deletions src/google-cloud/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"prefer-stable": true,
"autoload": {
"psr-4": {
"Google\\CloudFunctions\\": "google/",
"Runtime\\GoogleCloud\\": "src/",
"Symfony\\Runtime\\Google\\CloudFunctions\\": "runtime/",
"Google\\CloudFunctions\\": "google/"
"Symfony\\Runtime\\Google\\CloudFunctions\\": "runtime/"
}
},
"autoload-dev": {
"psr-4": {
"Runtime\\GoogleCloud\\Tests\\": "tests/runtime",
"Google\\CloudFunctions\\Tests\\": "tests/google/"
"Google\\CloudFunctions\\Tests\\": "tests/google/",
"Runtime\\GoogleCloud\\Tests\\": "tests/runtime"
}
},
"bin": [
Expand Down

0 comments on commit 9a93709

Please # to comment.