123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "ibrand/point",
- "type": "library",
- "description": "GuoJiangClub Point component",
- "keywords": [
- "GuoJiangClub",
- "Point",
- "component"
- ],
- "license": "MIT",
- "authors": [
- {
- "name": "shjchen",
- "email": "i@chenhow.com"
- }
- ],
- "require": {
- "php": ">=7.0",
- "prettus/l5-repository": "^2.1",
- "ibrand/laravel-scheduling": "~1.0"
- },
- "require-dev": {
- "mockery/mockery": "~1.0",
- "phpunit/phpunit": "~6.0",
- "orchestra/testbench": "~3.5",
- "orchestra/database": "~3.5"
- },
- "autoload": {
- "psr-4": {
- "GuoJiangClub\\Component\\Point\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "GuoJiangClub\\Component\\Point\\Test\\": "tests"
- }
- },
- "extra": {
- "laravel": {
- "providers": [
- "GuoJiangClub\\Component\\Point\\PointServiceProvider"
- ]
- }
- },
- "config": {
- "preferred-install": "dist",
- "secure-http": false
- },
- "minimum-stability": "dev",
- "prefer-stable": true
- }
|