Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ChangeLog
=========
6.0.4 (2025-09-09)
------------------

* #260 properly compute absolute URL (@skjnldsv)

6.0.3 (2024-09-06)
------------------
Expand All @@ -26,6 +30,11 @@ ChangeLog
* #192 Set min PHP to 7.4 and add type declarations (@phil-davis)
* #194 Adjust type declarations a little bit (@phil-davis)

5.1.13 (2025-09-09)
------------------

* #262 properly compute absolute URL (@skjnldsv)

5.1.12 (2024-08-27)
------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sabre/uri" : "^2.3"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "^3.66",
"friendsofphp/php-cs-fixer": "^3.87",
"phpstan/phpstan": "^1.12",
"phpunit/phpunit" : "^9.6"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '6.0.3';
public const VERSION = '6.0.4';
}
Loading