Skip to content

Commit

Permalink
DEP Update core dependencies for CMS 5
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 4, 2022
1 parent ece834b commit 52a9dd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -3,14 +3,14 @@
"description": "SilverStripe configuration based on YAML and class statics",
"license": "BSD-3-Clause",
"require": {
"symfony/finder": "^3.4 || ^4.0",
"symfony/yaml": "^3.4 || ^4.0",
"marcj/topsort": "^1 || ^2",
"psr/simple-cache": "^1.0",
"php": "^7.4 || ^8.0"
"php": "^8.1",
"symfony/finder": "^4.0",
"symfony/yaml": "^4.0",
"marcj/topsort": "^2",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"silverstripe/framework": "^4.10",
"silverstripe/framework": "^5",
"phpunit/phpunit": "^9.5",
"mikey179/vfsstream": "^1.6",
"squizlabs/php_codesniffer": "^3.5"
Expand Down

0 comments on commit 52a9dd5

Please sign in to comment.