This commit is contained in:
Bernhard Posselt 2015-12-15 20:00:33 +01:00
Родитель a8591a7b7d
Коммит ba21544ab6
3 изменённых файлов: 10 добавлений и 8 удалений

9
composer.lock сгенерированный
Просмотреть файл

@ -5,6 +5,7 @@
"This file is @generated automatically"
],
"hash": "230c705edaa030ee708540dfd3a8fbb7",
"content-hash": "8069d24dda2c0e4ec502233d5c44558b",
"packages": [
{
"name": "ezyang/htmlpurifier",
@ -56,12 +57,12 @@
"source": {
"type": "git",
"url": "https://github.com/fguillot/picoFeed.git",
"reference": "59714342fa302a07f50e44e4a8b61fde71d814a8"
"reference": "dbd2bc266ecc9396651c274adbb32ab25d0b19c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fguillot/picoFeed/zipball/59714342fa302a07f50e44e4a8b61fde71d814a8",
"reference": "59714342fa302a07f50e44e4a8b61fde71d814a8",
"url": "https://api.github.com/repos/fguillot/picoFeed/zipball/dbd2bc266ecc9396651c274adbb32ab25d0b19c7",
"reference": "dbd2bc266ecc9396651c274adbb32ab25d0b19c7",
"shasum": ""
},
"require": {
@ -96,7 +97,7 @@
],
"description": "Modern library to handle RSS/Atom feeds",
"homepage": "https://github.com/fguillot/picoFeed",
"time": "2015-11-20 02:40:32"
"time": "2015-12-04 17:28:23"
},
{
"name": "pear/net_url2",

8
vendor/composer/installed.json поставляемый
Просмотреть файл

@ -209,12 +209,12 @@
"source": {
"type": "git",
"url": "https://github.com/fguillot/picoFeed.git",
"reference": "59714342fa302a07f50e44e4a8b61fde71d814a8"
"reference": "dbd2bc266ecc9396651c274adbb32ab25d0b19c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fguillot/picoFeed/zipball/59714342fa302a07f50e44e4a8b61fde71d814a8",
"reference": "59714342fa302a07f50e44e4a8b61fde71d814a8",
"url": "https://api.github.com/repos/fguillot/picoFeed/zipball/dbd2bc266ecc9396651c274adbb32ab25d0b19c7",
"reference": "dbd2bc266ecc9396651c274adbb32ab25d0b19c7",
"shasum": ""
},
"require": {
@ -229,7 +229,7 @@
"suggest": {
"ext-curl": "PicoFeed will use cURL if present"
},
"time": "2015-11-20 02:40:32",
"time": "2015-12-04 17:28:23",
"bin": [
"picofeed"
],

Просмотреть файл

@ -6,6 +6,7 @@ return array(
'test_url' => 'http://www.heise.de/security/meldung/BND-300-Millionen-Euro-fuer-Fruehwarnsystem-gegen-Cyber-Attacken-2192237.html',
'body' => array(
'//div[@class="meldung_wrapper"]',
'//div[@class="artikel_content"]',
),
),
),