Skip to content

Commit f40592a

Browse files
committed
Support symfony/process v6
1 parent 2929f9e commit f40592a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG-3.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ is to be kept as minimal as possible.
2929
- https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port (last touched in 2018)
3030
- https://github.com/natxet/CssMin (last touched in 2018)
3131
- https://github.com/wikimedia/minify/blob/master/src/CSSMin.php (last touched in 2021, maintained by large company)
32+
- https://github.com/natxet/CssMin (already implemented, not a lot of confidence in it)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-curl": "*",
2828
"ext-json": "*",
2929
"ext-simplexml": "*",
30-
"symfony/process": "~3.4 || ~4.0 || ~5.0",
30+
"symfony/process": "~3.4 || ~4.0 || ~5.0 || ~6.0",
3131
"symfony/deprecation-contracts": "^2.2.0"
3232
},
3333
"require-dev": {

tests/Assetic/Test/Filter/JavaScriptMinifierFilterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
/**
88
* @group integration
9+
* @see https://github.com/wikimedia/minify/blob/master/tests/JavaScriptMinifierTest.php
910
*/
1011
class JavaScriptMinifierFilterTest extends TestCase
1112
{

0 commit comments

Comments
 (0)