wishthis/vendor/ml/iri/ML/IRI/composer.json

25 lines
603 B
JSON
Raw Normal View History

2022-01-21 08:23:52 +00:00
{
"name": "ml/iri",
"type": "library",
"description": "IRI handling for PHP",
"keywords": [ "IRI", "URL", "URI", "URN" ],
"homepage": "http://www.markus-lanthaler.com",
"license": "MIT",
"authors": [
{
"name": "Markus Lanthaler",
"email": "mail@markus-lanthaler.com",
"homepage": "http://www.markus-lanthaler.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"lib-pcre": ">=4.0"
},
"autoload": {
"psr-0": { "ML\\IRI": "" }
},
"target-dir": "ML/IRI"
}