X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/opis/closure
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
opis
/
closure
/
📁
..
📁
.github
📄
CHANGELOG.md
(7.89 KB)
📄
LICENSE
(1.06 KB)
📄
NOTICE
(306 B)
📄
README.md
(3.75 KB)
📄
autoload.php
(1001 B)
📄
composer.json
(1.04 KB)
📄
functions.php
(975 B)
📁
src
Editing: composer.json
{ "name": "opis/closure", "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", "keywords": ["closure", "serialization", "function", "serializable", "serialize", "anonymous functions"], "homepage": "https://opis.io/closure", "license": "MIT", "authors": [ { "name": "Marius Sarca", "email": "marius.sarca@gmail.com" }, { "name": "Sorin Sarca", "email": "sarca_sorin@hotmail.com" } ], "require": { "php": "^5.4 || ^7.0" }, "require-dev": { "jeremeamia/superclosure": "^2.0", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "autoload": { "psr-4": { "Opis\\Closure\\": "src/" }, "files": ["functions.php"] }, "autoload-dev": { "psr-4": { "Opis\\Closure\\Test\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "3.5.x-dev" } } }
Upload File
Create Folder