Skip to content

Commit

Permalink
RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
gerMdz committed Jul 17, 2022
1 parent c553b91 commit e248b9d
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 423 deletions.
33 changes: 17 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"doctrine/event-manager": "^v1.0.0",
"doctrine/orm": "^v2.7.5",
"doctrine/persistence": "^2.2.0",
"endroid/qr-code-bundle": "^3.4",
"endroid/qr-code": "^3.0",
"endroid/qr-code-bundle": "^3.0.0",
"gedmo/doctrine-extensions": "^v3.2.0",
"hashids/hashids": "^4.1",
"knplabs/knp-paginator-bundle": "^5.2",
Expand All @@ -43,23 +44,23 @@
"ramsey/uuid-doctrine": "^1.6",
"sensio/framework-extra-bundle": "^5.5",
"symfony/apache-pack": "^1.0",
"symfony/asset": "5.2.*",
"symfony/console": "5.2.*",
"symfony/dotenv": "5.2.*",
"symfony/asset": "5.3.*",
"symfony/console": "5.3.*",
"symfony/dotenv": "5.3.*",
"symfony/flex": "^1.3.1",
"symfony/form": "5.2.*",
"symfony/framework-bundle": "5.2.*",
"symfony/intl": "5.2.*",
"symfony/mailer": "5.2.*",
"symfony/form": "5.3.*",
"symfony/framework-bundle": "5.3.*",
"symfony/intl": "5.3.*",
"symfony/mailer": "5.3.*",
"symfony/polyfill-php72": "^1.15",
"symfony/property-access": "5.2.*",
"symfony/property-info": "5.2.*",
"symfony/security-bundle": "5.2.*",
"symfony/serializer": "5.2.*",
"symfony/twig-bundle": "5.2.*",
"symfony/validator": "5.2.*",
"symfony/property-access": "5.3.*",
"symfony/property-info": "5.3.*",
"symfony/security-bundle": "5.3.*",
"symfony/serializer": "5.3.*",
"symfony/twig-bundle": "5.3.*",
"symfony/validator": "5.3.*",
"symfony/webpack-encore-bundle": "^1.7",
"symfony/yaml": "5.2.*",
"symfony/yaml": "5.3.*",
"twig/cssinliner-extra": "^3.1",
"twig/extensions": "^1.5",
"twig/extra-bundle": "^3.1",
Expand Down Expand Up @@ -119,7 +120,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "5.2.*"
"require": "5.3.*"
},
"public-dir": "public"
}
Expand Down
Loading

0 comments on commit e248b9d

Please sign in to comment.