Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilddev committed Jun 18, 2024
1 parent ba7d7ce commit f488e38
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"php": ">=7.1",
"laravel/framework": "^5.6||^6.0||^7.0||^8.0||^9.0",
"divineomega/php-countries": "^2.1",
"divineomega/php-postcodes": "^4.5",
"langleyfoxall/simple-google-maps": "^1.0",
"divineomega/php-distance": "^1.0"
"divineomega/php-distance": "^1.0",
"divineomega/php-postcodes": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand All @@ -31,5 +31,12 @@
"DivineOmega\\LaravelAddresses\\ServiceProvider"
]
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/langleyfoxall/php-postcodes",
"no-api": true
}
]
}

0 comments on commit f488e38

Please sign in to comment.