This repository was archived by the owner on May 13, 2025. It is now read-only.
Releases: iadvize/php-convention
Releases · iadvize/php-convention
1.2.0: Merge pull request #36 from iadvize/update-php-7.3
Added syntax checker
Merge pull request #35 from iadvize/phpcs-enable-syntax phpcs php syntax
1st stable version
Upgrade dependencies to use last version of php_codesniffer. This is a breaking release as there is new sniff
Change PHPMD threshold for CouplingBetweenObjects
Acording to this article, i want to level up this metric to 14. https://pdepend.org/documentation/software-metrics/coupling-between-objects.html and our experience 11 is too low for some cases
Add licence to composer.json
Merge pull request #24 from iadvize/feature-addLicenceToLibrary Feature add licence to library
First official packagist release
0.1.0 Delete version & put script install although not executed in main com…