Skip to content

Commit

Permalink
Add support for silverstripe 5
Browse files Browse the repository at this point in the history
  • Loading branch information
satrun77 committed Apr 12, 2023
1 parent 71060ec commit cb6747b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,26 @@
}
],
"require": {
"php": ">=5.6.0",
"silverstripe/framework": "^4@dev"
"php": "^8.1",
"silverstripe/framework": "^5"
},
"autoload": {
"psr-4": {
"SilverWare\\Calendar\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"expose": [
"admin/client/dist",
"client/dist"
]
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/vendor-plugin": true
}
}
}

0 comments on commit cb6747b

Please sign in to comment.