Skip to content

Commit

Permalink
composer revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Sep 5, 2024
1 parent 8a08bb9 commit 49f50e8
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
{
"name": "dynamic/silverstripe-locations",
"description": "A locations module for silverstripe.",
"license": "BSD-3-Clause",
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
"CMS",
"locations"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "https://www.dynamicagency.com"
}
],
"require": {
"silverstripe/admin": "^2.0"
"silverstripe/admin": "^2.0",
"silverstripe/linkfield": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"silverstripe/frameworktest": "^1",
"squizlabs/php_codesniffer": "^3.7",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
"silverstripe/recipe-testing": "^3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Dynamic\\Locations\\": "src/",
"Dynamic\\Locations\\Tests\\": "tests/"
}
},
"extra": {
"expose": [
"client/dist"
]
},
"minimum-stability": "dev",
"prefer-stable": true
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}

0 comments on commit 49f50e8

Please sign in to comment.