Skip to content

Commit

Permalink
#1 Updated composer dependencies, especially symfony/yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
staticall committed Apr 11, 2020
1 parent 0f135e5 commit d49e5ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"ext-json": "*",
"ext-mbstring": "*",

"symfony/yaml": "~4.3.1",
"symfony/yaml": "~5.0",

"cloudloyalty/petrovich-rules": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "~8.5.0",
"phpunit/phpunit": "~8.5.3",

"infection/infection": "~0.15.0",
"infection/infection": "~0.16.2",

"squizlabs/php_codesniffer": "~3.5.3"
"squizlabs/php_codesniffer": "~3.5.4"
},

"autoload": {
Expand Down

0 comments on commit d49e5ab

Please sign in to comment.