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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-27 18:32:49 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-27 18:32:49 +0300
commit33fea401f32ac0973a30303fdecc4c8194d71adc (patch)
treec2b90dcb1f4b40e24d6034f9e49da34848e54199
parented71da35d5a178e9535dfb45656af037fc56a336 (diff)
Make sure composer deps are compatible with php5.6
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--composer.json39
-rw-r--r--composer.lock6
2 files changed, 24 insertions, 21 deletions
diff --git a/composer.json b/composer.json
index 529cb9e..b33c75f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,23 +1,24 @@
{
- "name": "christophwurst/twofactor_u2f",
- "description": "A two factor provider for U2F devices for Nextcloud",
- "type": "project",
- "license": "agplv3",
- "authors": [
- {
- "name": "Christoph Wurst",
- "email": "christoph@winzerhof-wurst.at"
- }
- ],
- "require": {
- "yubico/u2flib-server": "^1.0.1"
- },
- "require-dev": {
+ "name": "christophwurst/twofactor_u2f",
+ "description": "A two factor provider for U2F devices for Nextcloud",
+ "type": "project",
+ "license": "agplv3",
+ "authors": [
+ {
+ "name": "Christoph Wurst",
+ "email": "christoph@winzerhof-wurst.at"
+ }
+ ],
+ "require": {
+ "php": ">=5.6.0",
+ "yubico/u2flib-server": "^1.0.1"
+ },
+ "require-dev": {
"christophwurst/nextcloud": "^12.0.0",
"phpunit/phpunit": "^5.7"
- },
- "config": {
- "optimize-autoloader": true,
- "classmap-authoritative": true
- }
+ },
+ "config": {
+ "optimize-autoloader": true,
+ "classmap-authoritative": true
+ }
}
diff --git a/composer.lock b/composer.lock
index e45fbac..8f9c719 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "eb3157cc9273cf177ac94d3daec64485",
+ "content-hash": "f771a87d842c7042fa36b526d5dda87c",
"packages": [
{
"name": "yubico/u2flib-server",
@@ -1393,6 +1393,8 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
- "platform": [],
+ "platform": {
+ "php": ">=5.6.0"
+ },
"platform-dev": []
}