Skip to content

Commit

Permalink
Merge branch '4.11' into 4
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Apr 26, 2023
2 parents 335d161 + 1d6a386 commit 2fffccb
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"content blocks"
],
"license": "BSD-3-Clause",
"authors": [{
"name": "Alexandre Saelens",
"email": "[email protected]"
}],
"authors": [
{
"name": "Alexandre Saelens",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
Expand All @@ -27,8 +29,8 @@
"silverstripe/vendor-plugin": "^1"
},
"require-dev": {
"silverstripe/recipe-testing": "^2",
"silverstripe/frameworktest": "^0.4.5"
"silverstripe/recipe-testing": "^2",
"silverstripe/frameworktest": "^0.4.5"
},
"suggest": {
"silverstripe/elemental-blocks": "Adds a set of common SilverStripe content block types",
Expand All @@ -45,7 +47,10 @@
},
"autoload": {
"psr-4": {
"DNADesign\\Elemental\\": ["src/", "_legacy/"],
"DNADesign\\Elemental\\": [
"src/",
"_legacy/"
],
"DNADesign\\Elemental\\Tests\\": "tests/"
}
}
Expand Down

0 comments on commit 2fffccb

Please sign in to comment.