Skip to content

Commit

Permalink
Merge pull request #61 from acelaya-forks/feature/update-deps
Browse files Browse the repository at this point in the history
Update to PHPStan 1.11
  • Loading branch information
acelaya authored Jul 22, 2024
2 parents 074a627 + 666ead0 commit 7fe4138
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
### Added
* *Nothing*

### Changed
* Update to PHPStan 1.11

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [4.0.0] - 2024-03-09
### Added
* [#37](https://github.com/shlinkio/shlink-ip-geolocation/issues/37) Create a new `Shlinkio\Shlink\IpGeolocation\GeoLite2\GeoLite2ReaderFactory` service which can be used to generate `GeoIp2\Database\Reader` instances on the fly.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"require-dev": {
"devster/ubench": "^2.1",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1.4",
"phpunit/phpunit": "^11.0",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.3.0",
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.override.yml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
shlink_ip_geolocation_php:
user: 1000:1000
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
shlink_ip_geolocation_php:
container_name: shlink_ip_geolocation_php
Expand Down
3 changes: 2 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
parameters:
checkMissingIterableValueType: false
ignoreErrors:
- identifier: missingType.iterableValue

0 comments on commit 7fe4138

Please sign in to comment.