Skip to content

Commit

Permalink
Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
gerMdz committed Jul 17, 2022
1 parent 82e45ae commit 283c6a2
Show file tree
Hide file tree
Showing 3 changed files with 600 additions and 820 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"gedmo/doctrine-extensions": "^2.4",
"hashids/hashids": "^4.1",
"knplabs/knp-paginator-bundle": "^5.2",
"knplabs/knp-snappy-bundle": "^v1.7.1",
"knplabs/knp-snappy-bundle": "^v1.9.0",
"knplabs/knp-time-bundle": "^1.11",
"laminas/laminas-code": "^3.4",
"laminas/laminas-eventmanager": "^3.2",
Expand All @@ -41,23 +41,23 @@
"ramsey/uuid-doctrine": "^1.6",
"sensio/framework-extra-bundle": "^5.5",
"symfony/apache-pack": "^1.0",
"symfony/asset": "5.0.*",
"symfony/console": "5.0.*",
"symfony/dotenv": "5.0.*",
"symfony/asset": "5.1.*",
"symfony/console": "5.1.*",
"symfony/dotenv": "5.1.*",
"symfony/flex": "^1.3.1",
"symfony/form": "5.0.*",
"symfony/framework-bundle": "5.0.*",
"symfony/intl": "5.0.*",
"symfony/mailer": "5.0.*",
"symfony/form": "5.1.*",
"symfony/framework-bundle": "5.1.*",
"symfony/intl": "5.1.*",
"symfony/mailer": "5.1.*",
"symfony/polyfill-php72": "^1.15",
"symfony/property-access": "5.0.*",
"symfony/property-info": "5.0.*",
"symfony/security-bundle": "5.0.*",
"symfony/serializer": "5.0.*",
"symfony/twig-bundle": "5.0.*",
"symfony/validator": "5.0.*",
"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/webpack-encore-bundle": "^1.7",
"symfony/yaml": "5.0.*",
"symfony/yaml": "5.1.*",
"twig/cssinliner-extra": "^3.1",
"twig/extensions": "^1.5",
"twig/extra-bundle": "^3.1",
Expand Down Expand Up @@ -117,7 +117,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "5.0.*"
"require": "5.1.*"
},
"public-dir": "public"
}
Expand Down
Loading

0 comments on commit 283c6a2

Please sign in to comment.