Skip to content

Commit b3a7259

Browse files
committed
Prepare v2.6.0
1 parent 78f6df2 commit b3a7259

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/netlicensing-php-dependency-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['8.2', '8.3']
17+
php-version: ['8.4']
1818

1919
steps:
2020
- name: Setup PHP ${{ matrix.php-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ composer require labs64/netlicensingclient-php
2424
```
2525
{
2626
"require": {
27-
"labs64/netlicensingclient-php": "^2.5.0"
27+
"labs64/netlicensingclient-php": "^2.6.0"
2828
}
2929
}
3030
```

common/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Constants
1313
{
14-
const NETLICENSING_VERSION = '2.5.0';
14+
const NETLICENSING_VERSION = '2.6.0';
1515

1616
const NUMBER = 'number';
1717
const CASCADE = 'forceCascade';

0 commit comments

Comments
 (0)