Skip to content

Releases: vektah/bugfree-dangerzone

Php 7.1 Support

14 Nov 04:52
Compare
Choose a tag to compare
Merge pull request #15 from guymers/php71

Support parsing PHP 7.1

Php 7 support

22 Jan 05:33
Compare
Choose a tag to compare

Adds support for parsing php 7

fix support for class_alias

01 Jul 07:02
Compare
Choose a tag to compare

This drops support for case sensitive class name matching because it breaks use of class_alias

0.4.0

17 Jun 07:53
Compare
Choose a tag to compare
  • Update to latest php-parser
  • support PEAR style namespaces
  • support multiple directories in composer.json autoloader spec
  • remove autoloader spec copy into bugfree.json

0.3.9

09 Apr 05:59
Compare
Choose a tag to compare
Update Bugfree.php

0.3.8

07 Apr 04:36
Compare
Choose a tag to compare
Bump version

New outputter, checkstyle

07 Aug 07:39
Compare
Choose a tag to compare

Bugfree can now output checkstyle using --checkstyleXml filename.xml

0.2.5: Merge pull request #1 from guymers/use-statement-organization

25 Jul 12:11
Compare
Choose a tag to compare
Use statement organization detection and autofixer