Skip to content

Commit 811e4c0

Browse files
committed
v3.1.0
1 parent 5b64c58 commit 811e4c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
2929
[2020.11.26; Maikuolan]: Ditched external test frameworks in favour of GitHub Actions. Replaced existing tests. (More work needs to eventually be done towards tests. This will eventually happen at some point).
3030

3131
[2020.11.27; Maikuolan]: Some minor code-style cleanup.
32+
33+
[2020.12.04; Maikuolan]: Maintenance release (dependencies update, repository cleanup, etc).

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"require": {
1414
"php": ">=7.2.0",
15-
"maikuolan/common": "^2.3.2",
15+
"maikuolan/common": "^2.4.0",
1616
"ext-pcre": "*"
1717
},
1818
"suggest": {

0 commit comments

Comments
 (0)