Skip to content

Commit

Permalink
REFACTOR Silverstripe 5 compatability (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Aug 26, 2023
1 parent 5074dff commit c4d8b2d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
}
],
"require": {
"dynamic/silverstripe-country-dropdown-field": "^1 || ^2",
"dynamic/silverstripe-country-dropdown-field": "^2",
"geocoder-php/google-maps-provider": "^4.7",
"guzzlehttp/guzzle": "^7.4",
"php-http/guzzle7-adapter": "^1.0",
"php-http/message": "^1.13"
"php-http/message": "^1.13",
"silverstripe/recipe-core": "^5.0"
},
"require-dev": {
"silverstripe/recipe-testing": "^2"
"silverstripe/recipe-testing": "^3"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -42,6 +43,11 @@
},
"process-timeout": 600
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"scripts": {
"lint": "vendor/bin/phpcs src/ tests/",
"lint-clean": "vendor/bin/phpcbf src/ tests/"
Expand Down

0 comments on commit c4d8b2d

Please sign in to comment.