Skip to content

Releases: edmondscommerce/phpqa

4.1.1

04 May 21:04
3fb0625

Choose a tag to compare

Merge pull request #107 from edmondscommerce/StanHappy

trying to make stan happy

4.1.0

04 May 20:15
a948a1f

Choose a tag to compare

Merge pull request #106 from edmondscommerce/CsFixerNoXdebug

cs fixer was running with xdebug, now much faster and doesnt hang if …

Fix Out of Date ini file for No Xdebug

30 Jan 10:56
43b90f4

Choose a tag to compare

now includes PHP version to avoid issues after upgrading PHP

Fixing laravel bugs

29 Jan 12:45
d8f9d8d

Choose a tag to compare

Merge pull request #102 from edmondscommerce/FixLaravelSetPaths

fixing larvell set paths override to include tests and bin directory

Doctrine Annotations Fixing

09 Dec 14:38
b7c1acf

Choose a tag to compare

extends PHP-CS-Fixer to auto fix doctrine annotations indentation etc

Symfony, PHPStan 0.12

06 Dec 10:42
297169d

Choose a tag to compare

This release adds full Symfony support (previously was just handled by generic)

This release also updates PHPStan to 0.12

Upgrading

Before upgrading, it is suggested that you manually remove any phpstan symlinks in your bin directory

rm -f bin/phpstan*

Also - if you are overriding the phpstan configs, you need to make sure you have the following in there:

parameters:
    level: max
    inferPrivatePropertyTypeFromConstructor: true

Added PHPStan Extension Loader

11 Jul 10:35
894b062

Choose a tag to compare

All dependencies have been updated.
Notable additions is the PHPStan Extension Installer that automatically loads PHPStan rules.
https://github.com/phpstan/extension-installer

PHPUnit 8, PHP 7.2 Minimum

02 Apr 10:05
fdcaa19

Choose a tag to compare

Brings PHPUnit 8

The custom testdox printer is removed, make sure you update your phpunit.xml files

Other small tweaks

Infection still pegged at 0.10 as the latest version is not working

Fixes incorrect exit code issue in 2.0.7

30 Jan 16:03
06f79f8

Choose a tag to compare

Merge pull request #91 from edmondscommerce/HotFix

Hot fix

Bringing in Composer Requirements Checker

30 Jan 13:41
1c0cc4a

Choose a tag to compare