Skip to content

Commit

Permalink
upgrading routing recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 14, 2023
1 parent 9fd0883 commit 5fb01c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion config/routes.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
controllers:
resource: ../src/Controller/
resource:
path: ../src/Controller/
namespace: App\Controller
type: attribute
6 changes: 3 additions & 3 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,12 @@
"version": "v1.24.0"
},
"symfony/routing": {
"version": "6.1",
"version": "6.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.1",
"ref": "a44010c0d06989bd4f154aa07d2542d47caf5b83"
"version": "6.2",
"ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6"
},
"files": [
"config/packages/routing.yaml",
Expand Down

0 comments on commit 5fb01c3

Please sign in to comment.