Skip to content

Commit

Permalink
Merge pull request #2020 from nextcloud/dependabot/composer/stable30/…
Browse files Browse the repository at this point in the history
…symfony-3c0242c262

build(deps): Bump the symfony group across 1 directory with 7 updates
  • Loading branch information
nickvergessen authored Jan 27, 2025
2 parents 87a74dc + eef924f commit 3f3b4f1
Show file tree
Hide file tree
Showing 51 changed files with 1,013 additions and 647 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"sabre/dav": "^4.4.0",
"scssphp/scssphp": "^1.12",
"stecman/symfony-console-completion": "^0.13.0",
"symfony/console": "^6.4.12",
"symfony/event-dispatcher": "^6.4.8",
"symfony/http-foundation": "^6.4.12",
"symfony/mailer": "^6.4.12",
"symfony/console": "^6.4.17",
"symfony/event-dispatcher": "^6.4.13",
"symfony/http-foundation": "^6.4.16",
"symfony/mailer": "^6.4.13",
"symfony/polyfill-intl-grapheme": "^1.31.0",
"symfony/polyfill-intl-normalizer": "^1.31.0",
"symfony/process": "^6.4.12",
"symfony/routing": "^6.4.12",
"symfony/translation": "^6.4.12",
"symfony/process": "^6.4.15",
"symfony/routing": "^6.4.16",
"symfony/translation": "^6.4.13",
"wapmorgan/mp3info": "^0.1.0",
"web-auth/webauthn-lib": "^4.9.1"
},
Expand Down
299 changes: 149 additions & 150 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3620,7 +3620,9 @@
'Symfony\\Contracts\\Service\\Attribute\\Required' => $vendorDir . '/symfony/service-contracts/Attribute/Required.php',
'Symfony\\Contracts\\Service\\Attribute\\SubscribedService' => $vendorDir . '/symfony/service-contracts/Attribute/SubscribedService.php',
'Symfony\\Contracts\\Service\\ResetInterface' => $vendorDir . '/symfony/service-contracts/ResetInterface.php',
'Symfony\\Contracts\\Service\\ServiceCollectionInterface' => $vendorDir . '/symfony/service-contracts/ServiceCollectionInterface.php',
'Symfony\\Contracts\\Service\\ServiceLocatorTrait' => $vendorDir . '/symfony/service-contracts/ServiceLocatorTrait.php',
'Symfony\\Contracts\\Service\\ServiceMethodsSubscriberTrait' => $vendorDir . '/symfony/service-contracts/ServiceMethodsSubscriberTrait.php',
'Symfony\\Contracts\\Service\\ServiceProviderInterface' => $vendorDir . '/symfony/service-contracts/ServiceProviderInterface.php',
'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => $vendorDir . '/symfony/service-contracts/ServiceSubscriberInterface.php',
'Symfony\\Contracts\\Service\\ServiceSubscriberTrait' => $vendorDir . '/symfony/service-contracts/ServiceSubscriberTrait.php',
Expand Down
2 changes: 2 additions & 0 deletions composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4153,7 +4153,9 @@ class ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652
'Symfony\\Contracts\\Service\\Attribute\\Required' => __DIR__ . '/..' . '/symfony/service-contracts/Attribute/Required.php',
'Symfony\\Contracts\\Service\\Attribute\\SubscribedService' => __DIR__ . '/..' . '/symfony/service-contracts/Attribute/SubscribedService.php',
'Symfony\\Contracts\\Service\\ResetInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ResetInterface.php',
'Symfony\\Contracts\\Service\\ServiceCollectionInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceCollectionInterface.php',
'Symfony\\Contracts\\Service\\ServiceLocatorTrait' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceLocatorTrait.php',
'Symfony\\Contracts\\Service\\ServiceMethodsSubscriberTrait' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceMethodsSubscriberTrait.php',
'Symfony\\Contracts\\Service\\ServiceProviderInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceProviderInterface.php',
'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceSubscriberInterface.php',
'Symfony\\Contracts\\Service\\ServiceSubscriberTrait' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceSubscriberTrait.php',
Expand Down
Loading

0 comments on commit 3f3b4f1

Please sign in to comment.