30 lines
572 B
JSON
30 lines
572 B
JSON
{
|
|
"name": "diffhead/php-url",
|
|
"description": "PHP url interaction library using object-oriented style",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"version": "1.0.0",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Diffhead\\PHP\\Url\\": "src/",
|
|
"Diffhead\\PHP\\Url\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^12.2"
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"authors": [
|
|
{
|
|
"name": "Viktor S.",
|
|
"email": "thinlineseverywhere@gmail.com"
|
|
}
|
|
]
|
|
}
|