Skip to content

Commit 0ef9b72

Browse files
committed
Drop NM24 and add NM27
1 parent 490f07c commit 0ef9b72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
http://www.eurocontrol.int/service/network-manager-business-business-b2b-web-services
88

9-
Supported versions : 24.0 - 25.0 - 26.0
9+
Supported versions : 25.0 - 26.0 - 27.0
1010

1111
## Requirements
1212

13-
* PHP >= 7.3
13+
* PHP >= 8.0
1414

1515
## Installation
1616

src/NMB2BClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class NMB2BClient
3333
private $airspaceServices;
3434
private $flowServices;
3535

36-
public const SUPPORTED_VERSIONS = ["24.0.0", "25.0.0", "26.0.0"];
36+
public const SUPPORTED_VERSIONS = ["25.0.0", "26.0.0", "27.0.0"];
3737

3838
/**
3939
* Default options

0 commit comments

Comments
 (0)