123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "hyperf/tappable",
- "description": "Hyperf Macroable package which come from illuminate/tappable",
- "license": "MIT",
- "keywords": [
- "php",
- "swoole",
- "hyperf",
- "tappable"
- ],
- "homepage": "https://hyperf.io",
- "support": {
- "docs": "https://hyperf.wiki",
- "issues": "https://github.com/hyperf/hyperf/issues",
- "pull-request": "https://github.com/hyperf/hyperf/pulls",
- "source": "https://github.com/hyperf/hyperf"
- },
- "require": {
- "php": ">=8.1"
- },
- "autoload": {
- "psr-4": {
- "Hyperf\\Tappable\\": "src/"
- },
- "files": [
- "src/Functions.php"
- ]
- },
- "autoload-dev": {
- "psr-4": {
- "HyperfTest\\Tappable\\": "tests/"
- }
- },
- "config": {
- "sort-packages": true
- },
- "extra": {
- "branch-alias": {
- "dev-master": "3.1-dev"
- }
- }
- }
|