File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5656 - name : Run PHPStan
5757 if : ${{ matrix.experimental == false }}
5858 run : vendor/bin/phpstan analyze -c phpstan.neon
59-
60- # - name: Code coverage
61- # if: ${{ github.ref == 'refs/heads/master' }}
62- # run: |
63- # wget https://scrutinizer-ci.com/ocular.phar
64- # php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "phpstan/phpstan" : " ^1.11.11" ,
25- "phpunit/phpunit" : " ^9.5.23|^10.0|^11.0" ,
25+ "phpunit/phpunit" : " ^9.5.23|^10.0|^11.0|^12.0 " ,
2626 "nikic/php-parser" : " ^v4.10.4" ,
2727 "symfony/yaml" : " ^5.0 | ^6.0 | ^7.0" ,
2828 "friendsofphp/php-cs-fixer" : " ^3.0" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ permalink: /docs/changelog/
33title : Changelog
44---
55
6+ ## 3.6.2 - 2025-03-16
7+
8+ ### Fixed
9+
10+ - Allow PHPUnit 12
11+
612## 3.6.1 - 2024-12-16
713
814### Fixed
You can’t perform that action at this time.
0 commit comments