PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Asbjorn Grandt   Relative Path   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Relative Path
Clean file name paths removing redundant elements
Author: By
Last change: Update of composer.json
Date: 8 months ago
Size: 638 bytes
 

Contents

Class file image Download
{ "name": "grandt/relativepath", "version": "1.0.2", "type": "library", "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.", "keywords": ["file path"], "homepage": "https://github.com/Grandt/PHPRelativePath", "license": "LGPL-2.1", "authors": [ { "name": "A. Grandt", "email": "php@grandt.com", "role": "Developer" } ], "require": { "php": ">=5.0" }, "autoload": { "classmap": [ "RelativePath.php" ] } }