From 7e4494b5cf38a3dce9de84363871c181e689a629 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Jul 2019 17:36:08 +0200 Subject: - update to 2.1.2 - rename to php-sabre-uri2 - move to /usr/share/php/Sabre/Uri2 - raise dependency on PHP 7 - switch to classmap autoloader --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 49d69e7..30f3829 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "homepage": "http://sabre.io/uri/", "license": "BSD-3-Clause", "require": { - "php": ">=5.4.7" + "php": ">=7" }, "authors": [ { @@ -31,9 +31,13 @@ "Sabre\\Uri\\" : "lib/" } }, + "autoload-dev": { + "psr-4": { + "Sabre\\Uri\\": "tests/" + } + }, "require-dev": { - "sabre/cs": "~1.0.0", - "phpunit/phpunit" : ">=4.0,<6.0" + "phpunit/phpunit" : "^6" }, "config" : { "bin-dir" : "bin/" -- cgit