Update dependencies

This commit is contained in:
Frederic Guillot 2016-02-21 12:21:09 -05:00
parent 54190c52e8
commit bd0e6af722
4 changed files with 16 additions and 10 deletions

View File

@ -8,13 +8,14 @@
}
],
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"optimize-autoloader": true
},
"require": {
"fguillot/simple-validator": "v1.0.0",
"fguillot/json-rpc": "v1.0.2",
"fguillot/picodb": "v1.0.2",
"fguillot/picofeed": "v0.1.18"
"fguillot/picofeed": "v0.1.19"
},
"require-dev": {
"phpunit/phpunit": "4.8.3",

View File

@ -93,4 +93,8 @@ return array(
'SimpleValidator\\Validators\\Range' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Range.php',
'SimpleValidator\\Validators\\Required' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Required.php',
'SimpleValidator\\Validators\\Unique' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Unique.php',
'ZendXml\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zendxml/library/ZendXml/Exception/ExceptionInterface.php',
'ZendXml\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zendxml/library/ZendXml/Exception/InvalidArgumentException.php',
'ZendXml\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zendxml/library/ZendXml/Exception/RuntimeException.php',
'ZendXml\\Security' => $vendorDir . '/zendframework/zendxml/library/ZendXml/Security.php',
);

View File

@ -163,17 +163,17 @@
},
{
"name": "fguillot/picofeed",
"version": "v0.1.18",
"version_normalized": "0.1.18.0",
"version": "v0.1.19",
"version_normalized": "0.1.19.0",
"source": {
"type": "git",
"url": "https://github.com/fguillot/picoFeed.git",
"reference": "8f776343b0dada397c2a950a7c3f7be57442fa35"
"reference": "c270ef4474a2460d857f99c84612025c5f9975f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fguillot/picoFeed/zipball/8f776343b0dada397c2a950a7c3f7be57442fa35",
"reference": "8f776343b0dada397c2a950a7c3f7be57442fa35",
"url": "https://api.github.com/repos/fguillot/picoFeed/zipball/c270ef4474a2460d857f99c84612025c5f9975f2",
"reference": "c270ef4474a2460d857f99c84612025c5f9975f2",
"shasum": ""
},
"require": {
@ -188,7 +188,7 @@
"suggest": {
"ext-curl": "PicoFeed will use cURL if present"
},
"time": "2016-02-09 02:49:54",
"time": "2016-02-11 19:52:02",
"bin": [
"picofeed"
],

View File

@ -4,10 +4,11 @@ return array(
'%.*%' => array(
'test_url' => 'http://www.franceculture.fr/emission-culture-eco-la-finance-aime-toujours-la-france-2016-01-08',
'body' => array(
'//div[@class="listen"]',
'//div[@class="field-items"]',
'//div[@class="heading"]/*/*/div[contains(@class,"player-inline")]',
'//article/div[@class="text-zone"]',
),
'strip' => array(
'//ul[@class="tags"]',
),
)
)