X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/facade/ignition-contracts
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
facade
/
ignition-contracts
/
📁
..
📁
.github
📄
.php_cs
(1.21 KB)
📄
LICENSE.md
(1.07 KB)
📄
composer.json
(1.15 KB)
📄
psalm.xml
(562 B)
📁
src
Editing: composer.json
{ "name": "facade/ignition-contracts", "description": "Solution contracts for Ignition", "keywords": [ "flare", "contracts", "ignition" ], "homepage": "https://github.com/facade/ignition-contracts", "license": "MIT", "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://flareapp.io", "role": "Developer" } ], "require": { "php": "^7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", "phpunit/phpunit": "^7.5|^8.0", "vimeo/psalm": "^3.12" }, "autoload": { "psr-4": { "Facade\\IgnitionContracts\\": "src" } }, "autoload-dev": { "psr-4": { "Facade\\IgnitionContracts\\Tests\\": "tests" } }, "scripts": { "psalm": "vendor/bin/psalm", "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes", "test": "vendor/bin/phpunit", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" }, "config": { "sort-packages": true } }
Upload File
Create Folder