Skip to content

Commit

Permalink
Closs #29
Browse files Browse the repository at this point in the history
  • Loading branch information
leodido committed Sep 29, 2014
1 parent 628d7f1 commit 3b2e6db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
"description": "Sphinx Search library provides SphinxQL indexing and searching features",
"homepage": "https://github.com/ripaclub/sphinxsearch",
"license": "BSD-2-Clause",
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"zendframework/zend-db": ">=2.2",
"zendframework/zend-servicemanager": ">=2.2"
"zendframework/zend-db": "2.2.*",
"zendframework/zend-servicemanager": "2.2.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"phpunit/phpunit": "4.2.*",
"phpmd/phpmd": "2.0.*",
"pdepend/pdepend": "2.0.*",
"squizlabs/php_codesniffer": "1.5.*"
Expand Down
2 changes: 1 addition & 1 deletion tests/travis/sphinx-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ sudo mkdir /var/run/sphinx
sudo chmod 777 /var/run/sphinx # ugly (for travis)

# run searchd:
searchd --config $CWD/../sphinx/sphinx.conf
searchd --config ${CWD}/../sphinx/sphinx.conf

0 comments on commit 3b2e6db

Please sign in to comment.