Skip to content

Commit

Permalink
Merge pull request #188 from macbookandrew/feature/update-dependency-…
Browse files Browse the repository at this point in the history
…requirements

allow updated upstream repositories
  • Loading branch information
mikebronner authored Dec 6, 2021
2 parents 6ed10dc + e81506d commit e35c7d4
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@
"role": "Original Creator"
}
],
"repositories": [
{
"type": "git",
"url": "[email protected]:mikebronner/chain-provider.git"
},
{
"type": "git",
"url": "[email protected]:mikebronner/geocoder.git"
}

],
"require": {
"geocoder-php/chain-provider": "^4.0",
"geocoder-php/geo-plugin-provider": "^4.0",
Expand All @@ -55,8 +44,8 @@
"orchestra/testbench-browser-kit": "^6.0",
"orchestra/testbench-dusk": "^6.0",
"php-coveralls/php-coveralls": "*",
"phpunit/phpunit": "8.5",
"sebastian/phpcpd": "^5.0"
"phpunit/phpunit": "8.5|^9.0",
"sebastian/phpcpd": "^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e35c7d4

Please sign in to comment.