Skip to content

Commit 0447b78

Browse files
committed
attempt to fix tests
1 parent 3234d5d commit 0447b78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "arangodb/arangodb",
33
"type": "library",
44
"description": "ArangoDb PHP client",
5-
"keywords": ["database","ArangoDb","Arango","document store","NoSQL"],
5+
"keywords": ["database","ArangoDb","Arango","document store","NoSQL","multi-model","graph database"],
66
"homepage": "https://github.com/arangodb/arangodb-php",
77
"license": "Apache2",
88
"authors": [
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": ">=5.3.0"
25+
"php": ">=5.4.0"
2626
},
2727
"autoload": {
2828
"psr-0": {

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ${ARANGOD} \
3838
--javascript.app-path ${ARANGODB_DIR}/js/apps \
3939
--database.maximal-journal-size 1048576 \
4040
--database.force-sync-properties false \
41-
--server.authentication false &
41+
--server.authentication true &
4242

4343
sleep 2
4444

0 commit comments

Comments
 (0)