Skip to content

Commit

Permalink
chore: update composer dependencies, re-add version
Browse files Browse the repository at this point in the history
  • Loading branch information
Severin Hauser committed Mar 16, 2023
1 parent bbbe1bd commit 3e29da1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "flxlabs/silverstripe-pagesections",
"description": "Adds configurable page sections and elements to your SilverStripe project.",
"version": "0.2.0",
"type": "silverstripe-vendormodule",
"homepage": "http://github.com/flxlabs/silverstripe-pagesections",
"keywords": [
Expand All @@ -23,7 +24,8 @@
"require": {
"silverstripe/framework": "^4.3.0",
"symbiote/silverstripe-gridfieldextensions": "^3",
"silverstripe/vendor-plugin": "^1.0"
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/versioned": "^1"
},
"autoload": {
"psr-4": {
Expand All @@ -34,5 +36,11 @@
"expose": [
"client"
]
},
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/vendor-plugin": true
}
}
}

0 comments on commit 3e29da1

Please sign in to comment.