Skip to content

Commit

Permalink
Merge branch '2.2' into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 21, 2021
2 parents 56258ac + 19825ba commit 6134603
Showing 1 changed file with 41 additions and 45 deletions.
86 changes: 41 additions & 45 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,42 @@
{
"name": "silverstripe/content-widget",
"description": "Display HTML content in a widget",
"type": "silverstripe-vendormodule",
"keywords": [
"content",
"html",
"text",
"copy",
"widget"
],
"require": {
"silverstripe/framework": "^4",
"silverstripe/widgets": "^2"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"support": {
"issues": "http://github.com/silverstripe/silverstripe-content-widget/issues"
},
"license": "MIT",
"authors": [
{
"name": "Jeremy Shipman",
"email": "[email protected]"
}
],
"replace": {
"burnbright/silverstripe-widget-content": "self.version"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"SilverStripe\\ContentWidget\\": "src/",
"SilverStripe\\ContentWidget\\Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
"name": "silverstripe/content-widget",
"description": "Display HTML content in a widget",
"type": "silverstripe-vendormodule",
"keywords": [
"content",
"html",
"text",
"copy",
"widget"
],
"require": {
"silverstripe/framework": "^4",
"silverstripe/widgets": "^2"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"support": {
"issues": "http://github.com/silverstripe/silverstripe-content-widget/issues"
},
"license": "MIT",
"authors": [
{
"name": "Jeremy Shipman",
"email": "[email protected]"
}
],
"replace": {
"burnbright/silverstripe-widget-content": "self.version"
},
"extra": [],
"autoload": {
"psr-4": {
"SilverStripe\\ContentWidget\\": "src/",
"SilverStripe\\ContentWidget\\Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 6134603

Please sign in to comment.