mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
- update README.md with latest PHP information - update composer.json to support PHP 7.3 to PHP8 - active support for PHP 7.2 ended 6 Dec 2020 - PHP8 was released 26-Nov-2020 - update the dependencies - PHPUnit now version 9.5 and config file updated - ECS now version 9.3 and config file changed from `ecs.yaml` to `ecs.php` ApprovalTest removed, in line with latest readme, all set for refactoring :) Tested with PHP 7.3, 7.4 and 8.0 one failing "fixme" != "foo" test!
17 lines
342 B
Plaintext
17 lines
342 B
Plaintext
includes:
|
|
- vendor/symplify/phpstan-extensions/config/config.neon
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
|
|
parameters:
|
|
paths:
|
|
- src
|
|
- tests
|
|
- fixtures
|
|
|
|
# The level 8 is the highest level
|
|
level: 8
|
|
|
|
checkGenericClassInNonGenericObjectType: false
|
|
|
|
checkMissingIterableValueType: false
|