| Server IP : 139.59.63.204 / Your IP : 216.73.217.62 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/billing/vendor/spatie/laravel-medialibrary/ |
Upload File : |
{
"name": "spatie/laravel-medialibrary",
"description": "Associate files with Eloquent models",
"keywords": [
"spatie",
"laravel-medialibrary",
"media",
"conversion",
"images",
"downloads",
"cms",
"laravel"
],
"homepage": "https://github.com/spatie/laravel-medialibrary",
"license": "MIT",
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"require": {
"php": "^7.4|^8.0",
"ext-fileinfo": "*",
"ext-json": "*",
"illuminate/bus": "^6.18|^7.0|^8.0",
"illuminate/console": "^6.18|^7.0|^8.0",
"illuminate/database": "^6.18|^7.0|^8.0",
"illuminate/pipeline": "^6.18|^7.0|^8.0",
"illuminate/support": "^6.18|^7.0|^8.0",
"league/flysystem": "^1.0.64",
"maennchen/zipstream-php": "^1.0|^2.0",
"spatie/image": "^1.4.0",
"spatie/temporary-directory": "^1.1",
"symfony/console": "^4.4|^5.0"
},
"require-dev": {
"ext-pdo_sqlite": "*",
"ext-zip": "*",
"aws/aws-sdk-php": "^3.133.11",
"doctrine/dbal": "^2.5.2",
"guzzlehttp/guzzle": "^6.3|^7.0",
"league/flysystem-aws-s3-v3": "^1.0.23",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"php-ffmpeg/php-ffmpeg": "^0.17.0",
"phpunit/phpunit": "^9.1",
"spatie/pdf-to-image": "^2.0",
"spatie/phpunit-snapshot-assertions": "^4.0"
},
"conflict": {
"php-ffmpeg/php-ffmpeg": "<0.6.1"
},
"suggest": {
"league/flysystem-aws-s3-v3": "Required to use AWS S3 file storage",
"php-ffmpeg/php-ffmpeg": "Required for generating video thumbnails",
"spatie/pdf-to-image": "Required for generating thumbsnails of PDFs and SVGs"
},
"autoload": {
"psr-4": {
"Spatie\\MediaLibrary\\": "src"
}
},
"scripts": {
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
"test": "vendor/bin/phpunit"
},
"autoload-dev": {
"psr-4": {
"Spatie\\MediaLibrary\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"Spatie\\MediaLibrary\\MediaLibraryServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}