Skip to content

Commit

Permalink
Scrutinizer manifest and composer package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 19, 2022
1 parent 98385cb commit 056b96c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
7 changes: 6 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ tools:
php_code_sniffer:
config:
standard: "PSR2"

build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "ballen/clip",
"description": "A package for speeding up development of PHP console (CLI) applications.",
"type": "library",
"keywords": ["cli", "commands", "command", "console"],
"keywords": [
"cli",
"commands",
"command",
"console"
],
"license": "MIT",
"authors": [
{
Expand All @@ -17,7 +22,7 @@
"issues": "https://github.com/bobsta63/clip/issues"
},
"require": {
"php": ">=7.3.0",
"php": "^7.3.0|^8.0",
"ballen/collection": "^2.0"
},
"require-dev": {
Expand All @@ -31,4 +36,4 @@
"Ballen\\Clip\\": "src/"
}
}
}
}
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit 056b96c

Please sign in to comment.