Skip to content

Commit

Permalink
v3.0.21 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed Feb 22, 2024
1 parent f04a0fc commit 1777e06
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 51 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"symfony/framework-bundle": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/yaml": "6.4.*",
"wirdesign-communication-ag/wirhub": "^3.0.20"
"wirdesign-communication-ag/wirhub": "v3.0.21.x-dev"
},
"scripts": {
"auto-scripts": {
Expand Down
99 changes: 50 additions & 49 deletions composer.lock

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

1 change: 1 addition & 0 deletions config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ doctrine:
auto_mapping: true
mappings:
App:
type: attribute
is_bundle: false
dir: '%kernel.project_dir%/src/Entity'
prefix: 'App\Entity'
Expand Down
2 changes: 1 addition & 1 deletion config/packages/wirhub_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ doctrine:
MATCH_AGAINST: AppBundle\Domain\Doctrine\MatchAgainst
mappings:
AppBundle:
type: 'attribute'
type: attribute
dir: '%kernel.project_dir%/vendor/wirdesign-communication-ag/wirhub/Entity'
prefix: AppBundle\Entity
GedmoLoggable:
Expand Down

0 comments on commit 1777e06

Please sign in to comment.