Files
Url/composer.json
2025-11-16 02:13:57 +04:00

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"
}
]
}