Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
enh(dependencies): Update of some PHP libraries (#11184)
Browse files Browse the repository at this point in the history
  • Loading branch information
callapa authored and tuntoja committed Jun 2, 2022
1 parent f587cba commit d176d19
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 131 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
"centreon/centreon-test-lib": "20.10.x-dev",
"sensiolabs/security-checker": "^6.0",
"symfony/var-dumper": "4.4.*",
"symfony/profiler-pack": "^1.0",
"phpstan/phpstan": "^0.12.38",
"webmozart/assert": "^1.8"
"webmozart/assert": "^1.8",
"symfony/stopwatch": "4.4.*",
"symfony/twig-bundle": "4.4.*",
"symfony/web-profiler-bundle": "4.4.*"
},
"require": {
"php": ">=7.2",
Expand All @@ -55,7 +57,6 @@
"symfony/security-bundle": "4.4.*",
"symfony/yaml": "4.4.*",
"symfony/options-resolver": "4.4.*",
"symfony/serializer-pack": "^1.0",
"symfony/maker-bundle": "^1.11",
"nelmio/cors-bundle": "^2.1",
"symfony/validator": "4.4.*",
Expand All @@ -67,7 +68,12 @@
"symfony/http-client": "4.4.*",
"dragonmantank/cron-expression": "3.0.1",
"ext-pdo": "*",
"enshrined/svg-sanitize": "^0.14.0"
"enshrined/svg-sanitize": "^0.14.0",
"doctrine/annotations": "^1.0",
"phpdocumentor/reflection-docblock": "^5.2",
"symfony/property-access": "4.4.*",
"symfony/property-info": "4.4.*",
"symfony/serializer": "4.4.*"
},
"autoload": {
"psr-4": {
Expand Down
147 changes: 26 additions & 121 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,6 @@
"symfony/polyfill-php81": {
"version": "v1.23.0"
},
"symfony/profiler-pack": {
"version": "v1.0.5"
},
"symfony/property-access": {
"version": "v4.4.25"
},
Expand Down Expand Up @@ -531,9 +528,6 @@
"symfony/serializer": {
"version": "v4.4.26"
},
"symfony/serializer-pack": {
"version": "v1.0.4"
},
"symfony/service-contracts": {
"version": "v1.1.9"
},
Expand Down

0 comments on commit d176d19

Please sign in to comment.