From 75160b12821f7f4299cce7f0b69c83c1502ae071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 27 May 2024 13:08:29 +0200 Subject: 2024-02-19 upstream --- admin/survey/minify/composer.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'admin/survey/minify/composer.json') diff --git a/admin/survey/minify/composer.json b/admin/survey/minify/composer.json index d306dd7..3ead9a9 100644 --- a/admin/survey/minify/composer.json +++ b/admin/survey/minify/composer.json @@ -1,7 +1,7 @@ { "name": "mrclay/minify", "type": "library", - "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers", + "description": "Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers", "homepage": "https://github.com/mrclay/minify", "license": "BSD-3-Clause", "authors": [ @@ -22,26 +22,31 @@ "autoload-dev": { "psr-4": {"Minify\\Test\\": "tests/"} }, + "config": { + "platform": { + "php": "5.3.29" + }, + "sort-packages": true + }, "require": { + "php": "^5.3.0 || ^7.0 || ^8.0", "ext-pcre": "*", - "intervention/httpauth": "~2.0", - "monolog/monolog": "~1.1", + "intervention/httpauth": "^2.0|^3.0", + "marcusschwarz/lesserphp": "^0.5.1", + "monolog/monolog": "~1.1|~2.0", "mrclay/jsmin-php": "~2", - "mrclay/props-dic": "^2.2", - "php": "^5.3.0 || ^7.0", + "mrclay/props-dic": "^2.2|^3.0", "tubalmartin/cssmin": "~4" }, "require-dev": { "firephp/firephp-core": "~0.4.0", "leafo/scssphp": "^0.3 || ^0.6 || ^0.7", - "marcusschwarz/lesserphp": "~0.5.1", "meenie/javascript-packer": "~1.1", "phpunit/phpunit": "^4.8.36", "tedivm/jshrink": "~1.1.0" }, "suggest": { "firephp/firephp-core": "Use FirePHP for Log messages", - "marcusschwarz/lesserphp": "LESS support", "meenie/javascript-packer": "Keep track of the Packer PHP port using Composer" }, "scripts": { -- cgit v1.2.3