We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490f07c commit 0ef9b72Copy full SHA for 0ef9b72
README.md
@@ -6,11 +6,11 @@
6
7
http://www.eurocontrol.int/service/network-manager-business-business-b2b-web-services
8
9
-Supported versions : 24.0 - 25.0 - 26.0
+Supported versions : 25.0 - 26.0 - 27.0
10
11
## Requirements
12
13
-* PHP >= 7.3
+* PHP >= 8.0
14
15
## Installation
16
src/NMB2BClient.php
@@ -33,7 +33,7 @@ class NMB2BClient
33
private $airspaceServices;
34
private $flowServices;
35
36
- public const SUPPORTED_VERSIONS = ["24.0.0", "25.0.0", "26.0.0"];
+ public const SUPPORTED_VERSIONS = ["25.0.0", "26.0.0", "27.0.0"];
37
38
/**
39
* Default options
0 commit comments