Skip to content

Commit

Permalink
composer normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Nov 11, 2022
1 parent 6263bd7 commit 139b1e0
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "dynamic/silverstripe-geocoder",
"description": "SilverStripe wrapper for Geocoder",
"license": "BSD-3-Clause",
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
"geocoder",
"geocoding"
],
"authors": [
{
"name": "Dynamic",
"email": "[email protected]",
"homepage": "http://www.dynamicagency.com"
}
],
"keywords": [
"silverstripe", "geocoder", "geocoding"
],
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
"require": {
"dynamic/silverstripe-country-dropdown-field": "^1.0",
"geocoder-php/google-maps-provider": "^4.7",
Expand All @@ -24,6 +26,14 @@
"silverstripe/recipe-testing": "^2",
"squizlabs/php_codesniffer": "^3.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Dynamic\\SilverStripeGeocoder\\": "src/",
"Dynamic\\SilverStripeGeocoder\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"composer/installers": true,
Expand All @@ -32,14 +42,6 @@
},
"process-timeout": 600
},
"autoload": {
"psr-4": {
"Dynamic\\SilverStripeGeocoder\\": "src/",
"Dynamic\\SilverStripeGeocoder\\Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"lint": "vendor/bin/phpcs src/ tests/",
"lint-clean": "vendor/bin/phpcbf src/ tests/"
Expand Down

0 comments on commit 139b1e0

Please sign in to comment.