|
17 | 17 | "ampproject/amp-toolbox": "0.10.0", |
18 | 18 | "cweagans/composer-patches": "~1.0", |
19 | 19 | "fasterimage/fasterimage": "1.5.0", |
20 | | - "sabberworm/php-css-parser": "dev-master#bfdd976" |
| 20 | + "sabberworm/php-css-parser": "8.4.0" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | | - "ampproject/php-css-parser-install-plugin": "*", |
24 | 23 | "automattic/vipwpcs": "^2.2", |
25 | 24 | "civicrm/composer-downloads-plugin": "^3.0", |
26 | 25 | "dealerdirect/phpcodesniffer-composer-installer": "0.7.2", |
|
43 | 42 | "ext-intl": "Enables use of idn_to_utf8() to convert punycode domains to UTF-8 for use with an AMP Cache.", |
44 | 43 | "ext-mbstring": "Used by PHP-CSS-Parser when working with stylesheets." |
45 | 44 | }, |
46 | | - "repositories": [ |
47 | | - { |
48 | | - "type": "path", |
49 | | - "url": "./php-css-parser-install-composer-plugin" |
50 | | - } |
51 | | - ], |
52 | 45 | "minimum-stability": "dev", |
53 | 46 | "prefer-stable": true, |
54 | 47 | "autoload": { |
|
77 | 70 | }, |
78 | 71 | "config": { |
79 | 72 | "allow-plugins": { |
80 | | - "ampproject/php-css-parser-install-plugin": true, |
81 | 73 | "civicrm/composer-downloads-plugin": true, |
82 | 74 | "cweagans/composer-patches": true, |
83 | 75 | "dealerdirect/phpcodesniffer-composer-installer": true |
|
88 | 80 | "sort-packages": true |
89 | 81 | }, |
90 | 82 | "extra": { |
| 83 | + "composer-exit-on-patch-failure": true, |
91 | 84 | "downloads": { |
92 | 85 | "phpstan": { |
93 | 86 | "path": "vendor/bin/phpstan", |
|
100 | 93 | "Fix ReflectionParameter warnings on PHP 8": "patches/phpunit-mock-objects.patch" |
101 | 94 | }, |
102 | 95 | "sabberworm/php-css-parser": { |
103 | | - "1. Add additional validation for size unit <https://github.com/sabberworm/PHP-CSS-Parser/pull/193>": "https://github.com/sabberworm/PHP-CSS-Parser/compare/3bc5ded67d77a52b81608cfc97f23b1bb0678e2f%5E...468da3441945e9c1bf402a3340b1d8326723f7d9.patch", |
104 | | - "2. Validate name-start code points for identifier <https://github.com/sabberworm/PHP-CSS-Parser/pull/185>": "https://github.com/sabberworm/PHP-CSS-Parser/compare/d42b64793f2edaffeb663c63e9de79069cdc0831%5E...113df5d55e94e21c6402021dfa959924941d4c29.patch", |
105 | | - "3. Fix parsing CSS selectors which contain commas <https://github.com/westonruter/PHP-CSS-Parser/pull/1>": "https://github.com/westonruter/PHP-CSS-Parser/compare/master...10a2501c119abafced3e4014aa3c0a3453a86f67.patch" |
| 96 | + "1. Add additional validation for size unit <https://github.com/sabberworm/PHP-CSS-Parser/pull/350>": "https://github.com/westonruter/PHP-CSS-Parser/commit/5b1d6a4abe43f4311d9b4674913ca665ed8c43aa.diff", |
| 97 | + "2. Validate name-start code points for identifier <https://github.com/westonruter/PHP-CSS-Parser/pull/2>": "https://github.com/westonruter/PHP-CSS-Parser/commit/9f96bc97fcb1e848a2f6ca6f658009996883dffc.diff", |
| 98 | + "3. Fix parsing CSS selectors which contain commas <https://github.com/westonruter/PHP-CSS-Parser/pull/1>": "https://github.com/westonruter/PHP-CSS-Parser/commit/dc18ba737fd6a611189a5b83729396500676f8dd.diff" |
106 | 99 | } |
107 | 100 | } |
108 | 101 | }, |
|
0 commit comments