Skip to content

Commit 2fb84dd

Browse files
committed
fixed dependencies
1 parent fd56a6f commit 2fb84dd

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

CHANGELOG.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,78 +2,65 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [3.0.0] - 2020-12-04
9+
### Added
10+
- Support for PHP 8
911

10-
### Fixed
12+
### Removed
13+
- Support for PHP 7.0 and 7.1
1114

15+
### Fixed
1216
- Use `phpstan` as a dev dependency to detect bugs
1317

1418
## [2.0.0] - 2018-08-04
15-
1619
### Added
17-
1820
- PSR-17 support
1921

2022
### Changed
21-
2223
- The argument to pass the `Geocoder\Provider\Provider` in the constructor is mandatory. Removed the FreeGeoIp default provider because it requires credentials.
2324

2425
## [1.0.0] - 2018-01-27
25-
2626
### Added
27-
2827
- Improved testing and added code coverage reporting
2928
- Added tests for PHP 7.2
3029

3130
### Changed
32-
3331
- Upgraded to the final version of PSR-15 `psr/http-server-middleware`
3432

3533
### Fixed
36-
3734
- Updated license year
3835

3936
## [0.5.0] - 2017-11-13
40-
4137
### Changed
42-
4338
- Replaced `http-interop/http-middleware` with `http-interop/http-server-middleware`.
4439

4540
### Removed
46-
4741
- Removed support for PHP 5.x.
4842

4943
## [0.4.0] - 2017-09-21
50-
5144
### Changed
52-
5345
- Append `.dist` suffix to phpcs.xml and phpunit.xml files
5446
- Changed the configuration of phpcs and php_cs
5547
- Upgraded phpunit to the latest version and improved its config file
5648
- Updated to `http-interop/http-middleware#0.5`
5749

5850
## [0.3.0] - 2016-12-26
59-
6051
### Changed
61-
6252
- Updated tests
6353
- Updated to `http-interop/http-middleware#0.4`
6454
- Updated `friendsofphp/php-cs-fixer#2.0`
6555

6656
## [0.2.0] - 2016-11-27
67-
6857
### Changed
69-
7058
- Updated to `http-interop/http-middleware#0.3`
7159

7260
## 0.1.0 - 2016-10-10
73-
7461
First version
7562

76-
[Unreleased]: https://github.com/middlewares/geolocation/compare/v2.0.0...HEAD
63+
[3.0.0]: https://github.com/middlewares/geolocation/compare/v2.0.0...v3.0.0
7764
[2.0.0]: https://github.com/middlewares/geolocation/compare/v1.0.0...v2.0.0
7865
[1.0.0]: https://github.com/middlewares/geolocation/compare/v0.5.0...v1.0.0
7966
[0.5.0]: https://github.com/middlewares/geolocation/compare/v0.4.0...v0.5.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"friendsofphp/php-cs-fixer": "^2.0",
2929
"squizlabs/php_codesniffer": "^3.0",
3030
"middlewares/utils": "^2.1",
31-
"eloquent/phony-phpunit": "^3.0|^4.0",
31+
"eloquent/phony-phpunit": "^6.0|^7.0",
3232
"php-http/guzzle6-adapter": "^1.1",
3333
"geocoder-php/free-geoip-provider": "^4.1",
3434
"phpstan/phpstan": "^0.12",

0 commit comments

Comments
 (0)