Skip to content

Commit a4e710f

Browse files
authored
Merge pull request #69 from acelaya-forks/feature/v4.3.0
Support shlink-config 4.0
2 parents bc895e7 + 5a52f27 commit a4e710f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44

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

7-
## [Unreleased]
7+
## [4.3.0] - 2025-01-25
88
### Added
9-
* *Nothing*
9+
* Support shlink-config 4.0
1010

1111
### Changed
1212
* *Nothing*

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"require": {
1515
"php": "^8.3",
1616
"fig/http-message-util": "^1.1",
17-
"geoip2/geoip2": "^3.0",
17+
"geoip2/geoip2": "^3.1",
1818
"guzzlehttp/guzzle": "^7.9",
19-
"shlinkio/shlink-config": "^3.3",
20-
"symfony/filesystem": "^7.1"
19+
"shlinkio/shlink-config": "^4.0 || ^3.4",
20+
"symfony/filesystem": "^7.2"
2121
},
2222
"require-dev": {
2323
"devster/ubench": "^2.1",
24-
"phpstan/phpstan": "^2.0",
24+
"phpstan/phpstan": "^2.1",
2525
"phpstan/phpstan-phpunit": "^2.0",
26-
"phpunit/phpunit": "^11.4",
26+
"phpunit/phpunit": "^11.5",
2727
"roave/security-advisories": "dev-master",
2828
"shlinkio/php-coding-standard": "~2.4.0",
29-
"symfony/var-dumper": "^7.1"
29+
"symfony/var-dumper": "^7.2"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)