From 36e2275711f557fea2a9948afb7ccc0404916b00 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Oct 2016 07:45:09 +0200 Subject: php-sabre-xm: 1.5.0 --- composer.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2b8097f..386f821 100644 --- a/composer.json +++ b/composer.json @@ -5,12 +5,12 @@ "homepage" : "https://sabre.io/xml/", "license" : "BSD-3-Clause", "require" : { - "php" : ">=5.4.1", + "php" : ">=5.5.5", "ext-xmlwriter" : "*", "ext-xmlreader" : "*", "ext-dom" : "*", "lib-libxml" : ">=2.6.20", - "sabre/uri" : "~1.0" + "sabre/uri" : ">=1.0,<3.0.0" }, "authors" : [ { @@ -38,10 +38,13 @@ "lib/Serializer/functions.php" ] }, - "bin" : [ - ], + "autoload-dev" : { + "psr-4" : { + "Sabre\\Xml\\" : "tests/Sabre/Xml/" + } + }, "require-dev": { - "sabre/cs": "~0.0.2", + "sabre/cs": "~1.0.0", "phpunit/phpunit" : "*" }, "config" : { -- cgit