Skip to content

Commit 513dd2b

Browse files
authored
Use stable requirements (#754)
* Use stable requirements * Added changelog
1 parent 4dfb44d commit 513dd2b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5+
## 4.0.1
6+
7+
### Changed
8+
9+
- Using stable requirement of `willdurand/geocoder`.
10+
511
## 4.0.0
612

713
First release of this library.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^7.0",
1616
"psr/simple-cache": "^1.0",
17-
"willdurand/geocoder": "^4.0.0-beta2"
17+
"willdurand/geocoder": "^4.0.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^6.1"

0 commit comments

Comments
 (0)