Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Sep 4, 2024
1 parent a855423 commit a3cd1fc
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,31 +1,29 @@
{
"name": "dynamic/silverstripe-elemental-locations",
"description": "A locations block for Silverstripe. Display one or more locations on a map.",
"license": "BSD-3-Clause",
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
"CMS"
],
"license": "BSD-3-Clause",
"require": {
"dnadesign/silverstripe-elemental": "^4.8",
"symbiote/silverstripe-addressable": "^5.0"
"dnadesign/silverstripe-elemental": "^5.0"
},
"require-dev": {
"silverstripe/recipe-testing": "^2",
"squizlabs/php_codesniffer": "^3.0"
"silverstripe/recipe-testing": "^3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Locations\\": "src/",
"Dynamic\\Elements\\Blog\\Locations\\": "tests/"
"Dynamic\\Elements\\Locations\\Test\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit a3cd1fc

Please sign in to comment.