Skip to content

Commit

Permalink
Merge pull request #328 from n7consulting/update-dependencies
Browse files Browse the repository at this point in the history
Update to Symfony 4.4.10
  • Loading branch information
Stoakes authored Jun 27, 2020
2 parents 5fa6c1e + a1c5fe7 commit 04317a8
Show file tree
Hide file tree
Showing 63 changed files with 3,566 additions and 1,855 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^1.6.10",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"doctrine/doctrine-migrations-bundle": "^1.3",
"doctrine/doctrine-migrations-bundle": "^2.1",
"easycorp/easyadmin-bundle": "^2.0",
"friendsofsymfony/user-bundle": "^2.0",
"ob/highcharts-bundle": "~1.2",
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
"sensio/framework-extra-bundle": "^3.0",
"stoakes/form-bundle": "dev-master#f23a3ce3ab185464045924a5cc1dc9b746a0a34a",
"symfony/console": "4.3.*",
"symfony/dotenv": "4.3.*",
"symfony/expression-language": "4.3.*",
"symfony/console": "4.4.*",
"symfony/dotenv": "4.4.*",
"symfony/expression-language": "4.4.*",
"symfony/flex": "^1.1",
"symfony/framework-bundle": "4.3.*",
"symfony/framework-bundle": "4.4.*",
"symfony/monolog-bundle": "^3.3",
"symfony/property-access": "4.3.*",
"symfony/property-info": "4.3.*",
"symfony/serializer": "4.3.*",
"symfony/property-access": "4.4.*",
"symfony/property-info": "4.4.*",
"symfony/serializer": "4.4.*",
"symfony/swiftmailer-bundle": "^3.1",
"symfony/twig-bundle": "4.3.*",
"symfony/yaml": "4.3.*",
"symfony/twig-bundle": "4.4.*",
"symfony/yaml": "4.4.*",
"webmozart/json": "dev-master",
"webmozart/key-value-store": "^1.0"
},
Expand Down Expand Up @@ -95,7 +95,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "4.3.*"
"require": "4.4.*"
}
},
"require-dev": {
Expand Down
Loading

0 comments on commit 04317a8

Please sign in to comment.