Skip to content

Commit dc24c76

Browse files
committed
Update composer.json
1 parent 76fdc1f commit dc24c76

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
"Tests\\Functional\\": "tests/functional/src"
3535
}
3636
},
37-
"extra": {
38-
"branch-alias": {
39-
"dev-master": "1.0-dev"
40-
}
41-
},
4237
"scripts": {
43-
"all": [
38+
"tools": "sh composer-tools.sh",
39+
"ci": [
4440
"@fix",
4541
"@analyse",
4642
"@test"
4743
],
48-
"tools": "sh composer-tools.sh",
4944
"fix": "\"vendor-tools/bin/php-cs-fixer\" fix",
50-
"analyse": "\"vendor-tools/bin/phpstan\" analyse --no-progress --level=4 --configuration=phpstan.neon src tests",
45+
"analyse": "\"vendor-tools/bin/phpstan\" analyse --no-progress --level=5 --configuration=phpstan.neon src tests",
5146
"test": [
5247
"\"vendor/bin/codecept\" build",
5348
"\"vendor/bin/codecept\" run --debug"
5449
]
50+
},
51+
"extra": {
52+
"branch-alias": {
53+
"dev-master": "1.0-dev"
54+
}
5555
}
5656
}

0 commit comments

Comments
 (0)