Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dynamic/silverstripe-elemental-ac…
Browse files Browse the repository at this point in the history
…cordion
  • Loading branch information
jsirish committed Jun 13, 2023
2 parents 7947f58 + 8ec9710 commit 3d1c37d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ A block that displays content in collapsable panels.

## Requirements

* dnadesign/silverstripe-elemental: ^4.8
* dynamic/silverstripe-elemental-baseobject: ^3.0
* symbiote/silverstripe-gridfieldextensions: ^3.1
* dnadesign/silverstripe-elemental: ^5
* dynamic/silverstripe-elemental-baseobject: ^4
* symbiote/silverstripe-gridfieldextensions: ^4

## Installation

Expand Down
26 changes: 22 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,26 @@
}
],
"require": {
"dnadesign/silverstripe-elemental": "^4.8",
"dynamic/silverstripe-elemental-baseobject": "^3.0",
"symbiote/silverstripe-gridfieldextensions": "^3.1"
"dnadesign/silverstripe-elemental": "^5",
"dynamic/silverstripe-elemental-baseobject": "^4",
"gorriecoe/silverstripe-link": "dev-refactor/allowSS5 as 1.4.1",
"gorriecoe/silverstripe-linkfield": "dev-refactor/gridfieldextensions4 as 1.0.3",
"silverstripe/framework": "^5",
"symbiote/silverstripe-gridfieldextensions": "^4"
},
"require-dev": {
"silverstripe/recipe-testing": "^2"
"silverstripe/recipe-testing": "^3"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:jsirish/silverstripe-link.git"
},
{
"type": "vcs",
"url": "[email protected]:jsirish/silverstripe-linkfield.git"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
Expand All @@ -44,5 +57,10 @@
"scripts": {
"lint": "vendor/bin/phpcs src/ tests/",
"lint-clean": "vendor/bin/phpcbf src/ tests/"
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
}
}

0 comments on commit 3d1c37d

Please sign in to comment.