Skip to content

Commit 7d3e14d

Browse files
committed
Laminas migration
1 parent 1ddf452 commit 7d3e14d

File tree

11 files changed

+1954
-33
lines changed

11 files changed

+1954
-33
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Chat module for ZF2 and Bootstrap 3
1+
# Chat module for Laminas and Bootstrap 3
22

33
**WIP : This module is usable but it needs more love :)**
44

5+
** 0.2.x version are for ZF2 ; 0.3.x and further for ZF3/Laminas **
6+
57
## Mandatory screenshot
68

79
![screenshot](https://raw.githubusercontent.com/DGAC/MattermostModule/master/mattermostmodule.png)

composer.json

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
11
{
2-
"name": "dgac/mattermostmodule",
3-
"description": "Module to use Mattermost in a Zend Framework and Bootstrap application",
4-
"type": "library",
5-
"keywords": ["mattermost", "chat", "bootstrap", "zend framework", "zf2"],
6-
"homepage": "https://github.com/DGAC/MattermostModule",
7-
"authors": [
8-
{
9-
"name": "Bruno Spyckerelle",
10-
"email": "[email protected]"
11-
}
12-
],
13-
"require": {
14-
"gnello/php-mattermost-driver": "^2.4",
15-
"zendframework/zend-mvc": "^3.0",
16-
"maglnet/magl-markdown": "~1.1"
17-
},
18-
"license": "GPL-3.0-or-later",
19-
"autoload": {
20-
"psr-4": {
21-
"MattermostMessenger\\": "src/MattermostMessenger/"
2+
"name": "dgac/mattermostmodule",
3+
"description": "Module to use Mattermost in a Zend Framework and Bootstrap application",
4+
"type": "library",
5+
"keywords": [
6+
"mattermost",
7+
"chat",
8+
"bootstrap",
9+
"laminas"
10+
],
11+
"homepage": "https://github.com/DGAC/MattermostModule",
12+
"authors": [
13+
{
14+
"name": "Bruno Spyckerelle",
15+
"email": "[email protected]"
16+
}
17+
],
18+
"require": {
19+
"gnello/php-mattermost-driver": "^2.4",
20+
"laminas/laminas-mvc": "^3.0",
21+
"maglnet/magl-markdown": "~1.1",
22+
"laminas/laminas-dependency-plugin": "^1.0"
23+
},
24+
"license": "GPL-3.0-or-later",
25+
"autoload": {
26+
"psr-4": {
27+
"MattermostMessenger\\": "src/MattermostMessenger/"
28+
}
2229
}
23-
}
2430
}

0 commit comments

Comments
 (0)