Skip to content

Releases: edmondscommerce/phpqa

4.1.1

Choose a tag to compare

@edmondscommerce edmondscommerce released this 04 May 21:04
3fb0625
Merge pull request #107 from edmondscommerce/StanHappy

trying to make stan happy

4.1.0

Choose a tag to compare

@edmondscommerce edmondscommerce released this 04 May 20:15
a948a1f
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

Choose a tag to compare

@edmondscommerce edmondscommerce released this 30 Jan 10:56
43b90f4

now includes PHP version to avoid issues after upgrading PHP

Fixing laravel bugs

Choose a tag to compare

@edmondscommerce edmondscommerce released this 29 Jan 12:45
d8f9d8d
Merge pull request #102 from edmondscommerce/FixLaravelSetPaths

fixing larvell set paths override to include tests and bin directory

Doctrine Annotations Fixing

Choose a tag to compare

@edmondscommerce edmondscommerce released this 09 Dec 14:38
b7c1acf

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

Symfony, PHPStan 0.12

Choose a tag to compare

@edmondscommerce edmondscommerce released this 06 Dec 10:42
297169d

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

Choose a tag to compare

@edmondscommerce edmondscommerce released this 11 Jul 10:35
894b062

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

Choose a tag to compare

@edmondscommerce edmondscommerce released this 02 Apr 10:05
fdcaa19

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

Choose a tag to compare

@edmondscommerce edmondscommerce released this 30 Jan 16:03
06f79f8
Merge pull request #91 from edmondscommerce/HotFix

Hot fix

Bringing in Composer Requirements Checker

Choose a tag to compare

@edmondscommerce edmondscommerce released this 30 Jan 13:41
1c0cc4a

Along with some other improvements

https://github.com/maglnet/ComposerRequireChecker