Skip to content

Commit

Permalink
Laminas migration
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSpy committed Mar 4, 2020
1 parent 1ddf452 commit 7d3e14d
Show file tree
Hide file tree
Showing 11 changed files with 1,954 additions and 33 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Chat module for ZF2 and Bootstrap 3
# Chat module for Laminas and Bootstrap 3

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

** 0.2.x version are for ZF2 ; 0.3.x and further for ZF3/Laminas **

## Mandatory screenshot

![screenshot](https://raw.githubusercontent.com/DGAC/MattermostModule/master/mattermostmodule.png)
Expand Down
48 changes: 27 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
{
"name": "dgac/mattermostmodule",
"description": "Module to use Mattermost in a Zend Framework and Bootstrap application",
"type": "library",
"keywords": ["mattermost", "chat", "bootstrap", "zend framework", "zf2"],
"homepage": "https://github.com/DGAC/MattermostModule",
"authors": [
{
"name": "Bruno Spyckerelle",
"email": "[email protected]"
}
],
"require": {
"gnello/php-mattermost-driver": "^2.4",
"zendframework/zend-mvc": "^3.0",
"maglnet/magl-markdown": "~1.1"
},
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"MattermostMessenger\\": "src/MattermostMessenger/"
"name": "dgac/mattermostmodule",
"description": "Module to use Mattermost in a Zend Framework and Bootstrap application",
"type": "library",
"keywords": [
"mattermost",
"chat",
"bootstrap",
"laminas"
],
"homepage": "https://github.com/DGAC/MattermostModule",
"authors": [
{
"name": "Bruno Spyckerelle",
"email": "[email protected]"
}
],
"require": {
"gnello/php-mattermost-driver": "^2.4",
"laminas/laminas-mvc": "^3.0",
"maglnet/magl-markdown": "~1.1",
"laminas/laminas-dependency-plugin": "^1.0"
},
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"MattermostMessenger\\": "src/MattermostMessenger/"
}
}
}
}
Loading

0 comments on commit 7d3e14d

Please sign in to comment.