Skip to content

Commit

Permalink
Merge pull request #2040 from ergebnis/dependabot/composer/symfony/ro…
Browse files Browse the repository at this point in the history
…uting-7.0.1

composer(deps): bump symfony/routing from 6.4.0 to 7.0.1
  • Loading branch information
localheinz committed Dec 21, 2023
2 parents 60e7dac + 31a6623 commit 126594f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -38,7 +38,7 @@
"symfony/flex": "^2.4.1",
"symfony/framework-bundle": "^6.4.0",
"symfony/http-kernel": "^6.4.0",
"symfony/routing": "^6.4.0",
"symfony/routing": "^7.0.1",
"symfony/runtime": "^6.4.0",
"symfony/yaml": "^6.4.0"
},
Expand Down
34 changes: 16 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -14,6 +14,6 @@
use Symfony\Component\Routing;

return static function (Routing\Loader\Configurator\RoutingConfigurator $routingConfigurator): void {
$routingConfigurator->import('../../src/Controller/', 'annotation');
$routingConfigurator->import('../../src/Kernel.php', 'annotation');
$routingConfigurator->import('../../src/Controller/', 'attribute');
$routingConfigurator->import('../../src/Kernel.php', 'attribute');
};

0 comments on commit 126594f

Please sign in to comment.