From cc5bf12256215df1df894a5e3048228af49b29c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 11:18:57 +0100 Subject: update to 1.6.1 --- composer.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index bda07fc..153291a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,10 @@ { "name": "tedivm/jshrink", "description": "Javascript Minifier built in PHP", - "keywords": ["minifier","javascript"], + "keywords": [ + "minifier", + "javascript" + ], "homepage": "http://github.com/tedious/JShrink", "type": "library", "license": "BSD-3-Clause", @@ -12,14 +15,16 @@ } ], "require": { - "php": "^5.6|^7.0|^8.0" + "php": "^8.0" }, "require-dev": { - "phpunit/phpunit": "^6", - "friendsofphp/php-cs-fixer": "^2.8", - "php-coveralls/php-coveralls": "^1.1.0" + "phpunit/phpunit": "^9|^10", + "friendsofphp/php-cs-fixer": "^3.14", + "php-coveralls/php-coveralls": "^2.5.0" }, "autoload": { - "psr-0": {"JShrink": "src/"} + "psr-0": { + "JShrink": "src/" + } } } -- cgit