Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2018-08-06 16:12:59 +0300
committerThomas Citharel <tcit@tcit.fr>2018-08-06 17:22:28 +0300
commit599c8ac6a1da69ca75f2b0f50f2acd3a3aed8660 (patch)
treed782b25f3bddfc9d00fb595abebda30c48c57bac /composer.json
parented519db3d5ab353ee74906d77da58b3da6d9d497 (diff)
Require local phpunit through composer and bump phpunit version
* Uses PHPUnit 6.5 (requires PHP 7.0+, but we got rid with NC 14 (see nextcloud/server#7368) * Namespaces are rewritten * If composer isn't installed, it installs it (taken from nextcloud/news) Signed-off-by: Thomas Citharel <tcit@tcit.fr> Remove PHPUnit Download in CI Signed-off-by: Thomas Citharel <tcit@tcit.fr> Properly handle phpunit on travis for 5.6 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Remove trouble composer.lock Signed-off-by: Thomas Citharel <tcit@tcit.fr> Don't install composer deps twice on CI Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..0bfa069f
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,5 @@
+{
+ "require-dev": {
+ "phpunit/phpunit": "^6.5"
+ }
+}