| 123456789101112131415161718192021222324252627 |
- {
- "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"
- },
- "minimum-stability": "dev",
- "prefer-stable": true
- }
|