Skip to content

Commit c4b85da

Browse files
authored
Merge pull request #70 from acelaya-forks/feature/phpunit-12
Update to PHPUnit 12
2 parents a4e710f + 44c4c06 commit c4b85da

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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]
8+
### Added
9+
* *Nothing*
10+
11+
### Changed
12+
* Update to PHPUnit 12
13+
14+
### Deprecated
15+
* *Nothing*
16+
17+
### Removed
18+
* Drop support for shlink-config 3.0
19+
20+
### Fixed
21+
* *Nothing*
22+
23+
724
## [4.3.0] - 2025-01-25
825
### Added
926
* Support shlink-config 4.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"fig/http-message-util": "^1.1",
1717
"geoip2/geoip2": "^3.1",
1818
"guzzlehttp/guzzle": "^7.9",
19-
"shlinkio/shlink-config": "^4.0 || ^3.4",
19+
"shlinkio/shlink-config": "^4.0",
2020
"symfony/filesystem": "^7.2"
2121
},
2222
"require-dev": {
2323
"devster/ubench": "^2.1",
2424
"phpstan/phpstan": "^2.1",
2525
"phpstan/phpstan-phpunit": "^2.0",
26-
"phpunit/phpunit": "^11.5",
26+
"phpunit/phpunit": "^12.0",
2727
"roave/security-advisories": "dev-master",
2828
"shlinkio/php-coding-standard": "~2.4.0",
2929
"symfony/var-dumper": "^7.2"

0 commit comments

Comments
 (0)