-
- Downloads
New upstream version 6.0.0
No related branches found
No related tags found
Showing
- .github/CONTRIBUTING.md 75 additions, 0 deletions.github/CONTRIBUTING.md
- .github/workflows/ci.yml 2 additions, 2 deletions.github/workflows/ci.yml
- .phive/phars.xml 3 additions, 3 deletions.phive/phars.xml
- .php-cs-fixer.dist.php 23 additions, 4 deletions.php-cs-fixer.dist.php
- ChangeLog.md 7 additions, 0 deletionsChangeLog.md
- LICENSE 1 addition, 1 deletionLICENSE
- composer.json 4 additions, 4 deletionscomposer.json
- phpstan.neon 1 addition, 1 deletionphpstan.neon
- phpunit.xml 2 additions, 1 deletionphpunit.xml
- src/Factory.php 9 additions, 6 deletionssrc/Factory.php
- src/Iterator.php 2 additions, 5 deletionssrc/Iterator.php
- tests/unit/FacadeTest.php 0 additions, 1 deletiontests/unit/FacadeTest.php
.github/CONTRIBUTING.md
0 → 100644
... | ... | @@ -21,17 +21,17 @@ |
}, | ||
"config": { | ||
"platform": { | ||
"php": "8.2.0" | ||
"php": "8.3.0" | ||
}, | ||
"optimize-autoloader": true, | ||
"sort-packages": true | ||
}, | ||
"prefer-stable": true, | ||
"require": { | ||
"php": ">=8.2" | ||
"php": ">=8.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^11.0" | ||
"phpunit/phpunit": "^12.0" | ||
}, | ||
"autoload": { | ||
"classmap": [ | ||
... | ... | @@ -40,7 +40,7 @@ |
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "5.0-dev" | ||
"dev-main": "6.0-dev" | ||
} | ||
} | ||
} |
Please register or sign in to comment