Skip to content

Commit

Permalink
Merge pull request #245 from phil-davis/prepare-5.1.12
Browse files Browse the repository at this point in the history
chore: prepare release 5.1.12
  • Loading branch information
phil-davis authored Aug 27, 2024
2 parents b4be219 + 78bd42b commit dedff73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

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

* #243 add cs-fixer v3 (@phil-davis)

5.1.11 (2024-07-26)
------------------

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.0"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "~2.17.1||3.60",
"friendsofphp/php-cs-fixer": "~2.17.1||^3.63",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit" : "^7.5 || ^8.5 || ^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 = '5.1.11';
public const VERSION = '5.1.12';
}

0 comments on commit dedff73

Please sign in to comment.