Skip to content

Commit

Permalink
Merge pull request #15 from gerMdz/metabase
Browse files Browse the repository at this point in the history
Mail replay and unidades
  • Loading branch information
gerMdz authored Sep 27, 2021
2 parents 4e3554c + 551fa5e commit 531195b
Show file tree
Hide file tree
Showing 3 changed files with 916 additions and 961 deletions.
21 changes: 15 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"ext-iconv": "*",
"ext-json": "*",
"antishov/doctrine-extensions-bundle": "^1.4",
"composer/package-versions-deprecated": "1.11.99.4",
"doctrine/annotations": "^1.0",
"doctrine/common": "^2",
"doctrine/doctrine-bundle": "^2",
"doctrine/doctrine-migrations-bundle": "^2",
"doctrine/orm": "^2",
"endroid/qr-code-bundle": "^3.4",
"gedmo/doctrine-extensions": "^2.4",
"hashids/hashids": "^4.1",
Expand All @@ -29,6 +35,7 @@
"laminas/laminas-eventmanager": "^3.2",
"liip/imagine-bundle": "^2.3",
"oneup/flysystem-bundle": "^3.4",
"phpdocumentor/reflection-docblock": "^5.2",
"phpoffice/phpspreadsheet": "^1.15",
"phpunit/phpunit": "^9.5",
"ramsey/uuid-doctrine": "^1.6",
Expand All @@ -42,29 +49,31 @@
"symfony/framework-bundle": "4.4.*",
"symfony/intl": "4.4.*",
"symfony/mailer": "4.4.*",
"symfony/orm-pack": "^1.0",
"symfony/polyfill-php72": "^1.15",
"symfony/property-access": "4.4.*",
"symfony/property-info": "4.4.*",
"symfony/security-bundle": "4.4.*",
"symfony/serializer-pack": "^1.0",
"symfony/serializer": "4.4.*",
"symfony/twig-bundle": "4.4.*",
"symfony/twig-pack": "^1.0",
"symfony/validator": "4.4.*",
"symfony/webpack-encore-bundle": "^1.7",
"symfony/yaml": "4.4.*",
"twig/cssinliner-extra": "^3.1",
"twig/extensions": "^1.5",
"twig/extra-bundle": "^3.1",
"twig/intl-extra": "^3.1",
"twig/string-extra": "^3.0"
"twig/string-extra": "^3.0",
"twig/twig": "^2.12|^3.0"
},
"require-dev": {
"sensiolabs/security-checker": "^6.0",
"symfony/debug-bundle": "*",
"symfony/maker-bundle": "^1.30",
"symfony/monolog-bundle": "^3.0",
"symfony/phpunit-bridge": "^5.3",
"symfony/profiler-pack": "*",
"symfony/var-dumper": "*"
"symfony/stopwatch": "^4.4",
"symfony/var-dumper": "*",
"symfony/web-profiler-bundle": "^4.4"
},
"config": {
"preferred-install": {
Expand Down
Loading

0 comments on commit 531195b

Please sign in to comment.