mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
27 lines
618 B
JSON
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/" }
|
||
|
}
|
||
|
}
|