Skip to content

Commit

Permalink
chore(composer): Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco (Valandur) committed Mar 12, 2019
1 parent eb7afc0 commit be953b4
Showing 1 changed file with 39 additions and 29 deletions.
68 changes: 39 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,41 @@
{
"name": "flxlabs/silverstripe-pagesections",
"version": "0.1.2",
"description": "Adds configurable page sections and elements to your SilverStripe project.",
"type": "silverstripe-module",
"homepage": "http://github.com/flxlabs/silverstripe-pagesections",
"keywords": ["silverstripe", "sections", "elements", "page sections", "page elements"],
"license": "MIT",
"authors": [{
"name": "Marco Crespi",
"email": "[email protected]"
}],
"support": {
"issues": "http://github.com/flxlabs/silverstripe-pagesections/issues"
},
"repositories": [{
"type": "vcs",
"url": "https://github.com/flxlabs/silverstripe-gridfield-betterbuttons"
}],
"require": {
"silverstripe/framework": "^4.0.1",
"symbiote/silverstripe-gridfieldextensions": "^3"
},
"extra": {
"installer-name": "pagesections",
"expose": [
"css",
"javascript"
]
}
"name": "flxlabs/silverstripe-pagesections",
"version": "0.1.2",
"description": "Adds configurable page sections and elements to your SilverStripe project.",
"type": "silverstripe-module",
"homepage": "http://github.com/flxlabs/silverstripe-pagesections",
"keywords": [
"silverstripe",
"sections",
"elements",
"page sections",
"page elements"
],
"license": "MIT",
"authors": [
{
"name": "Marco Crespi",
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/flxlabs/silverstripe-pagesections/issues"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/flxlabs/silverstripe-gridfield-betterbuttons"
}
],
"require": {
"silverstripe/framework": "^4.3.0",
"symbiote/silverstripe-gridfieldextensions": "^3"
},
"extra": {
"installer-name": "pagesections",
"expose": [
"css",
"javascript"
]
}
}

0 comments on commit be953b4

Please sign in to comment.