Skip to content

Commit

Permalink
composer adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Aug 19, 2024
1 parent f72f0a5 commit 3bfaf0f
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "silverstripe-module/skeleton",
"description": "A skeleton for Silverstripe CMS modules.",
"name": "dynamic/silverstripe-elemental-contact-card",
"description": "A simple Bootstrap-style Contact card for Silverstripe Elemental. Ideal for use with Elemental Grid.",
"license": "BSD-3-Clause",
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
"CMS"
"CMS",
"elemental"
],
"require": {
"dynamic/silverstripe-elemental-card": "^2.0",
Expand All @@ -20,16 +21,13 @@
"prefer-stable": true,
"autoload": {
"psr-4": {
"SilverStripeModule\\Skeleton\\": "src/",
"SilverStripeModule\\Skeleton\\Tests\\": "tests/php/"
"Dynamic\\Elements\\ContactCard\\Elements": "src/",
"Dynamic\\Elements\\ContactCard\\Elements\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"expose": [
"client/dist"
]
}
}
}

0 comments on commit 3bfaf0f

Please sign in to comment.