BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
yediyuz
/
yediyuz-helpers
π€ Upload
π New File
π New Folder
Close
Editing: composer.json
{ "name": "yediyuz/yediyuz-helpers", "description": "Yediyuz Development Helpers", "license": "MIT", "homepage": "https://github.com/yediyuz/yediyuz-helpers", "autoload": { "psr-4": { "Yediyuz\\Helpers\\": "src/" } }, "autoload-dev": { "psr-4": { "Yediyuz\\Helpers\\Tests\\": "tests/" } }, "authors": [ { "name": "Mert AΕan", "email": "mert@yediyuz.com" } ], "require": { "php": "^8.1", "ext-json": "*" }, "require-dev": { "yediyuz/dev-tools": "dev-master", "pestphp/pest": "^2.2.3", "pestphp/pest-plugin-mock": "^2.0.0", "phpstan/phpstan": "^1.10.8", "phpunit/phpcov": "^9.0.0", "spatie/pest-plugin-test-time": "^2.0.0" }, "scripts": { "lint": "php-cs-fixer fix -v", "test": "vendor/bin/pest --colors=always --parallel", "test:lint": "php-cs-fixer fix -v --dry-run", "test:styles": "vendor/bin/phpstan analyse --ansi", "test:styles:pro": "vendor/bin/phpstan analyse --pro --fix --watch", "test:coverage": "@test --coverage-php ./coverage/cov/default.cov --coverage-html coverage/html/default", "test:all": [ "@test:lint", "@test:styles", "@test" ] }, "config": { "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true } }, "minimum-stability": "dev", "prefer-stable": true }
Save
Cancel