Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 5a9719d

Browse files
committed
Merge branch 'master' of github.com:imponeer/composer-custom-commands
2 parents 28b1b3b + 82cded2 commit 5a9719d

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22
php:
3-
- 5.6
4-
- 7.0
5-
- 7.1
63
- 7.2
4+
- 7.3
75
script: |
86
composer install --optimize-autoloader --no-suggest

.whitesource

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
##########################################################
2-
#### WhiteSource Integration configuration file ####
3-
##########################################################
4-
5-
# Configuration #
6-
#---------------#
7-
ws.repo.scan=true
8-
vulnerable.check.run.conclusion.level=failure
1+
{
2+
"checkRunSettings": {
3+
"vulnerableCheckRunConclusionLevel": "failure"
4+
},
5+
"issueSettings": {
6+
"minSeverityLevel": "LOW"
7+
}
8+
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"type": "composer-plugin",
55
"require": {
66
"composer-plugin-api": "^1.1",
7-
"php": ">=5.5",
8-
"symfony/console": "^4.1",
7+
"php": ">=7.2",
8+
"symfony/console": "*",
99
"imponeer/project-cached-code-generator-from-composer.json-data-base": "^0.1.1"
1010
},
1111
"license": "MIT",

0 commit comments

Comments
 (0)