1 changed files with 7 additions and 3 deletions
@ -1,16 +1,20 @@
|
||||
{ |
||||
"name": "arokettu/path", |
||||
"description": "", |
||||
"keywords": [], |
||||
"description": "Path manipulation library", |
||||
"keywords": ["paths", "relative path", "filesystem"], |
||||
"type": "library", |
||||
"license": "MIT", |
||||
"authors": [ |
||||
{ |
||||
"name": "Anton Smirnov", |
||||
"email": "[email protected]" |
||||
"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 |
||||
|
Loading…
Reference in new issue