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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,9 @@ The client library provides document and collection classes you can use to work
63
63
<a name="requirements"/a>
64
64
# Requirements
65
65
66
-
* ArangoDB database server version 1.3 (detailed info [here](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix))
66
+
* ArangoDB database server version 1.3 or higher (detailed info [here](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix))
67
67
68
-
* PHP version 5.3 or higher (Travis-tested with 5.4 and 5.5)
68
+
* PHP version 5.3 or higher (Travis-tested with 5.4, 5.5, 5.6 and hhvm)
0 commit comments