Skip to content

Commit

Permalink
REFACTOR Silverstripe 5 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Irish <jirish@dynamicagency.com>
  • Loading branch information
dynamic-dedicated and jsirish committed Jan 31, 2024
1 parent 7667542 commit 2031dbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
"homepage": "https://www.dynamicagency.com"
}
],
"keywords": [
Expand All @@ -14,11 +14,11 @@
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"silverstripe/vendor-plugin": "^1.0"
"dnadesign/silverstripe-elemental": "^5.0",
"silverstripe/framework": "^5"
},
"require-dev": {
"silverstripe/recipe-testing": "^2"
"silverstripe/recipe-testing": "^3"
},
"config": {
"process-timeout": 600
Expand All @@ -33,7 +33,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "3.x-dev"
}
}
}

0 comments on commit 2031dbe

Please sign in to comment.