Forked from
Digital Experience Group / UNL_Search
72 commits behind the upstream repository.
-
Kevin Abel authoredKevin Abel authored
This project manages its dependencies using Composer.
Learn more
composer.json 156 B
{
"autoload": {
"psr-0": {
"UNL": "src/"
}
},
"require": {
"unl/php-wdn-templates": "^4.1",
"ezyang/htmlpurifier": "^4.7"
}
}