Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Olawale Lawal committed Sep 21, 2018
1 parent 591e1f8 commit ca830c9
Show file tree
Hide file tree
Showing 29 changed files with 5,981 additions and 0 deletions.
60 changes: 60 additions & 0 deletions composer.json
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"
}
}
}
Loading

0 comments on commit ca830c9

Please sign in to comment.