Skip to content

Commit

Permalink
REFACTOR require silverstripe-geocoder ^2.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Nov 22, 2022
1 parent 8aeb291 commit bf69eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Display a map, directions, and contact info for your location.
## Requirements

* dnadesign/silverstripe-elemental: ^4.8
* dynamic/silverstripe-geocoder: ^1.0
* dynamic/silverstripe-geocoder: ^2.0

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"dnadesign/silverstripe-elemental": "^4.8",
"dynamic/silverstripe-geocoder": "^1.0"
"dynamic/silverstripe-geocoder": "^2.0"
},
"require-dev": {
"silverstripe/recipe-testing": "^2",
Expand Down

0 comments on commit bf69eba

Please sign in to comment.