mirror of
https://github.com/mrclay/minify.git
synced 2025-08-01 20:00:42 +02:00
Merge pull request #688 from mrclay/lesserphp
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
"php": "^5.3.0 || ^7.0 || ^8.0",
|
"php": "^5.3.0 || ^7.0 || ^8.0",
|
||||||
"ext-pcre": "*",
|
"ext-pcre": "*",
|
||||||
"intervention/httpauth": "^2.0|^3.0",
|
"intervention/httpauth": "^2.0|^3.0",
|
||||||
"marcusschwarz/lesserphp": "^0.5.1",
|
"marcusschwarz/lesserphp": "^0.5.5",
|
||||||
"monolog/monolog": "~1.1|~2.0",
|
"monolog/monolog": "~1.1|~2.0",
|
||||||
"mrclay/jsmin-php": "~2",
|
"mrclay/jsmin-php": "~2",
|
||||||
"mrclay/props-dic": "^2.2|^3.0",
|
"mrclay/props-dic": "^2.2|^3.0",
|
||||||
|
@@ -4,10 +4,6 @@ namespace Minify\Test;
|
|||||||
|
|
||||||
use Minify_HTML_Helper;
|
use Minify_HTML_Helper;
|
||||||
|
|
||||||
/**
|
|
||||||
* @requires php < 7.3
|
|
||||||
* @see https://github.com/mrclay/minify/pull/685
|
|
||||||
*/
|
|
||||||
class LessSourceTest extends TestCase
|
class LessSourceTest extends TestCase
|
||||||
{
|
{
|
||||||
public function setUp()
|
public function setUp()
|
||||||
|
Reference in New Issue
Block a user