[SearchEngine] Update dependencies

This commit is contained in:
Romain Neutron
2012-10-22 18:39:17 +02:00
parent 18ba7f40aa
commit 1fc92756f3
4 changed files with 52 additions and 9 deletions

3
.gitmodules vendored
View File

@@ -1,9 +1,6 @@
[submodule "lib/vendor/recaptcha"] [submodule "lib/vendor/recaptcha"]
path = lib/vendor/recaptcha path = lib/vendor/recaptcha
url = git://github.com/alchemy-fr/recaptcha.git url = git://github.com/alchemy-fr/recaptcha.git
[submodule "lib/vendor/sphinx"]
path = lib/vendor/sphinx
url = git://github.com/alchemy-fr/SphinxSearch-PHP-SDK.git
[submodule "www/include/vendor/humane-js"] [submodule "www/include/vendor/humane-js"]
path = www/include/vendor/humane-js path = www/include/vendor/humane-js
url = https://github.com/wavded/humane-js.git url = https://github.com/wavded/humane-js.git

View File

@@ -19,6 +19,7 @@
"monolog/monolog": "1.0.*", "monolog/monolog": "1.0.*",
"neutron/silex-badfaith-provider": "dev-master", "neutron/silex-badfaith-provider": "dev-master",
"neutron/silex-filesystem-provider": "dev-master", "neutron/silex-filesystem-provider": "dev-master",
"neutron/sphinxsearch-api": ">=2.0.5",
"php-xpdf/php-xpdf": "dev-master", "php-xpdf/php-xpdf": "dev-master",
"phpexiftool/phpexiftool": "dev-master", "phpexiftool/phpexiftool": "dev-master",
"silex/silex": "1.0.*", "silex/silex": "1.0.*",

56
composer.lock generated
View File

@@ -861,6 +861,48 @@
"temporary-filesystem" "temporary-filesystem"
] ]
}, },
{
"name": "neutron/sphinxsearch-api",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/romainneutron/Sphinx-Search-API-PHP-Client",
"reference": "2.0.5"
},
"dist": {
"type": "zip",
"url": "https://github.com/romainneutron/Sphinx-Search-API-PHP-Client/zipball/2.0.5",
"reference": "2.0.5",
"shasum": ""
},
"require": {
"php": ">=4"
},
"time": "1350903759",
"type": "library",
"installation-source": "source",
"autoload": {
"classmap": [
"sphinxapi.php"
]
},
"license": [
"GPL"
],
"authors": [
{
"name": "Andrew Aksyonoff",
"homepage": "http://sphinxsearch.com/"
}
],
"description": "SphinxSearch PHP API",
"homepage": "http://sphinxsearch.com/",
"keywords": [
"api",
"Sphinx Search",
"search-engine"
]
},
{ {
"name": "php-ffmpeg/php-ffmpeg", "name": "php-ffmpeg/php-ffmpeg",
"version": "dev-master", "version": "dev-master",
@@ -1080,7 +1122,8 @@
"keywords": [ "keywords": [
"pdf", "pdf",
"xpdf" "xpdf"
] ],
"time": "1349703734"
}, },
{ {
"name": "phpexiftool/exiftool", "name": "phpexiftool/exiftool",
@@ -1117,7 +1160,8 @@
"keywords": [ "keywords": [
"exiftool", "exiftool",
"metadatas" "metadatas"
] ],
"time": "1346256086"
}, },
{ {
"name": "phpexiftool/phpexiftool", "name": "phpexiftool/phpexiftool",
@@ -1171,7 +1215,8 @@
"keywords": [ "keywords": [
"metadata", "metadata",
"exiftool" "exiftool"
] ],
"time": "1346681208"
}, },
{ {
"name": "pimple/pimple", "name": "pimple/pimple",
@@ -1218,7 +1263,8 @@
"keywords": [ "keywords": [
"dependency injection", "dependency injection",
"container" "container"
] ],
"time": "1347278988"
}, },
{ {
"name": "silex/silex", "name": "silex/silex",
@@ -1805,4 +1851,4 @@
"doctrine/data-fixtures": 20, "doctrine/data-fixtures": 20,
"fabpot/php-cs-fixer": 20 "fabpot/php-cs-fixer": 20
} }
} }

1
lib/vendor/sphinx vendored

Submodule lib/vendor/sphinx deleted from 3435431efe