OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
rize
/
uri-template
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:05 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:36:12 AM
rwxr-xr-x
📄
.gitattributes
101 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:42 AM
rwxr-xr-x
📄
.gitignore
34 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
LICENSE
1.08 KB
08/12/2024 10:33:05 AM
rw-r--r--
📄
README.md
7.8 KB
08/12/2024 10:33:05 AM
rw-r--r--
📄
composer.json
641 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📁
src
-
08/12/2024 10:34:42 AM
rwxr-xr-x
📁
test
-
08/12/2024 10:34:42 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "rize/uri-template", "type": "library", "description": "PHP URI Template (RFC 6570) supports both expansion & extraction", "keywords": ["URI", "Template", "RFC 6570"], "license": "MIT", "authors": [ { "name": "Marut K", "homepage": "http://twitter.com/rezigned" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36" }, "autoload": { "psr-4": { "Rize\\": "src/Rize" } }, "scripts": { "test": "vendor/bin/phpunit test/" } }