Skip to content

Commit 2d76805

Browse files
authored
Merge pull request #259 from acelaya-forks/phpunit-13
Update to PHPUnit 13
2 parents 0250fbd + a91f173 commit 2d76805

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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+
## [10.0.0] - 2026-02-08
88
### Added
99
* Add support for Symfony 8.0
1010

1111
### Changed
12-
* *Nothing*
12+
* Update to PHPUnit 13
1313

1414
### Deprecated
1515
* *Nothing*
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
1818
* Remove QR code config options that were deprecated.
1919
* Remove append extra path config option that was deprecated.
2020
* Drop support for PHP 8.3.
21+
* Drop support for Symfony 7.x.
2122

2223
### Fixed
2324
* *Nothing*

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
],
1414
"require": {
1515
"php": "^8.4",
16-
"laminas/laminas-config-aggregator": "^1.18",
17-
"laminas/laminas-servicemanager": "^4.4 || ^3.23",
18-
"laminas/laminas-stdlib": "^3.20",
16+
"laminas/laminas-config-aggregator": "^1.19",
17+
"laminas/laminas-servicemanager": "^4.5 || ^3.24",
18+
"laminas/laminas-stdlib": "^3.21",
1919
"shlinkio/shlink-config": "^4.0",
20-
"symfony/console": "^8.0 || ^7.4",
21-
"symfony/filesystem": "^8.0 || ^7.4",
22-
"symfony/process": "^8.0 || ^7.4",
20+
"symfony/console": "^8.0",
21+
"symfony/filesystem": "^8.0",
22+
"symfony/process": "^8.0",
2323
"webimpress/safe-writer": "^2.2"
2424
},
2525
"require-dev": {
2626
"devster/ubench": "^2.1",
2727
"phpstan/phpstan": "^2.1",
2828
"phpstan/phpstan-phpunit": "^2.0",
29-
"phpunit/phpunit": "^12.4",
29+
"phpunit/phpunit": "^13.0",
3030
"roave/security-advisories": "dev-master",
3131
"shlinkio/php-coding-standard": "~2.5.0",
3232
"symfony/var-dumper": "^8.0"

0 commit comments

Comments
 (0)