Skip to content

Labs64 NetLicensing PHP Client v2.6.0

Latest

Choose a tag to compare

@r-brown r-brown released this 15 Nov 09:29
· 1 commit to master since this release
329cb76

What's Changed

This PR upgrades the PHP stack from version 7.4 to 8.2/8.4, bringing the codebase up to modern PHP standards with improved type safety and updated dependencies.

Key changes:

  • PHP version requirement upgraded from 7.4 to 8.2/8.4
  • Type hints added throughout the codebase (mixed, string, array, bool, void, static, nullable types)
  • Breaking change: parameter order modified in LicenseService::create() and LicenseService::update() methods
  • PHPUnit upgraded from 6.5 to 10.5 with updated configuration
  • Dependencies updated (faker, php-cli-tools)
  • CI/CD workflows modernized with PHP 8.2-8.4 testing matrix

Full Changelog: 2.5.0...2.6.0

Installation

$ composer require labs64/netlicensingclient-php

Usage

{
    "require": {
        "labs64/netlicensingclient-php": "^2.6.0"
    }
}