You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,9 @@
28
28
-[Requirements](#requirements)
29
29
-[More information](#more_info)
30
30
31
+
<br>
31
32
32
-
This version supports ArangoDB versions 1.2.2 / 1.2.3
33
-
34
-
Please note that if you use other versions of ArangoDB, you must use a matching PHP driver version.
33
+
Please take a look [here](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix) for the **ArangoDB-PHP Client** / **ArangoDB Server** interoperability matrix.
35
34
36
35
**[Important versioning information on ArangoDB-PHP](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP)**
37
36
@@ -563,7 +562,8 @@ Here's the full code that combines all the pieces outlined above:
563
562
<a name="requirements"/a>
564
563
# Requirements
565
564
566
-
* ArangoDB database server version 1.2
565
+
* ArangoDB database server version 1.2 (detailed info [here](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix))
566
+
567
567
* PHP version 5.3 or higher (Travis-tested with 5.4 and 5.5)
0 commit comments