Skip to content

Commit

Permalink
Update to PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed May 12, 2024
1 parent 11e66d8 commit b078bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
* Add `ROBOTS_ALLOW_ALL_SHORT_URLS` config option.

### Changed
* *Nothing*
* Update to PHPUnit 11

### Deprecated
* *Nothing*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.2",
"laminas/laminas-config": "^3.9",
"laminas/laminas-config-aggregator": "^1.14",
"laminas/laminas-config-aggregator": "^1.15",
"laminas/laminas-servicemanager": "^3.22",
"laminas/laminas-stdlib": "^3.19",
"shlinkio/shlink-config": "^3.0 || ^2.5",
Expand All @@ -26,7 +26,7 @@
"devster/ubench": "^2.1",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^11.1",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.3.0",
"symfony/var-dumper": "^7.0 || ^6.4"
Expand Down

0 comments on commit b078bfc

Please sign in to comment.