File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ 7.0.5 (2025-09-09)
5+ ------------------
6+ * #257 properly compute absolute URL (@skjnldsv )
7+
487.0.4 (2024-09-06)
59------------------
610* #227 Remove redundant PHP doc to make cs-fixer pass ( @phil-davis )
@@ -27,6 +31,11 @@ ChangeLog
2731------------------
2832* #198 Allow sabre/uri major version 3 ( @phil-davis )
2933
34+ 6.0.4 (2025-09-09)
35+ ------------------
36+
37+ * #260 properly compute absolute URL (@skjnldsv )
38+
30396.0.3 (2024-09-06)
3140------------------
3241
@@ -52,6 +61,11 @@ ChangeLog
5261* #192 Set min PHP to 7.4 and add type declarations (@phil-davis )
5362* #194 Adjust type declarations a little bit (@phil-davis )
5463
64+ 5.1.13 (2025-09-09)
65+ ------------------
66+
67+ * #262 properly compute absolute URL (@skjnldsv )
68+
55695.1.12 (2024-08-27)
5670------------------
5771
Original file line number Diff line number Diff line change 1313 "sabre/uri" : " ^2.3 || ^3.0"
1414 },
1515 "require-dev" : {
16- "friendsofphp/php-cs-fixer" : " ^3.66 " ,
16+ "friendsofphp/php-cs-fixer" : " ^3.87 " ,
1717 "phpstan/phpstan" : " ^1.12" ,
1818 "phpstan/phpstan-phpunit" : " ^1.4" ,
1919 "phpstan/phpstan-strict-rules" : " ^1.6" ,
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Version
1616 /**
1717 * Full version number.
1818 */
19- public const VERSION = '7.0.4 ' ;
19+ public const VERSION = '7.0.5 ' ;
2020}
You can’t perform that action at this time.
0 commit comments