summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-20 17:58:58 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-20 17:58:58 +0100
commit0dc7319f1f19526da73173e00ea43b92fbdbb206 (patch)
treead8efa69ac06222f6e60cf141136638ac46cb0fd /vendor
parent9a213130fded88c4a7942a25b8f2798dd776ce7f (diff)
update picofeed and zendxml
Diffstat (limited to 'vendor')
-rw-r--r--vendor/composer/installed.json26
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php9
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/dilbert.com.php12
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php13
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/greekculture.com.php12
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/thedoghousediaries.com.php2
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/theodd1sout.com.php9
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php7
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.franceculture.fr.php5
-rw-r--r--vendor/zendframework/zendxml/.travis.yml38
-rw-r--r--vendor/zendframework/zendxml/CHANGELOG.md24
-rw-r--r--vendor/zendframework/zendxml/composer.json6
12 files changed, 123 insertions, 40 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 517dae1fa..7f5c5b671 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -157,27 +157,27 @@
},
{
"name": "zendframework/zendxml",
- "version": "1.0.1",
- "version_normalized": "1.0.1.0",
+ "version": "1.0.2",
+ "version_normalized": "1.0.2.0",
"source": {
"type": "git",
"url": "https://github.com/zendframework/ZendXml.git",
- "reference": "54edb3875aba5b45f02824f65f311c9fb2743a38"
+ "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/54edb3875aba5b45f02824f65f311c9fb2743a38",
- "reference": "54edb3875aba5b45f02824f65f311c9fb2743a38",
+ "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
+ "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": "^5.3.3 || ^7.0"
},
"require-dev": {
- "phpunit/phpunit": "~3.7",
- "squizlabs/php_codesniffer": "~1.5"
+ "phpunit/phpunit": "^3.7 || ^4.0",
+ "squizlabs/php_codesniffer": "^1.5"
},
- "time": "2015-08-03 14:50:10",
+ "time": "2016-02-04 21:02:08",
"type": "library",
"extra": {
"branch-alias": {
@@ -209,12 +209,12 @@
"source": {
"type": "git",
"url": "https://github.com/fguillot/picoFeed.git",
- "reference": "3486412c07260f9db9f87c3f4e8d9e8d3e8b2793"
+ "reference": "c270ef4474a2460d857f99c84612025c5f9975f2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/3486412c07260f9db9f87c3f4e8d9e8d3e8b2793",
- "reference": "3486412c07260f9db9f87c3f4e8d9e8d3e8b2793",
+ "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/c270ef4474a2460d857f99c84612025c5f9975f2",
+ "reference": "c270ef4474a2460d857f99c84612025c5f9975f2",
"shasum": ""
},
"require": {
@@ -229,7 +229,7 @@
"suggest": {
"ext-curl": "PicoFeed will use cURL if present"
},
- "time": "2016-01-26 14:43:55",
+ "time": "2016-02-11 19:52:02",
"bin": [
"picofeed"
],
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
deleted file mode 100644
index f07f79229..000000000
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/channelate.com.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-return array(
- 'filter' => array(
- '%.*%' => array(
- '%href="http://www.channelate.com/(\\d+)/(\\d+)/(\\d+)/[^"]*"%' => 'href="http://www.channelate.com/extra-panel/$1$2$3/"',
- ),
- ),
-);
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dilbert.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dilbert.com.php
new file mode 100644
index 000000000..17f2ec219
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/dilbert.com.php
@@ -0,0 +1,12 @@
+<?php
+
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'body' => array(
+ '//img[@class="img-responsive img-comic"]',
+ ),
+ 'test_url' => 'http://dilbert.com/strip/2016-01-28',
+ ),
+ ),
+);
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php
new file mode 100644
index 000000000..70e863587
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php
@@ -0,0 +1,13 @@
+<?php
+
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'body' => array(
+ '//div[@id="comic-1"]',
+ '//div[@class="entry"]',
+ ),
+ 'test_url' => 'http://gerbilwithajetpack.com/passing-the-digital-buck/',
+ ),
+ ),
+);
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/greekculture.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/greekculture.com.php
new file mode 100644
index 000000000..9410de9c5
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/greekculture.com.php
@@ -0,0 +1,12 @@
+<?php
+
+return array(
+ 'grabber' => array(
+ '%/joyoftech/.*%' => array(
+ 'body' => array(
+ '//img[@width="640"]',
+ ),
+ 'test_url' => 'http://www.geekculture.com/joyoftech/joyarchives/2235.html',
+ ),
+ ),
+);
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thedoghousediaries.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thedoghousediaries.com.php
index 94955b23b..e1c4970da 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thedoghousediaries.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thedoghousediaries.com.php
@@ -8,7 +8,7 @@ return array(
'//div[@class="entry"]',
),
'strip' => array(),
- 'test_url' => 'http://sentfromthemoon.com/archives/1417',
+ 'test_url' => 'http://thedoghousediaries.com/6023',
),
),
'filter' => array(
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theodd1sout.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theodd1sout.com.php
new file mode 100644
index 000000000..6d1c66768
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theodd1sout.com.php
@@ -0,0 +1,9 @@
+<?php
+
+return array(
+ 'filter' => array(
+ '%.*%' => array(
+ '%-150x150%' => '',
+ ),
+ ),
+);
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php
index 66c9ccab7..5407158e5 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php
@@ -3,9 +3,10 @@
return array(
'grabber' => array(
'%.*%' => array(
- 'body' => array('//img[@id="cc-comic"]'),
- 'strip' => array(),
- 'test_url' => 'http://www.threepanelsoul.com/comic/subjective-tastes',
+ 'body' => array(
+ '//img[@id="cc-comic"]',
+ ),
+ 'test_url' => 'http://www.threepanelsoul.com/comic/uncloaking',
),
),
);
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.franceculture.fr.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.franceculture.fr.php
index b56a29b51..67e3253a1 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.franceculture.fr.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.franceculture.fr.php
@@ -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"]',
),
)
)
diff --git a/vendor/zendframework/zendxml/.travis.yml b/vendor/zendframework/zendxml/.travis.yml
index 967d999ba..877b0650b 100644
--- a/vendor/zendframework/zendxml/.travis.yml
+++ b/vendor/zendframework/zendxml/.travis.yml
@@ -1,22 +1,42 @@
+sudo: false
+
language: php
-php:
- - 5.3
- - 5.4
- - 5.5
- - 5.6
- - hhvm
+
+branches:
+ except:
+ - /^release-.*$/
+ - /^ghgfk-.*$/
+
+cache:
+ directories:
+ - $HOME/.composer/cache
matrix:
allow_failures:
- php: hhvm
+matrix:
+ fast_finish: true
+ include:
+ - php: 5.3
+ - php: 5.4
+ - php: 5.5
+ env:
+ - EXECUTE_CS_CHECK=true
+ - php: 5.6
+ - php: 7
+ - php: hhvm
+ allow_failures:
+ - php: hhvm
-before_script:
+before_install:
- composer self-update
- - composer install --dev
+
+install:
+ - travis_retry composer install --no-interaction --ignore-platform-reqs
script:
- ./vendor/bin/phpunit -c ./tests
- - ./vendor/bin/phpcs --standard=PSR2 --ignore=tests/Bootstrap.php library tests
+ - if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/phpcs --standard=PSR2 --ignore=tests/Bootstrap.php library tests ; fi
notifications:
irc: "irc.freenode.org#zftalk.dev"
diff --git a/vendor/zendframework/zendxml/CHANGELOG.md b/vendor/zendframework/zendxml/CHANGELOG.md
new file mode 100644
index 000000000..bca2961b9
--- /dev/null
+++ b/vendor/zendframework/zendxml/CHANGELOG.md
@@ -0,0 +1,24 @@
+# Changelog
+
+All notable changes to this project will be documented in this file, in reverse chronological order by release.
+
+## 1.0.2 - 2016-02-04
+
+### Added
+
+- Nothing.
+
+### Deprecated
+
+- Nothing.
+
+### Removed
+
+- Nothing.
+
+### Fixed
+
+- [#11](https://github.com/zendframework/ZendXml/pull/11) updates the
+ dependencies to PHP `^5.3.3 || ^7.0` and PHPUnit `^3.7 || ^4.0`, ensuring
+ better compatibility with other components, and with PHP 7. The test matrix
+ was also expanded to add PHP 7 as a required platform.
diff --git a/vendor/zendframework/zendxml/composer.json b/vendor/zendframework/zendxml/composer.json
index 139f1e23b..d9efb2229 100644
--- a/vendor/zendframework/zendxml/composer.json
+++ b/vendor/zendframework/zendxml/composer.json
@@ -26,7 +26,7 @@
}
],
"require": {
- "php": ">=5.3.3"
+ "php": "^5.3.3 || ^7.0"
},
"extra": {
"branch-alias": {
@@ -34,7 +34,7 @@
}
},
"require-dev": {
- "phpunit/phpunit": "~3.7",
- "squizlabs/php_codesniffer": "~1.5"
+ "phpunit/phpunit": "^3.7 || ^4.0",
+ "squizlabs/php_codesniffer": "^1.5"
}
}