Skip to content

Commit

Permalink
Merge pull request #382 from creative-commoners/pulls/5/major-deps
Browse files Browse the repository at this point in the history
DEP Update dependencies for CMS 5
  • Loading branch information
Maxime Rainville authored Aug 17, 2022
2 parents 3275d88 + 4db7317 commit db724a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 40 deletions.
31 changes: 0 additions & 31 deletions .upgrade.yml

This file was deleted.

1 change: 0 additions & 1 deletion codecov.yml

This file was deleted.

13 changes: 5 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,18 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.11",
"silverstripe/admin": "^1",
"asyncphp/doorman": "^3.1"
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/admin": "^2",
"asyncphp/doorman": "^4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3"
"squizlabs/php_codesniffer": "^3.7"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
},
"expose": [
"client/styles"
]
Expand Down

0 comments on commit db724a3

Please sign in to comment.