Skip to content

Commit

Permalink
use php-coveralls/php-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 12, 2019
1 parent 0a715a8 commit f5f7f11
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ vendor
coverage.json
coverage/
bin/
build/logs
43 changes: 27 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
"name": "samsonasik/force-https-module",
"type": "library",
"description": "Force Https Module",
"keywords": ["zf2", "zf3", "expressive", "middleware", "force", "https", "http", "psr7", "psr11", "psr-15"],
"keywords": [
"zf2",
"zf3",
"expressive",
"middleware",
"force",
"https",
"http",
"psr7",
"psr11",
"psr-15"
],
"homepage": "https://github.com/samsonasik/ForceHttpsModule",
"license": "MIT",
"authors": [
Expand All @@ -13,20 +24,28 @@
"role": "Developer"
}
],
"require":{
"require": {
"php": "^7.1",
"zendframework/zend-console": "^2.5"
},
"require-dev": {
"kahlan/kahlan": "^4.0",
"satooshi/php-coveralls": "^2.0",
"zendframework/zend-mvc": "^3.0",
"zendframework/zend-expressive": "^3.0"
},
"conflict": {
"zendframework/zend-expressive": "<3.0",
"zendframework/zend-mvc": "<3.0"
},
"require-dev": {
"kahlan/kahlan": "^4.0",
"php-coveralls/php-coveralls": "^2.1",
"zendframework/zend-expressive": "^3.0",
"zendframework/zend-mvc": "^3.0"
},
"config": {
"bin-dir": "bin"
},
"extra": {
"zf": {
"module": "ForceHttpsModule"
}
},
"autoload": {
"psr-4": {
"ForceHttpsModule\\": "src/"
Expand All @@ -36,13 +55,5 @@
"psr-4": {
"ForceHttpsModule\\Spec\\": "spec/"
}
},
"config": {
"bin-dir": "bin"
},
"extra": {
"zf": {
"module": "ForceHttpsModule"
}
}
}

0 comments on commit f5f7f11

Please sign in to comment.