Skip to content

Commit

Permalink
Update PHP dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Jan 19, 2022
1 parent 8dbf5a2 commit 3934dc6
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 57 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"require": {
"ext-pdo": "*",
"ext-json": "*",
"php": "^5.6|^7.0",
"symfony/yaml": "~3.4",
"symfony/var-dumper": "^3.4"
"ext-xml": "*",
"php": "^7.4",
"symfony/yaml": "^5.4",
"symfony/var-dumper": "^5.4"
},
"autoload": {
"psr-4": {
Expand All @@ -23,7 +24,7 @@
],
"config": {
"platform": {
"php": "5.6"
"php": "7.4"
}
},
"minimum-stability": "stable"
Expand Down
Loading

0 comments on commit 3934dc6

Please sign in to comment.