We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eee8bb8 + 9cf291d commit f9f3d1fCopy full SHA for f9f3d1f
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+5.1.10 (2023-08-18)
5
+------------------
6
+
7
+* #225 Enhance tests/bootstrap.php to find autoloader in more environments (@phil-davis)
8
9
5.1.9 (2023-08-17)
10
------------------
11
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '5.1.9';
+ const VERSION = '5.1.10';
20
}
0 commit comments