Skip to content

Releases: researchgate/phpnsc

2.0.0

23 Nov 13:15
Compare
Choose a tag to compare
  • Update nikic/PHPParser to 2.0
  • Correct License to be MIT everywhere (Said Apache-2.0 in composer.json before, which was wrong)
  • Install PHPUnit as dev dependency
  • Update Coding Style to use PSR-2/Symfony

1.5.0

23 Nov 13:13
Compare
Choose a tag to compare
  • Add return codes to allow usage in e.g. a commit hook

1.4.0

23 Nov 13:13
Compare
Choose a tag to compare
  • PHP7: support return types and add more reserved keywords

1.3.3

23 Nov 13:13
Compare
Choose a tag to compare
  • Support symfony/console 3.0
  • Require PHP 5.5 or newer

Fix tests

15 Dec 10:47
Compare
Choose a tag to compare
1.3.2

Fix weird regex bug when a heredoc identifier starts with an _

Fix regex to remove heredocs

14 Dec 17:38
Compare
Choose a tag to compare
1.3.1

Fix regex to remove heredocs

Filter out heredocs

17 Sep 11:04
Compare
Choose a tag to compare
v1.3.0

Filter out heredocs

Added feature to detect if the namespace of a file does not match the folder structure

08 Jul 09:49
Compare
Choose a tag to compare
v1.1.0

Added check if namespace of file matches folder structure

First stable version

16 Oct 12:16
Compare
Choose a tag to compare
v1.0.0

remove phpunit from vendors, and cleanup other stuff