Skip to content

Commit

Permalink
Revert "Update SF"
Browse files Browse the repository at this point in the history
This reverts commit c2e45a5.
  • Loading branch information
GDXbsv committed Jan 16, 2025
1 parent c2e45a5 commit 264210e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"description": "Integrate a common way for log handling.",
"type": "library",
"require": {
"php": ">=8.2",
"php": ">=8.1",
"monolog/monolog": "^2",
"open-telemetry/opentelemetry-logger-monolog": "^1.0"
},
"require-dev": {
"vimeo/psalm": "^5.26.1",
"illuminate/support": "^9.19",
"symfony/http-kernel": "^7.2",
"symfony/http-kernel": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/config": "^7.2",
"symfony/config": "^6.1",
"aws/aws-sdk-php": "^3.231",
"guzzlehttp/guzzle": "^7.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
final class SymfonyLoggingExtension extends ConfigurableExtension
{
protected function loadInternal(array $mergedConfig, ContainerBuilder $container): void
public function loadInternal(array $configs, ContainerBuilder $container)
{
$loader = new PhpFileLoader(
$container,
Expand Down

0 comments on commit 264210e

Please sign in to comment.