Skip to content

Commit

Permalink
Scruntinizer manifest and Composer updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 19, 2022
1 parent cf33e86 commit 48bc147
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ tools:
php_code_sniffer:
config:
standard: "PSR2"
external_code_coverage: true
external_code_coverage: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=7.3.0",
"php": "^7.3.0|^8.0",
"ext-json": "*"
},
"require-dev": {
Expand All @@ -28,4 +28,4 @@
"Ballen\\Collection\\": "lib/"
}
}
}
}
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit 48bc147

Please sign in to comment.