Skip to content

Commit

Permalink
🍻 Cambiando admin base.
Browse files Browse the repository at this point in the history
  • Loading branch information
gerMdz committed Sep 3, 2023
1 parent 325cc51 commit 93f860b
Show file tree
Hide file tree
Showing 4,767 changed files with 1,922,932 additions and 176 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"symfony/flex": "^1.17.1",
"symfony/form": "^v5.4.0",
"symfony/framework-bundle": "^v5.4.0",
"symfony/http-client": "5.4.*",
"symfony/intl": "^5.4",
"symfony/mailer": "^5.4",
"symfony/polyfill-intl-messageformatter": "^1.12",
Expand All @@ -56,6 +57,7 @@
"symfony/validator": "^5.4",
"symfony/webpack-encore-bundle": "^1.13",
"symfony/yaml": "^5.4",
"symfonycasts/reset-password-bundle": "^1.17",
"tgalopin/html-sanitizer-bundle": "^1.4",
"twig/cssinliner-extra": "^3.1",
"twig/extensions": "^1.5",
Expand Down Expand Up @@ -85,7 +87,12 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"endroid/installer": true,
"symfony/flex": true,
"symfony/runtime": true
}
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 93f860b

Please sign in to comment.