joomla / filter
Joomla Filter Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 318 388
Dependents: 8
Suggesters: 1
Security: 0
Stars: 4
Watchers: 9
Forks: 11
Open Issues: 1
Type:joomla-package
Requires
- php: ^7.2.5
- joomla/string: ^1.3|^2.0
Requires (Dev)
- joomla/coding-standards: ^2.0@alpha
- joomla/language: ^2.0
- phpunit/phpunit: ^8.5|^9.0
Suggests
- joomla/language: Required only if you want to use `OutputFilter::stringURLSafe`.
Conflicts
- joomla/language: <2.0
This package is auto-updated.
Last update: 2021-01-12 11:52:24 UTC
README
Installation via Composer
Add "joomla/filter": "~1.0"
to the require block in your composer.json and then run composer install
.
{ "require": { "joomla/filter": "~1.0" } }
Alternatively, you can simply run the following from the command line:
composer require joomla/filter "~1.0"
If you want to include the test sources, use
composer require --prefer-source joomla/filter "~1.0"
Note that the Joomla\Language
package is an optional dependency and is only required if the application requires the use of OutputFilter::stringURLSafe
.