Skip to main content
Sign in
Snippets Groups Projects
Unverified Commit c39d24cd authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Merge branch 'master' of github.com:/nextcloud/mail into feature/784/shorten-table-names

parents c2d02590 d86a200b
Branches
Tags
No related merge requests found
......@@ -112,6 +112,8 @@ script:
matrix:
include:
- php: 7.2
env: "DB=mysql CORE_BRANCH=stable14"
- php: 7.0
env: "DB=mysql CORE_BRANCH=master TEST_JS=TRUE"
- php: 7.1
......
......
......@@ -25,9 +25,12 @@ And in the works for the [coming versions](https://github.com/nextcloud/mail/mil
If you experience any issues or have any suggestions for improvement, use the [issue tracker](https://github.com/nextcloud/mail/issues). Please follow the [issue template chooser](https://github.com/nextcloud/mail/issues/new/choose) so we get the info needed to debug and fix the problem. Thanks!
## Get on board
For new contributors, please check out [ContributingToNextcloudIntroductoryWorkshop](https://github.com/sleepypioneer/ContributingToNextcloudIntroductoryWorkshop)
## Development setup
Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, [npm](https://www.npmjs.com/) to fetch [Node.js](https://nodejs.org/en/download/package-manager/) is needed for installing JavaScript dependencies.
Just clone this repo into your apps directory ([Nextcloud server](https://github.com/nextcloud/server#running-master-checkouts) installation needed). Additionally, [npm](https://www.npmjs.com/) to fetch [Node.js](https://nodejs.org/en/download/package-manager/) is needed for installing JavaScript dependencies.
Once npm and Node.js are installed, PHP and JavaScript dependencies can be installed by running:
```bash
......
......
......@@ -22,7 +22,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/mail/74e94da16618b32ee0834e57bbfc83ff7334f709/screenshots/mail.png</screenshot>
<dependencies>
<php min-version="7.0" max-version="7.2" />
<nextcloud min-version="14" max-version="14" />
<nextcloud min-version="14" max-version="15" />
</dependencies>
<repair-steps>
<post-migration>
......
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment