{ "name": "phpoption/phpoption", "description": "Option Type for PHP", "keywords": ["php", "option", "language", "type"], "license": "Apache-2.0", "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "https://github.com/schmittjoh" }, { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" } ], "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" }, "autoload": { "psr-4": { "PhpOption\\": "src/PhpOption/" } }, "autoload-dev": { "psr-4": { "PhpOption\\Tests\\": "tests/PhpOption/Tests/" } }, "config": { "allow-plugins": { "bamarni/composer-bin-plugin": true }, "preferred-install": "dist" }, "extra": { "bamarni-bin": { "bin-links": true, "forward-command": true }, "branch-alias": { "dev-master": "1.9-dev" } }, "minimum-stability": "dev", "prefer-stable": true }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 34 B | 0644 |
|
.travis.yml | File | 434 B | 0644 |
|
LICENSE | File | 11.09 KB | 0644 |
|
Makefile | File | 1.62 KB | 0644 |
|
README.md | File | 5.59 KB | 0644 |
|
composer.json | File | 1.3 KB | 0644 |
|
phpunit.xml.dist | File | 678 B | 0644 |
|