Skip to content

Commit

Permalink
Merge pull request #367 from creative-commoners/pulls/2/major-deps
Browse files Browse the repository at this point in the history
DEP Update core dependencies for CMS 5
  • Loading branch information
GuySartorelli committed Aug 8, 2022
2 parents 1e92ce2 + c9dbdd6 commit 5eccc51
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
Expand Up @@ -19,19 +19,22 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"symfony/cache": "^3.4 || ^4",
"silverstripe/vendor-plugin": "^1"
"php": "^8.1",
"silverstripe/framework": "^5",
"symfony/cache": "^4",
"silverstripe/vendor-plugin": "^2"
},
"require-dev": {
"silverstripe/recipe-testing": "^2",
"silverstripe/graphql": "^3.5 || ^4",
"silverstripe/recipe-testing": "^3",
"silverstripe/graphql": "^5",
"squizlabs/php_codesniffer": "^3"
},
"autoload": {
"psr-4": {
"SilverStripe\\Versioned\\": ["src/", "_legacy/"],
"SilverStripe\\Versioned\\": [
"src/",
"_legacy/"
],
"SilverStripe\\Versioned\\Tests\\": "tests/php/"
}
},
Expand Down

0 comments on commit 5eccc51

Please sign in to comment.