Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jun 4, 2020
1 parent b31eb8f commit 5a1d5a7
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 599 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"php-amqplib/php-amqplib": "^2.11",
"ramsey/uuid": "^4.0",
"sensio/framework-extra-bundle": "^5.5",
"symfony/asset": "5.1.*",
"symfony/console": "5.1.*",
"symfony/dotenv": "5.1.*",
"symfony/asset": "5.0.*",
"symfony/console": "5.0.*",
"symfony/dotenv": "5.0.*",
"symfony/flex": "^1.3.1",
"symfony/form": "5.1.*",
"symfony/framework-bundle": "5.1.*",
"symfony/form": "5.0.*",
"symfony/framework-bundle": "5.0.*",
"symfony/monolog-bundle": "^3.5",
"symfony/orm-pack": "^1.0",
"symfony/security-csrf": "5.1.*",
"symfony/serializer": "5.1.*",
"symfony/security-csrf": "5.0.*",
"symfony/serializer": "5.0.*",
"symfony/serializer-pack": "^1.0",
"symfony/swiftmailer-bundle": "^3.4",
"symfony/twig-bundle": "5.1.*",
"symfony/yaml": "5.1.*"
"symfony/twig-bundle": "5.0.*",
"symfony/yaml": "5.0.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand Down Expand Up @@ -84,7 +84,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "5.1.*",
"require": "5.0.*",
"id": "01E3SRAHTPW3X4K07NJMFFZ0H2"
}
}
Expand Down
Loading

0 comments on commit 5a1d5a7

Please sign in to comment.