|
| 1 | +{ |
| 2 | + "name": "onix-systems-php/hyperf-app-settings", |
| 3 | + "type": "extension", |
| 4 | + "license": "MIT", |
| 5 | + "keywords": [ |
| 6 | + "php", |
| 7 | + "hyperf" |
| 8 | + ], |
| 9 | + "description": "An extension that consists of settings for an application", |
| 10 | + "autoload": { |
| 11 | + "psr-4": { |
| 12 | + "OnixSystemsPHP\\HyperfAppSettings\\": "src/" |
| 13 | + } |
| 14 | + }, |
| 15 | + "autoload-dev": { |
| 16 | + "psr-4": { |
| 17 | + "OnixSystemsPHP\\HyperfAppSettings\\Test\\": "tests" |
| 18 | + } |
| 19 | + }, |
| 20 | + "require": { |
| 21 | + "php": ">=8.0", |
| 22 | + "ext-json": "*", |
| 23 | + "96qbhy/hyperf-auth": "^2.6", |
| 24 | + "fakerphp/faker": "^1.20", |
| 25 | + "onix-systems-php/hyperf-core": "^1.0", |
| 26 | + "hyperf-ext/mail": "^2.2", |
| 27 | + "hyperf/command": "^2.2|^3.0", |
| 28 | + "hyperf/config": "~2.2.0|^3.0", |
| 29 | + "hyperf/contract": "^2.2|^3.0", |
| 30 | + "hyperf/cache": "~2.2.0|^3.0", |
| 31 | + "hyperf/context": "^2.0.0|^3.0", |
| 32 | + "hyperf/database": "^2.2|^3.0", |
| 33 | + "hyperf/db-connection": "^2.2|^3.0", |
| 34 | + "hyperf/di": "^2.2|^3.0", |
| 35 | + "hyperf/framework": "^2.2|^3.0", |
| 36 | + "hyperf/filesystem": "^2.2|^3.0", |
| 37 | + "hyperf/http-server": "^2.2|^3.0", |
| 38 | + "hyperf/resource": "^2.2|^3.0", |
| 39 | + "hyperf/session": "^2.2|^3.0", |
| 40 | + "hyperf/testing": "^2.2|^3.0", |
| 41 | + "hyperf/validation": "^2.2|^3.0", |
| 42 | + "hyperf/utils": "^2.2|^3.0", |
| 43 | + "intervention/image": "^2.7", |
| 44 | + "yzen.dev/plain-to-class": "^1.0" |
| 45 | + }, |
| 46 | + "require-dev": { |
| 47 | + "friendsofphp/php-cs-fixer": "^2.2|^3.0", |
| 48 | + "mockery/mockery": "^1.0", |
| 49 | + "phpstan/phpstan": "^1.0", |
| 50 | + "phpunit/phpunit": ">=7.0", |
| 51 | + "swoole/ide-helper": "^4.5" |
| 52 | + }, |
| 53 | + "suggest": { |
| 54 | + "swow/swow": "Required to create swow components." |
| 55 | + }, |
| 56 | + "minimum-stability": "dev", |
| 57 | + "prefer-stable": true, |
| 58 | + "config": { |
| 59 | + "optimize-autoloader": true, |
| 60 | + "sort-packages": true |
| 61 | + }, |
| 62 | + "scripts": { |
| 63 | + "test": "phpunit -c phpunit.xml --colors=always", |
| 64 | + "analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src", |
| 65 | + "cs-fix": "php-cs-fixer fix $1" |
| 66 | + }, |
| 67 | + "extra": { |
| 68 | + "hyperf": { |
| 69 | + "config": "OnixSystemsPHP\\HyperfAppSettings\\ConfigProvider" |
| 70 | + } |
| 71 | + } |
| 72 | +} |
0 commit comments