golden hour
/home/phakp/public_html/erp/includes/sabre/sabre/uri
⬆️ Go Up
Upload
File/Folder
Size
Actions
CHANGELOG.md
1.31 KB
Del
OK
LICENSE
1.53 KB
Del
OK
README.md
1.5 KB
Del
OK
composer.json
923 B
Del
OK
lib
-
Del
OK
Edit: composer.json
{ "name": "sabre/uri", "description": "Functions for making sense out of URIs.", "keywords": [ "URI", "URL", "rfc3986" ], "homepage": "http://sabre.io/uri/", "license": "BSD-3-Clause", "require": { "php": ">=5.4.7" }, "authors": [ { "name": "Evert Pot", "email": "me@evertpot.com", "homepage": "http://evertpot.com/", "role": "Developer" } ], "support": { "forum": "https://groups.google.com/group/sabredav-discuss", "source": "https://github.com/fruux/sabre-uri" }, "autoload": { "files" : [ "lib/functions.php" ], "psr-4" : { "Sabre\\Uri\\" : "lib/" } }, "require-dev": { "sabre/cs": "~1.0.0", "phpunit/phpunit" : "*" }, "config" : { "bin-dir" : "bin/" } }
Save