mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 10:39:59 +08:00 
			
		
		
		
	Update ezyang/htmlpurifier dependency to version 4.17.
				
					
				
			This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -65,8 +65,13 @@ jobs: | |||||||
|         uses: niden/actions-memcached@v7 |         uses: niden/actions-memcached@v7 | ||||||
|  |  | ||||||
|       - name: Install dependencies. |       - name: Install dependencies. | ||||||
|  |         if: matrix.php != '8.4' | ||||||
|         run: composer update $DEFAULT_COMPOSER_FLAGS |         run: composer update $DEFAULT_COMPOSER_FLAGS | ||||||
|  |  | ||||||
|  |       - name: Install dependencies with PHP 8.4. | ||||||
|  |         if: matrix.php == '8.4' | ||||||
|  |         run: composer update $DEFAULT_COMPOSER_FLAGS --ignore-platform-reqs | ||||||
|  |  | ||||||
|       - name: Run tests with PHPUnit and generate coverage. |       - name: Run tests with PHPUnit and generate coverage. | ||||||
|         if: matrix.php == '7.4' |         if: matrix.php == '7.4' | ||||||
|         run: vendor/bin/phpunit --verbose --exclude-group $PHPUNIT_EXCLUDE_GROUP --coverage-clover=coverage.xml --colors=always |         run: vendor/bin/phpunit --verbose --exclude-group $PHPUNIT_EXCLUDE_GROUP --coverage-clover=coverage.xml --colors=always | ||||||
|  | |||||||
							
								
								
									
										5
									
								
								.github/workflows/ci-mssql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/ci-mssql.yml
									
									
									
									
										vendored
									
									
								
							| @ -66,8 +66,13 @@ jobs: | |||||||
|         run: composer self-update |         run: composer self-update | ||||||
|  |  | ||||||
|       - name: Install dependencies with composer |       - name: Install dependencies with composer | ||||||
|  |         if: matrix.php != '8.4' | ||||||
|         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi |         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi | ||||||
|  |  | ||||||
|  |       - name: Install dependencies with PHP 8.4. | ||||||
|  |         if: matrix.php == '8.4' | ||||||
|  |         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ignore-platform-reqs --ansi | ||||||
|  |  | ||||||
|       - name: Run MSSQL tests with PHPUnit and generate coverage. |       - name: Run MSSQL tests with PHPUnit and generate coverage. | ||||||
|         run: vendor/bin/phpunit --group mssql --coverage-clover=coverage.xml --colors=always |         run: vendor/bin/phpunit --group mssql --coverage-clover=coverage.xml --colors=always | ||||||
|  |  | ||||||
|  | |||||||
							
								
								
									
										7
									
								
								.github/workflows/ci-mysql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/ci-mysql.yml
									
									
									
									
										vendored
									
									
								
							| @ -47,9 +47,14 @@ jobs: | |||||||
|           php-version: ${{ matrix.php }} |           php-version: ${{ matrix.php }} | ||||||
|           tools: composer:v2, pecl |           tools: composer:v2, pecl | ||||||
|  |  | ||||||
|       - name: Install dependencies with composer. |       - name: Install dependencies with composer | ||||||
|  |         if: matrix.php != '8.4' | ||||||
|         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi |         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi | ||||||
|  |  | ||||||
|  |       - name: Install dependencies with PHP 8.4. | ||||||
|  |         if: matrix.php == '8.4' | ||||||
|  |         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ignore-platform-reqs --ansi | ||||||
|  |  | ||||||
|       - name: Run MySQL tests with PHPUnit and generate coverage. |       - name: Run MySQL tests with PHPUnit and generate coverage. | ||||||
|         run: vendor/bin/phpunit --group mysql --coverage-clover=coverage.xml --colors=always |         run: vendor/bin/phpunit --group mysql --coverage-clover=coverage.xml --colors=always | ||||||
|  |  | ||||||
|  | |||||||
							
								
								
									
										7
									
								
								.github/workflows/ci-pgsql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/ci-pgsql.yml
									
									
									
									
										vendored
									
									
								
							| @ -51,9 +51,14 @@ jobs: | |||||||
|       - name: Update composer. |       - name: Update composer. | ||||||
|         run: composer self-update |         run: composer self-update | ||||||
|  |  | ||||||
|       - name: Install dependencies with composer. |       - name: Install dependencies with composer | ||||||
|  |         if: matrix.php != '8.4' | ||||||
|         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi |         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi | ||||||
|  |  | ||||||
|  |       - name: Install dependencies with PHP 8.4. | ||||||
|  |         if: matrix.php == '8.4' | ||||||
|  |         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ignore-platform-reqs --ansi | ||||||
|  |  | ||||||
|       - name: Run Pgsql tests with PHPUnit and generate coverage. |       - name: Run Pgsql tests with PHPUnit and generate coverage. | ||||||
|         run: vendor/bin/phpunit --group pgsql --coverage-clover=coverage.xml --colors=always |         run: vendor/bin/phpunit --group pgsql --coverage-clover=coverage.xml --colors=always | ||||||
|  |  | ||||||
|  | |||||||
							
								
								
									
										7
									
								
								.github/workflows/ci-sqlite.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/ci-sqlite.yml
									
									
									
									
										vendored
									
									
								
							| @ -40,9 +40,14 @@ jobs: | |||||||
|       - name: Update composer. |       - name: Update composer. | ||||||
|         run: composer self-update |         run: composer self-update | ||||||
|  |  | ||||||
|       - name: Install dependencies with composer. |       - name: Install dependencies with composer | ||||||
|  |         if: matrix.php != '8.4' | ||||||
|         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi |         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi | ||||||
|  |  | ||||||
|  |       - name: Install dependencies with PHP 8.4. | ||||||
|  |         if: matrix.php == '8.4' | ||||||
|  |         run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ignore-platform-reqs --ansi | ||||||
|  |  | ||||||
|       - name: Run SQLite tests with PHPUnit and generate coverage. |       - name: Run SQLite tests with PHPUnit and generate coverage. | ||||||
|         run: vendor/bin/phpunit --group sqlite --coverage-clover=coverage.xml --colors=always |         run: vendor/bin/phpunit --group sqlite --coverage-clover=coverage.xml --colors=always | ||||||
|  |  | ||||||
|  | |||||||
| @ -73,7 +73,7 @@ | |||||||
|         "ext-ctype": "*", |         "ext-ctype": "*", | ||||||
|         "lib-pcre": "*", |         "lib-pcre": "*", | ||||||
|         "yiisoft/yii2-composer": "~2.0.4", |         "yiisoft/yii2-composer": "~2.0.4", | ||||||
|         "ezyang/htmlpurifier": "^4.6", |         "ezyang/htmlpurifier": "^4.17", | ||||||
|         "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0", |         "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0", | ||||||
|         "bower-asset/jquery": "3.7.*@stable | 3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", |         "bower-asset/jquery": "3.7.*@stable | 3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", | ||||||
|         "bower-asset/inputmask": "^5.0.8 ", |         "bower-asset/inputmask": "^5.0.8 ", | ||||||
|  | |||||||
| @ -68,7 +68,7 @@ | |||||||
|         "ext-ctype": "*", |         "ext-ctype": "*", | ||||||
|         "lib-pcre": "*", |         "lib-pcre": "*", | ||||||
|         "yiisoft/yii2-composer": "~2.0.4", |         "yiisoft/yii2-composer": "~2.0.4", | ||||||
|         "ezyang/htmlpurifier": "^4.6", |         "ezyang/htmlpurifier": "^4.17", | ||||||
|         "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0", |         "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0", | ||||||
|         "bower-asset/jquery": "3.7.*@stable | 3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", |         "bower-asset/jquery": "3.7.*@stable | 3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", | ||||||
|         "bower-asset/inputmask": "^5.0.8 ", |         "bower-asset/inputmask": "^5.0.8 ", | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Wilmer Arambula
					Wilmer Arambula