Skip to content

Commit 98a1c77

Browse files
committed
v3.1.0
1 parent 8c50a5b commit 98a1c77

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
1313
### v3.1.0
1414

1515
[2020.10.30; New Feature; Maikuolan]: Added the ability to specify a custom assets path to the instantiated Web object.
16+
17+
[2020.12.04; Maikuolan]: Maintenance release (dependencies update, repository cleanup, etc).

composer.json

+2-2
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.1",
15+
"maikuolan/common": "^2.4.0",
16+
"phpmussel/core": "^3.1",
1717
"ext-pcre": "*"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)