Skip to content

Commit

Permalink
fixup! added Sonata generated administration with few basic functiona…
Browse files Browse the repository at this point in the history
…lities
  • Loading branch information
TomasLudvik committed May 23, 2024
1 parent d855c44 commit df89c52
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"patches": {
"composer-exit-on-patch-failure": true,
"twig/twig": {
"Hotfix for issue https://github.com/sonata-project/SonataAdminBundle/issues/8181": "packages/administration/src/Twig/sonata.patch"
"Hotfix for issue https://github.com/sonata-project/SonataAdminBundle/issues/8181": "project-base/app/src/Twig/sonata.patch"
}
}
},
Expand Down
9 changes: 0 additions & 9 deletions packages/administration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,4 @@
"cweagans/composer-patches": true
}
},
"extra": {
"enable-patching": true,
"patches": {
"composer-exit-on-patch-failure": true,
"twig/twig": {
"Hotfix for issue https://github.com/sonata-project/SonataAdminBundle/issues/8181": "packages/administration/src/Twig/sonata.patch"
}
}
}
}
8 changes: 7 additions & 1 deletion project-base/app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@
"require": "^5.4",
"docker": false
},
"enable-patching": true
"enable-patching": true,
"patches": {
"composer-exit-on-patch-failure": true,
"twig/twig": {
"Hotfix for issue https://github.com/sonata-project/SonataAdminBundle/issues/8181": "src/Twig/sonata.patch"
}
}
}
}
File renamed without changes.

0 comments on commit df89c52

Please sign in to comment.