Edward Z. Yang
200ead9e4c
Support PHP 8.4
...
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
2024-02-21 23:44:14 -05:00
Tim Düsterhus
ab21ea735a
chore: Add support for PHP 8.3 ( #382 )
...
* Add PHP 8.3 to CI
* Allow PHP 8.3 in composer.json
2023-08-24 11:15:30 -04:00
Edward Z. Yang
9ec687c904
fix: fix CI ( #361 )
...
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
2023-01-21 22:42:38 -05:00
Kieran
25824056ee
Run CSSTidy tests on CI ( #338 )
...
* Run CSSTidy tests on CI
* update dirname
* use compopser instead of git clone
* use composer
* use test-settings.sample.php
* enable ext-intl
* disable Net_IDNA2
2022-09-14 20:55:41 -07:00
Tim Düsterhus
dc27c78871
Add PHP 8.2 to CI ( #335 )
...
* Add PHP 8.2 to CI
see ezyang/htmlpurifier#334
* Add PHP 8.2 to composer.json
2022-09-11 19:51:02 -04:00
Tim Düsterhus
1c2bae18e3
Increase minimum requirement to PHP 5.6 ( #331 )
2022-09-02 21:43:29 -04:00
func0der
38296c603b
Composer suggestions with extensions ( #317 )
...
* Add suggestion for usage of Filter.ExtractStyleBlocks
Resolves #316
* Add php extensions as suggestions
Resolves #316
* Correct typo in composer property
2022-06-02 23:03:44 -04:00
Kieran
1c784a5c3d
ci: test on php 8.0 ( #308 )
...
* PHP 8 support
* only php 8.0
* Merged to master
Co-authored-by: Edward Z. Yang <ezyang@mit.edu>
2021-12-23 21:26:25 -05:00
Jordi Boggiano
4faca32a4d
Exclude language classes from autoloader optimization ( #236 )
...
These classes are autoloaded by a custom autoloader
2019-10-31 13:42:00 -04:00
Lukas Neumann
5a90c92d83
Adds PHP 7.3 to Travis ( #214 )
...
* Adds PHP 7.3 to Travis
* Fix tests for PHP 7.3
2019-07-14 13:10:24 -04:00
Edward Z. Yang
f8c830de12
Fix SPDX identifier
...
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
2018-02-22 21:26:02 -05:00
zema
246fc8946a
css properties: min-width, max-width, min-height, max-height
2016-09-05 10:45:58 +03:00
Edward Z. Yang
bfbf8a9da1
Revert "Fix autoloading in Composer."
...
This reverts commit 04cf6c8739
.
2015-06-14 10:57:52 -07:00
Timothée Barray
04cf6c8739
Fix autoloading in Composer.
...
Per https://getcomposer.org/doc/04-schema.md#psr-0
2015-06-06 20:04:21 -07:00
Michael Tibben
344e0640b6
Add required constant for composer autoloading
...
Signed-off-by: Michael Tibben <michael.tibben@99designs.com>
2012-12-21 16:16:16 +08:00
Rob Loach
8a8b123d33
Autoloading support for Composer
2012-09-16 18:11:46 +02:00
Benjamin Steininger
9fcffd6533
Add composer.json file for easy install via composer.
...
Composer: http://getcomposer.org/
Since HTML Purifier is not completely psr-0 compatible (a classmap is
not enough for autoloading), the package-description does not contain
anything autoload-related. The user has to include the autoloader
himself.
This lets us create an entry on packagist which allows installing HTML
Purifier without the need to declare a repository in projects; it also
makes it easy to create libraries which want to use HTML Purifier using
composer.
Signed-off-by: Benjamin Steininger <robo47@robo47.net>
2012-03-16 01:05:02 -04:00