You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
php-path/composer.json

46 lines
1.1 KiB
JSON

{
"name": "arokettu/path",
"description": "Path manipulation library",
"keywords": ["paths", "relative path", "filesystem"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Anton Smirnov",
"email": "sandfox@sandfox.me",
"role": "developer",
"homepage": "https://sandfox.me/"
}
],
"support": {
"source": "https://gitlab.com/sandfox/php-path",
"issues": "https://gitlab.com/sandfox/php-path/-/issues"
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"Arokettu\\Path\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Arokettu\\Path\\Tests\\": "tests"
}
},
"require": {
"php": "^7.4 | ^8.0",
"nikic/iter": "^2.0",
"symfony/polyfill-php80": "^1.22",
"symfony/polyfill-php81": "^1.22"
},
"require-dev": {
"phpunit/phpunit": ">= 7 < 10",
"psy/psysh": "*",
"sandfox.dev/code-standard": "^10@dev",
"squizlabs/php_codesniffer": "*",
"vimeo/psalm": "^4.11"
}
}