Skip to content

Commit

Permalink
Beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
gerMdz committed Jul 17, 2022
1 parent 283c6a2 commit c553b91
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 696 deletions.
44 changes: 23 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@
"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/common": "^3.0.0",
"doctrine/doctrine-bundle": "^2.3.2",
"doctrine/doctrine-migrations-bundle": "^2",
"doctrine/orm": "^2",
"doctrine/event-manager": "^v1.0.0",
"doctrine/orm": "^v2.7.5",
"doctrine/persistence": "^2.2.0",
"endroid/qr-code-bundle": "^3.4",
"gedmo/doctrine-extensions": "^2.4",
"gedmo/doctrine-extensions": "^v3.2.0",
"hashids/hashids": "^4.1",
"knplabs/knp-paginator-bundle": "^5.2",
"knplabs/knp-snappy-bundle": "^v1.9.0",
Expand All @@ -41,23 +43,23 @@
"ramsey/uuid-doctrine": "^1.6",
"sensio/framework-extra-bundle": "^5.5",
"symfony/apache-pack": "^1.0",
"symfony/asset": "5.1.*",
"symfony/console": "5.1.*",
"symfony/dotenv": "5.1.*",
"symfony/asset": "5.2.*",
"symfony/console": "5.2.*",
"symfony/dotenv": "5.2.*",
"symfony/flex": "^1.3.1",
"symfony/form": "5.1.*",
"symfony/framework-bundle": "5.1.*",
"symfony/intl": "5.1.*",
"symfony/mailer": "5.1.*",
"symfony/form": "5.2.*",
"symfony/framework-bundle": "5.2.*",
"symfony/intl": "5.2.*",
"symfony/mailer": "5.2.*",
"symfony/polyfill-php72": "^1.15",
"symfony/property-access": "5.1.*",
"symfony/property-info": "5.1.*",
"symfony/security-bundle": "5.1.*",
"symfony/serializer": "5.1.*",
"symfony/twig-bundle": "5.1.*",
"symfony/validator": "5.1.*",
"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/webpack-encore-bundle": "^1.7",
"symfony/yaml": "5.1.*",
"symfony/yaml": "5.2.*",
"twig/cssinliner-extra": "^3.1",
"twig/extensions": "^1.5",
"twig/extra-bundle": "^3.1",
Expand All @@ -71,9 +73,9 @@
"symfony/maker-bundle": "^1.30",
"symfony/monolog-bundle": "^3.0",
"symfony/phpunit-bridge": "^5.3",
"symfony/stopwatch": "^5.0",
"symfony/stopwatch": "^5.2",
"symfony/var-dumper": "*",
"symfony/web-profiler-bundle": "^5.0"
"symfony/web-profiler-bundle": "^5.2"
},
"config": {
"preferred-install": {
Expand Down Expand Up @@ -117,7 +119,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "5.1.*"
"require": "5.2.*"
},
"public-dir": "public"
}
Expand Down
Loading

0 comments on commit c553b91

Please sign in to comment.