shell bypass 403
{
"name": "nwidart/laravel-modules",
"description": "Laravel Module management",
"keywords": [
"modules",
"laravel",
"nwidart",
"module",
"rad"
],
"license": "MIT",
"authors": [
{
"name": "Nicolas Widart",
"email": "n.widart@gmail.com",
"homepage": "https://nicolaswidart.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"mockery/mockery": "~1.0",
"orchestra/testbench": "^3.8",
"friendsofphp/php-cs-fixer": "^2.14",
"laravel/framework": "5.8.*",
"spatie/phpunit-snapshot-assertions": "^2.1.0",
"phpstan/phpstan": "^0.9.2"
},
"autoload": {
"psr-4": {
"Nwidart\\Modules\\": "src"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Nwidart\\Modules\\Tests\\": "tests",
"Modules\\Recipe\\": "tests/stubs/valid/Recipe"
}
},
"extra": {
"laravel": {
"providers": [
"Nwidart\\Modules\\LaravelModulesServiceProvider"
],
"aliases": {
"Module": "Nwidart\\Modules\\Facades\\Module"
}
},
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}