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.
1 parent b280b33 commit ebbd4b0Copy full SHA for ebbd4b0
composer.json
@@ -5,15 +5,16 @@
5
"homepage": "https://phpmussel.github.io/",
6
"license": "GPL-2.0-or-later",
7
"support": {
8
- "chat": "https://gitter.im/phpMussel2/Lobby",
9
"issues": "https://github.com/phpMussel/CLI/issues",
10
"source": "https://github.com/phpMussel/CLI",
11
- "docs": "https://github.com/phpMussel/Docs"
+ "docs": "https://github.com/phpMussel/Docs",
+ "rss": "https://github.com/phpMussel/CLI/releases.atom",
12
+ "chat": "https://gitter.im/phpMussel2/Lobby"
13
},
14
"require": {
15
"php": ">=7.2.0",
- "maikuolan/common": "^2.4.0",
16
- "phpmussel/core": "^3.1",
+ "maikuolan/common": "^2.5",
17
+ "phpmussel/core": "^3.2",
18
"ext-pcre": "*"
19
20
"autoload": {
0 commit comments