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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz (oparoz) <github@oparoz.com>2017-03-12 02:36:21 +0300
committerOlivier Paroz (oparoz) <github@oparoz.com>2017-03-12 02:36:21 +0300
commit21e82c3e4374c6404c7cf3b255a75c184c4d3c5f (patch)
treeb135fb161a64c1dc6235faca269698b407e14a29 /composer.json
parented760ecf5ccaf521ddab4ea767efd98c0d48b968 (diff)
Update Composer
Signed-off-by: Olivier Paroz (oparoz) <github@oparoz.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/composer.json b/composer.json
index 4d0dd089..f13d4fcb 100644
--- a/composer.json
+++ b/composer.json
@@ -1,15 +1,15 @@
{
- "name": "owncloud/gallery",
+ "name": "nextcloud/gallery",
"type": "project",
- "description": "Media gallery for ownCloud which includes previews for all media types supported by your ownCloud installation.",
+ "description": "Media gallery for Nextcloud which includes previews for all media types supported by your Nextcloud installation.",
"license": "AGPL-3.0",
- "homepage": "https://github.com/owncloud/gallery",
+ "homepage": "https://github.com/nextcloud/gallery",
"authors": [
{
"name": "Olivier Paroz",
"email": "galleryapps@oparoz.com",
"role": "Developer",
- "homepage": "http://www.interfasys.ch"
+ "homepage": "http://www.oparoz.com"
},
{
"name": "Robin Appelman",
@@ -19,22 +19,22 @@
}
],
"support": {
- "issues": "https://github.com/owncloud/gallery/issues",
- "wiki": "https://github.com/owncloud/gallery/wiki",
- "source": "https://github.com/owncloud/gallery"
+ "issues": "https://github.com/nextcloud/gallery/issues",
+ "wiki": "https://github.com/nextcloud/gallery/wiki",
+ "source": "https://github.com/nextcloud/gallery"
},
"require": {
- "symfony/yaml": "~2.6"
+ "symfony/yaml": "~3.2"
},
"require-dev": {
- "guzzlehttp/guzzle": "^5.0|^6.2",
- "phpunit/phpunit": "^4.0|^5.4",
+ "guzzlehttp/guzzle": "^6.2",
+ "phpunit/phpunit": "^5.7|^6.0",
"codeception/codeception": "2.2.*",
"codeception/phpbuiltinserver": "*",
"composer-plugin-api": "^1.0",
"codeception/c3": "2.*",
- "flow/jsonpath": "^0.3.1",
- "phpdocumentor/phpdocumentor": "^2.8",
+ "flow/jsonpath": "^0.3.4",
+ "phpdocumentor/phpdocumentor": "^2.9",
"jakub-onderka/php-parallel-lint": "0.*",
"jakub-onderka/php-console-highlighter": "0.*"
}