Skip to content

Commit

Permalink
Update to Symfony 5.3 & set minimum php version
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jun 1, 2021
1 parent aba274e commit 266ed50
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 83 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"monolog/monolog": "^1.0|^2.0",
"php": "^7.3|^8.0",
"psr/log": "^1.0",
"psr/container": "1.0.0",
"symfony/console": "^4.0|^5.0",
"symfony/dependency-injection": "^4.0|^5.0",
"symfony/finder": "^4.0|^5.0",
Expand Down Expand Up @@ -46,5 +45,10 @@
},
"bin": [
"bin/cachetool"
]
],
"config": {
"platform": {
"php": "7.3.0"
}
}
}
Loading

0 comments on commit 266ed50

Please sign in to comment.