Skip to content

Commit 235b79f

Browse files
committed
Updates PHP scrutinizer configs
1 parent 60a0e09 commit 235b79f

File tree

4 files changed

+446
-3
lines changed

4 files changed

+446
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/composer.lock
21
/vendor
32
/bin
43
!/bin/validate-json

.scrutinizer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
before_commands:
2+
- composer install --dev
3+
4+
tools:
5+
php_analyzer: true

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
}
3737
}],
3838
"require": {
39-
"php": ">=5.3.0",
40-
"json-schema/JSON-Schema-Test-Suite": "1.1.0"
39+
"php": ">=5.3.0"
4140
},
4241
"require-dev": {
42+
"json-schema/JSON-Schema-Test-Suite": "1.1.0",
4343
"phpunit/phpunit": "~3.7.0"
4444
},
4545
"autoload": {

0 commit comments

Comments
 (0)