| 12345678910111213141516171819202122232425262728 |
- {
- "name": "olinox14/path",
- "description": "Simple, intuitive and object-oriented file and path operations, inspired by the path.py python library",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Olivier Massot",
- "email": "olinox14@tuta.io"
- }
- ],
- "autoload": {
- "psr-4": {
- "Path\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Path\\Tests\\": "tests/"
- }
- },
- "require-dev": {
- "phpunit/phpunit": "^9.6",
- "ext-posix": "*"
- },
- "minimum-stability": "dev",
- "prefer-stable": true
- }
|