%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/admin1/vendor/hedii/artisan-log-cleaner/ |
Upload File : |
{
"name": "hedii/artisan-log-cleaner",
"description": "An artisan command to clear laravel log files",
"type": "library",
"license": "MIT",
"keywords": [
"hedii",
"artisan-log-cleaner",
"laravel",
"artisan",
"log",
"php"
],
"authors": [
{
"name": "hedii",
"email": "contact@hedichaibi.com",
"homepage": "https://hedichaibi.com"
}
],
"support": {
"issues": "https://github.com/hedii/artisan-log-cleaner/issues",
"source": "https://github.com/hedii/artisan-log-cleaner"
},
"require": {
"php": "^8.1",
"illuminate/console": "^10.0",
"illuminate/filesystem": "^10.0",
"illuminate/support": "^10.0"
},
"require-dev": {
"orchestra/testbench": "^8.0"
},
"autoload": {
"psr-4": {
"Hedii\\ArtisanLogCleaner\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Hedii\\ArtisanLogCleaner\\Tests\\": "tests/"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Hedii\\ArtisanLogCleaner\\ArtisanLogCleanerServiceProvider"
]
}
}
}