Skip to content

Releases: YouweGit/testing-suite

Removed dependency on phpro/grumphp in favor of phar file

03 Aug 07:22
c34ab8a
Compare
Choose a tag to compare
Merge pull request #6 from YouweGit/feature/phpro-grumphp-shim

Removed dependency on phpro/grumphp in favor of phar file.

2.12.0

03 Jun 13:34
998b639
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.11.1...2.12

Changed minimum stability to test other require packages in a project.

12 Apr 23:05
47d34d2
Compare
Choose a tag to compare

Changed minimum stability to test other require packages in a project.

Update pathing in files when installing the testing suite

12 Apr 20:47
2848874
Compare
Choose a tag to compare

Fixed

  • Old pathing to Mediact pathing in files phpcs.xml, phpmd.xml & grumphp.yml will now be replaced by
    Youwe pathing to prevent error of phpcs/phpmd/grumphp.

Changed

  • Versions of packages required are now not using @stable anymore.
  • Versions of packages can now be updated.

Changed namespace to Youwe

28 Mar 08:37
Compare
Choose a tag to compare

Added

  • Copyright.
  • Declare strict type.

Changed

  • Vendor name from Mediact to Youwe.
  • grumphp.yml now uses securitychecker_enlightn instead of securitychecker which caused an error with
    new version of grumphp.

Removed

  • bitbucket pipeline file. This will be added by a different module.
  • Io class from configInstaller since it was never read.

Changed

  • [AD-210] Run phpcs with the -s flag to output the explicit rule that is failing.