Skip to content

Commit

Permalink
REFACTOR allow country dropdown field 1 or 2 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Feb 12, 2023
1 parent f668274 commit faca71d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"dynamic/silverstripe-country-dropdown-field": "^1.0",
"dynamic/silverstripe-country-dropdown-field": "^1 || ^2",
"geocoder-php/google-maps-provider": "^4.7",
"guzzlehttp/guzzle": "^7.4",
"php-http/guzzle7-adapter": "^1.0",
Expand All @@ -36,6 +36,7 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"php-http/discovery": true,
"silverstripe/vendor-plugin": true,
"silverstripe/recipe-plugin": true
},
Expand Down

0 comments on commit faca71d

Please sign in to comment.