We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9d50b commit 05a6294Copy full SHA for 05a6294
.scrutinizer.yml
@@ -1,8 +1,7 @@
1
build:
2
- tests:
3
- override:
4
- -
5
- command: './bin/phing unit'
6
- coverage:
7
- file: 'test/coverage.xml'
8
- format: 'php-clover'
+ tests:
+ override:
+ - command: './bin/phing unit'
+ coverage:
+ file: 'test/coverage.xml'
+ format: 'php-clover'
composer.json
@@ -5,11 +5,10 @@
"Error",
"Handler"
],
- "type": "library",
9
"license": "MIT",
10
"require": {
11
"php": ">=7.1.0",
12
- "setbased/exception": "^1.1.0"
+ "setbased/exception": "^2.0.0"
13
},
14
"require-dev": {
15
"phing/phing": "^2.0.0",
0 commit comments