Skip to content

Commit

Permalink
Merge pull request #31 from ripaclub/develop
Browse files Browse the repository at this point in the history
Version 0.6.2
  • Loading branch information
leodido committed Sep 29, 2014
2 parents 2c965c7 + dfdf28c commit cfcd903
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,27 @@
"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.*"
},
"authors": [
{
"name": "Leo Di Donato",
"email": "leodidonato@gmail.com"
"email": "leodidonato@gmail.com",
"homepage": "http://github.com/leodido"
},
{
"name": "Leonardo Grasso",
"email": "me@leonardograsso.com"
"email": "me@leonardograsso.com",
"homepage": "http://github.com/leogr"
}
],
"autoload": {
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 cfcd903

Please sign in to comment.