Skip to content

Releases: DavidGoodwin/nmap

v4.0.2

17 Sep 19:34
7d5ff58

Choose a tag to compare

  • avoid mixing targets and options (thanks @peter17, see #11)
  • psalm static analysis fixes
  • fix XML parsing if host is down (thanks @peter17, see #10 )

v4.0.1 - PHP 8.4 fix

18 Jul 09:08
12cdce7

Choose a tag to compare

fix php 8.4 usage of deprecated implicitly nullable paramaters, thanks @W0rma (see #9 )

v4.0.0 - Maintenance release

27 Feb 21:38
8db35cf

Choose a tag to compare

  • Drops support for PHP 8.0
  • Adds support for PHP 8.4
  • Silence/fix various static analysis (psalm) warnings (e.g. type hints wrong/missing, ClassMustBeFinal etc)

allow symfony/filesystem 7

04 Dec 15:04
6fe6349

Choose a tag to compare

another composer.json / dependency change
thanks @peter17

3.0.1 (adds PHP 8.3)

04 Dec 14:04

Choose a tag to compare

  • Improve github build coverage (add PHP 8.3 build step)
  • Update psalm / fix niggles it moaned about
  • Allow symfony/process 7.0 (thanks @peter17)

PHP 8.0 +

01 Sep 20:45
06a3a7c

Choose a tag to compare

Bumps dependent libraries and the minimum PHP version increases to 8.0. Thanks to @wvdongen

Adds OS accuracy / script element support

19 Mar 20:41

Choose a tag to compare

  • Refresh github action / psalm checks for PHP 7.2 <-> 8.0
  • Add OS accuracy and script element support (See #2 ; thanks @wvdongen )
  • Add support for Symfony Process 5 (See #1 ; thanks @wvdongen )