12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"name": "pguardiario/phpuri",
|
|
"type": "project",
|
|
"version": "1.0",
|
|
"description": "A php library for converting relative urls to absolute.",
|
|
"autoload" : {
|
|
"files": [
|
|
"phpuri.php"
|
|
]
|
|
}
|
|
}
|