File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44
55The 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*
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments