Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20 from shochdoerfer/feature/securitychecker-update
Browse files Browse the repository at this point in the history
Update bitexpert/phing-securitychecker dep due to Travis problem with SSL
  • Loading branch information
shochdoerfer committed May 26, 2017
2 parents bd141ec + 7859895 commit 2554788
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 21 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php

matrix:
include:
- php: 5.6
- php: 7.0
- php: 7.1
env:
Expand Down
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<project name="prophiler-psr7-middleware" basedir="." default="security:check">
<property name="securitychecker.endpoint" value="http://security.sensiolabs.org/check_lock" />
<import file="vendor/bitexpert/phing-securitychecker/build.xml" />

<target name="sniff">
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^5.6|^7.0",
"php": "^7.0",
"psr/http-message": "^1.0",
"fabfuel/prophiler": "^1.5 || dev-feature/php7 as 2.0",
"zendframework/zend-stratigility": "^2.0",
Expand All @@ -27,7 +27,7 @@
"squizlabs/php_codesniffer": "^2.3",
"phpdocumentor/phpdocumentor": "^2.8",
"phing/phing": "^2.8.0",
"bitexpert/phing-securitychecker": "^0.2.1",
"bitexpert/phing-securitychecker": "^0.3.1",
"monolog/monolog": "^1.14.0"
},
"autoload": {
Expand Down
95 changes: 77 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2554788

Please sign in to comment.