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 0a581bc commit 48954a1Copy full SHA for 48954a1
composer.json
@@ -29,17 +29,17 @@
29
}
30
},
31
"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",
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "scripts": {
+ "style": "vendor/bin/phpcs --report=full --extensions=php --standard=ruleset.xml src tests examples benchmarks",
+ "test": "vendor/bin/phpunit",
39
"doc": [
40
"vendor/bin/sphpdox process --output docs chdemko src",
41
"sphinx-build -b html docs/ html/"
42
],
43
"benchmark": "vendor/bin/phpbench run --report=default"
44
45
0 commit comments