Skip to content

Commit 48954a1

Browse files
committed
Use tabs
1 parent 0a581bc commit 48954a1

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
@@ -29,17 +29,17 @@
2929
}
3030
},
3131
"extra": {
32-
"branch-alias": {
33-
"dev-master": "1.0.x-dev"
34-
}
35-
},
36-
"scripts": {
37-
"style": "vendor/bin/phpcs --report=full --extensions=php --standard=ruleset.xml src tests examples benchmarks",
38-
"test": "vendor/bin/phpunit",
32+
"branch-alias": {
33+
"dev-master": "1.0.x-dev"
34+
}
35+
},
36+
"scripts": {
37+
"style": "vendor/bin/phpcs --report=full --extensions=php --standard=ruleset.xml src tests examples benchmarks",
38+
"test": "vendor/bin/phpunit",
3939
"doc": [
4040
"vendor/bin/sphpdox process --output docs chdemko src",
4141
"sphinx-build -b html docs/ html/"
4242
],
4343
"benchmark": "vendor/bin/phpbench run --report=default"
44-
}
44+
}
4545
}

0 commit comments

Comments
 (0)