Skip to content

Commit a545bab

Browse files
committed
v3.1.0
1 parent b1338e5 commit a545bab

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
[2020.07.20; Maikuolan] First stable release for the phpMussel v3 CLI handler.
44

55
__*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Core", "phpMussel CLI-mode", "phpMussel Front-End", and "phpMussel Uploads Handler" ("phpMussel Web") were all bundled together as a single repository (phpMussel/phpMussel). Since phpMussel v3, these each all have their own, separate repositories. I've opted to start releases at this repository (phpMussel/CLI) at *v3.0.0*, in order to avoid confusion with previous versions of the "phpMussel CLI-mode" which exist outside this repository.
6+
7+
### v3.1.0
8+
9+
[2020.12.04; Maikuolan]: Maintenance release (dependencies update, repository cleanup, etc).

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"require": {
1414
"php": ">=7.2.0",
15-
"maikuolan/common": "^2.3.2",
16-
"phpmussel/core": "^3.0",
15+
"maikuolan/common": "^2.4.0",
16+
"phpmussel/core": "^3.1",
1717
"ext-pcre": "*"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)