Skip to content

Commit

Permalink
Merge pull request #1708 from griidc/misc/remove-annotations
Browse files Browse the repository at this point in the history
Misc/remove annotations
  • Loading branch information
mickel1138 authored Dec 20, 2024
2 parents 17ca037 + 2ae66f3 commit 1677292
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
4 changes: 2 additions & 2 deletions config/packages/framework.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# see https://symfony.com/doc/current/reference/configuration/framework.html
framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true
annotations: false
http_method_override: false
handle_all_throwables: true

# Enables session support. Note that the session will ONLY be started if you read or write from it.
# Remove or comment this section to explicitly disable session support.
session:
handler_id: null
cookie_secure: auto
cookie_samesite: lax
storage_factory_id: session.storage.factory.native

#esi: true
#fragments: true
Expand Down
8 changes: 5 additions & 3 deletions config/routes.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#index:
# path: /
# controller: App\Controller\DefaultController::index
controllers:
resource:
path: ../src/Controller/
namespace: App\Controller
type: attribute
5 changes: 0 additions & 5 deletions config/routes/annotations.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,12 @@
"version": "v4.4.4"
},
"symfony/framework-bundle": {
"version": "5.4",
"version": "6.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.4",
"ref": "3cd216a4d007b78d8554d44a5b1c0a446dab24fb"
"version": "6.4",
"ref": "32126346f25e1cee607cc4aa6783d46034920554"
},
"files": [
"config/packages/cache.yaml",
Expand Down Expand Up @@ -550,12 +550,12 @@
"version": "v4.4.4"
},
"symfony/routing": {
"version": "5.4",
"version": "6.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.3",
"ref": "85de1d8ae45b284c3c84b668171d2615049e698f"
"version": "6.2",
"ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6"
},
"files": [
"config/packages/routing.yaml",
Expand Down

0 comments on commit 1677292

Please sign in to comment.