-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Olawale Lawal
committed
Sep 21, 2018
1 parent
591e1f8
commit ca830c9
Showing
29 changed files
with
5,981 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"name": "cottacush/cricket-base", | ||
"description": "Cricket Base Module", | ||
"keywords": [ | ||
"yii2", | ||
"framework", | ||
"basic", | ||
"report template", | ||
"admin portal" | ||
], | ||
"homepage": "https://github.com/cottacush/cricket-base", | ||
"type": "library", | ||
"license": "MIT", | ||
"minimum-stability": "stable", | ||
"require": { | ||
"cottacush/yii2-widgets": "^1.0", | ||
"hashids/hashids": "^1.0", | ||
"yii2tech/csv-grid": "^1.0" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Cotta & Cush Developers", | ||
"email": "developers@cottacush.com", | ||
"homepage": "http://cottacush.com", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Taiwo Ladipo", | ||
"email": "taiwo.ladipo@cottacush.com", | ||
"role": "Software Engineer" | ||
}, | ||
{ | ||
"name": "Olawale Lawal", | ||
"email": "wale@cottacush.com", | ||
"role": "Software Engineer" | ||
} | ||
], | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.0||~5.0", | ||
"scrutinizer/ocular": "~1.1", | ||
"squizlabs/php_codesniffer": "~2.3" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"CottaCush\\Cricket\\Report\\": "src" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "phpunit" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.0-dev" | ||
}, | ||
"asset-installer-paths": { | ||
"npm-asset-library": "vendor/npm", | ||
"bower-asset-library": "vendor/bower" | ||
} | ||
} | ||
} |
Oops, something went wrong.