-
- Downloads
New upstream version 3.2.0
Showing
- .github/workflows/ci.yml 1 addition, 1 deletion.github/workflows/ci.yml
- .phive/phars.xml 3 additions, 3 deletions.phive/phars.xml
- ChangeLog.md 11 additions, 0 deletionsChangeLog.md
- composer.json 2 additions, 2 deletionscomposer.json
- src/Calculator.php 1 addition, 8 deletionssrc/Calculator.php
- src/Complexity/ComplexityCollection.php 17 additions, 0 deletionssrc/Complexity/ComplexityCollection.php
- tests/integration/CalculatorTest.php 1 addition, 8 deletionstests/integration/CalculatorTest.php
- tests/unit/ComplexityCalculatingVisitorTest.php 3 additions, 10 deletionstests/unit/ComplexityCalculatingVisitorTest.php
- tests/unit/ComplexityCollectionTest.php 8 additions, 0 deletionstests/unit/ComplexityCollectionTest.php
- tests/unit/CyclomaticComplexityCalculatingVisitorTest.php 1 addition, 8 deletionstests/unit/CyclomaticComplexityCalculatingVisitorTest.php
... | ... | @@ -18,7 +18,7 @@ |
"prefer-stable": true, | ||
"require": { | ||
"php": ">=8.1", | ||
"nikic/php-parser": "^4.10" | ||
"nikic/php-parser": "^4.18 || ^5.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^10.0" | ||
... | ... | @@ -37,7 +37,7 @@ |
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "3.1-dev" | ||
"dev-main": "3.2-dev" | ||
} | ||
} | ||
} |
Please register or sign in to comment