You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
{ |
|
"name": "arokettu/path", |
|
"description": "Path manipulation library", |
|
"keywords": ["paths", "relative path", "filesystem"], |
|
"type": "library", |
|
"license": "MIT", |
|
"authors": [ |
|
{ |
|
"name": "Anton Smirnov", |
|
"email": "[email protected]", |
|
"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": "^[email protected]", |
|
"squizlabs/php_codesniffer": "*", |
|
"vimeo/psalm": "^4.11" |
|
} |
|
}
|
|
|