comunic/developer/vendor/antoligy/dom-string-iterators/composer.json
2016-11-19 12:08:12 +01:00

27 lines
618 B
JSON

{
"name": "antoligy/dom-string-iterators",
"description": "Composer package for DOMWordsIterator and DOMLettersIterator",
"type": "library",
"require": {
"php": ">=5.3.0"
},
"license": "Public Domain",
"authors": [
{
"name": "Alex Wilson",
"email": "a@ax.gy"
},
{
"name": "Kornel Lesinski",
"email": "pornel@pornel.net"
},
{
"name": "Patrick Galbraith",
"email": "patrick.j.galbraith@gmail.com"
}
],
"autoload": {
"psr-4": { "": "src/" }
}
}