Skip to content

Commit 21c695b

Browse files
committed
Update Laravel min version and prep for release
1 parent 3c7034b commit 21c695b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.0] - 30 Jan 2017
6+
### Changed
7+
- minimum Laravel requirement to 5.3.
8+
59
## [1.0.0-RC1] - 13 Oct 2016
610
### Added
711
- ability to dump results #16.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/)
1717
## Installation
1818
1. Install the package via composer:
1919
```sh
20-
composer require toin0u/geocoder-laravel:1.0.0-RC1@dev
20+
composer require toin0u/geocoder-laravel
2121
```
2222
_Once 1.0.0 is stable, we will update this command to reflect that. In the interest of getting it out and into your hands, a temporary RC build is best._
2323

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"require": {
2626
"php": ">=5.4",
27-
"illuminate/support": "~5.0",
27+
"illuminate/support": "~5.3",
2828
"willdurand/geocoder": "~3.3"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)