Skip to content

Releases: maglnet/ComposerRequireChecker

1.0.0

11 Jul 19:43
dcd4524
Compare
Choose a tag to compare

Changed

  • update nikic/php-parser to ~4.0 (#75)

0.2.1

20 Mar 21:05
85f12c7
Compare
Choose a tag to compare
prepare release 0.2.1

0.2.0

20 Jan 17:57
Compare
Choose a tag to compare
  • PHP 7.1 required
  • displays more detailed errors if json config format is not valid
  • fixed fatal error when parsing trait usage with modified visibility (#44)
  • when locating files "exclude-from-classmap" will be taken into account
  • add option "--ignore-parse-errors"
    ComposerRequireChecker will not throw parser exceptions if this is set (#35)

0.1.6

24 Sep 15:00
Compare
Choose a tag to compare
  • add shebang #!/usr/bin/env php to phar file / allows direct execution of phar file

0.1.5

23 Jul 15:51
Compare
Choose a tag to compare
  • added builtin phar extension to default list
  • fixes problems when parsing anonymous classes (#23)

0.1.4

13 May 08:20
Compare
Choose a tag to compare
  • fixes problems when provided composer.json path was absolute

0.1.3

12 May 23:51
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

fixes issues with wrong paths when ComposerRequireChecker was used as a phar file

0.1.2

17 May 20:57
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
add signing to phar creation

0.1.1

01 Dec 23:26
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
remove qualifier for scalar type hint

0.1.0

01 Dec 23:15
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
first development release