X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/sebastian/type
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
sebastian
/
type
/
📁
..
📄
.gitattributes
(22 B)
📁
.github
📄
.gitignore
(1.46 KB)
📁
.idea
📄
.php_cs.dist
(7.89 KB)
📄
.travis.yml
(1.21 KB)
📄
ChangeLog.md
(1.05 KB)
📄
LICENSE
(1.51 KB)
📄
README.md
(476 B)
📄
build.xml
(1 KB)
📄
composer.json
(1.1 KB)
📄
phive.xml
(288 B)
📄
phpunit.xml
(822 B)
📄
psalm.xml
(1.78 KB)
📁
src
📁
tests
Editing: composer.json
{ "name": "sebastian/type", "description": "Collection of value objects that represent the types of the PHP type system", "type": "library", "homepage": "https://github.com/sebastianbergmann/type", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "support": { "issues": "https://github.com/sebastianbergmann/type/issues" }, "prefer-stable": true, "require": { "php": "^7.2" }, "require-dev": { "phpunit/phpunit": "^8.2" }, "config": { "platform": { "php": "7.2.0" }, "optimize-autoloader": true, "sort-packages": true }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/_fixture" ], "files": [ "tests/_fixture/callback_function.php" ] }, "extra": { "branch-alias": { "dev-master": "1.1-dev" } } }
Upload File
Create Folder