30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 15:00:48 +00:00

Merge remote-tracking branch 'origin/master' into pr/217

This commit is contained in:
javier gomez 2016-06-22 14:56:08 +02:00
commit 4ee799c41c
3 changed files with 316 additions and 146 deletions

View File

@ -2,11 +2,12 @@ language: php
php: php:
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0
addons: addons:
firefox: "44.0.2" firefox: "46.0.1"
matrix: matrix:
allow_failures: allow_failures:
- php: 5.6 - php: 7.0
before_script: before_script:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y --force-yes apache2 libapache2-mod-fastcgi php5-curl php5-mysql php5-intl php5-gd > /dev/null - sudo apt-get install -y --force-yes apache2 libapache2-mod-fastcgi php5-curl php5-mysql php5-intl php5-gd > /dev/null

View File

@ -11,12 +11,13 @@
"php": ">=5.3.10" "php": ">=5.3.10"
}, },
"require-dev": { "require-dev": {
"codeception/codeception": "~2.1", "codeception/codeception": "^2.2",
"joomla-projects/joomla-browser": "v3.4.8.3", "joomla-projects/joomla-browser": "v3.6.0",
"codegyre/robo": "~0.5", "codegyre/robo": "~0.5",
"joomla-projects/robo": "dev-master", "joomla-projects/robo": "dev-master",
"joomla-projects/selenium-server-standalone": "v2.52.0", "joomla-projects/selenium-server-standalone": "v2.53.0.1",
"fzaninotto/faker": "^1.5", "fzaninotto/faker": "^1.5",
"joomla-projects/jorobo": "0.3" "joomla-projects/jorobo": "0.4",
"Behat/Gherkin": "^4.4.1"
} }
} }

448
composer.lock generated
View File

@ -4,25 +4,84 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "e294320be55c99fcb917d928cb7a8d2d", "hash": "87c538127e912beb7f81120234148278",
"content-hash": "8fde1d658239c211da1d63b9da0f706f", "content-hash": "9f0da75ef3fec4dd00045e1882077fb2",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "codeception/codeception", "name": "behat/gherkin",
"version": "2.1.8", "version": "v4.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/Codeception.git", "url": "https://github.com/Behat/Gherkin.git",
"reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79" "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/f3daa61f0f11c531b33eb3623ab0daa599d88a79", "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
"reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79", "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"symfony/yaml": "~2.1"
},
"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Gherkin": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Gherkin DSL parser for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"Cucumber",
"DSL",
"gherkin",
"parser"
],
"time": "2015-12-30 14:47:00"
},
{
"name": "codeception/codeception",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Codeception.git",
"reference": "f137636f0c185e7d4a495b9cea70c1afae27dfc7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/f137636f0c185e7d4a495b9cea70c1afae27dfc7",
"reference": "f137636f0c185e7d4a495b9cea70c1afae27dfc7",
"shasum": ""
},
"require": {
"behat/gherkin": "~4.4.0",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"facebook/webdriver": ">=1.0.1 <2.0", "facebook/webdriver": ">=1.0.1 <2.0",
@ -30,29 +89,36 @@
"guzzlehttp/psr7": "~1.0", "guzzlehttp/psr7": "~1.0",
"php": ">=5.4.0 <8.0", "php": ">=5.4.0 <8.0",
"phpunit/php-code-coverage": ">=2.1.3", "phpunit/php-code-coverage": ">=2.1.3",
"phpunit/phpunit": ">4.8.20 <6.0", "phpunit/phpunit": ">4.8.20 <5.5",
"symfony/browser-kit": ">=2.5 <3.1", "symfony/browser-kit": ">=2.7 <4.0",
"symfony/console": ">=2.5 <3.1", "symfony/console": ">=2.7 <4.0",
"symfony/css-selector": ">=2.5 <3.1", "symfony/css-selector": ">=2.7 <4.0",
"symfony/dom-crawler": ">=2.5 <3.1", "symfony/dom-crawler": ">=2.7 <4.0",
"symfony/event-dispatcher": ">=2.5 <3.1", "symfony/event-dispatcher": ">=2.7 <4.0",
"symfony/finder": ">=2.5 <3.1", "symfony/finder": ">=2.7 <4.0",
"symfony/yaml": ">=2.5 <3.1" "symfony/yaml": ">=2.7 <4.0"
}, },
"require-dev": { "require-dev": {
"codeception/specify": "~0.3", "codeception/specify": "~0.3",
"facebook/php-sdk-v4": "~5.0", "facebook/php-sdk-v4": "~5.0",
"flow/jsonpath": "~0.2", "flow/jsonpath": "~0.2",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^1.0",
"mongodb/mongodb": "^1.0",
"monolog/monolog": "~1.8", "monolog/monolog": "~1.8",
"pda/pheanstalk": "~2.0", "pda/pheanstalk": "~3.0",
"php-amqplib/php-amqplib": "~2.4" "php-amqplib/php-amqplib": "~2.4",
"predis/predis": "^1.0",
"squizlabs/php_codesniffer": "~2.0"
}, },
"suggest": { "suggest": {
"codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
"codeception/specify": "BDD-style code blocks", "codeception/specify": "BDD-style code blocks",
"codeception/verify": "BDD-style assertions", "codeception/verify": "BDD-style assertions",
"monolog/monolog": "Log test steps", "flow/jsonpath": "For using JSONPath in REST module",
"phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module." "league/factory-muffin": "For DataFactory module",
"league/factory-muffin-faker": "For Faker support in DataFactory module",
"phpseclib/phpseclib": "for SFTP option in FTP Module",
"symfony/phpunit-bridge": "For phpunit-bridge support"
}, },
"bin": [ "bin": [
"codecept" "codecept"
@ -87,7 +153,7 @@
"functional testing", "functional testing",
"unit testing" "unit testing"
], ],
"time": "2016-04-15 02:56:43" "time": "2016-06-03 12:44:06"
}, },
{ {
"name": "codegyre/robo", "name": "codegyre/robo",
@ -378,7 +444,6 @@
], ],
"description": "Composer installable Coding Standards Definition.", "description": "Composer installable Coding Standards Definition.",
"homepage": "https://github.com/GreenCape/coding-standards", "homepage": "https://github.com/GreenCape/coding-standards",
"abandoned": "greencape/coding-standards",
"time": "2015-07-03 12:01:28" "time": "2015-07-03 12:01:28"
}, },
{ {
@ -445,16 +510,16 @@
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
"version": "1.1.0", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/promises.git", "url": "https://github.com/guzzle/promises.git",
"reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8" "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8", "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
"reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8", "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -492,7 +557,7 @@
"keywords": [ "keywords": [
"promise" "promise"
], ],
"time": "2016-03-08 01:15:46" "time": "2016-05-18 16:56:05"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
@ -1216,17 +1281,59 @@
"time": "2015-08-17 06:30:58" "time": "2015-08-17 06:30:58"
}, },
{ {
"name": "joomla-projects/joomla-browser", "name": "ircmaxell/password-compat",
"version": "v3.4.8.3", "version": "v1.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/joomla-projects/joomla-browser.git", "url": "https://github.com/ircmaxell/password_compat.git",
"reference": "d11139fadc2f8205b0060a4fa01d4c6f39f80533" "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/joomla-projects/joomla-browser/zipball/d11139fadc2f8205b0060a4fa01d4c6f39f80533", "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
"reference": "d11139fadc2f8205b0060a4fa01d4c6f39f80533", "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"autoload": {
"files": [
"lib/password.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@php.net",
"homepage": "http://blog.ircmaxell.com"
}
],
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
"homepage": "https://github.com/ircmaxell/password_compat",
"keywords": [
"hashing",
"password"
],
"time": "2014-11-20 16:49:30"
},
{
"name": "joomla-projects/joomla-browser",
"version": "v3.6.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-projects/joomla-browser.git",
"reference": "b0a583d09435d9941219fef06fcc27a6487df976"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-projects/joomla-browser/zipball/b0a583d09435d9941219fef06fcc27a6487df976",
"reference": "b0a583d09435d9941219fef06fcc27a6487df976",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1264,20 +1371,20 @@
"acceptance testing", "acceptance testing",
"joomla" "joomla"
], ],
"time": "2016-04-25 08:59:49" "time": "2016-05-21 13:48:02"
}, },
{ {
"name": "joomla-projects/jorobo", "name": "joomla-projects/jorobo",
"version": "0.3.0", "version": "0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/joomla-projects/jorobo.git", "url": "https://github.com/joomla-projects/jorobo.git",
"reference": "9d52b9f0d8b6b22f0574e40166fd6ebee479ab56" "reference": "6f815a48d75418023c4de5cd79a8f1eb7150ee31"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/joomla-projects/jorobo/zipball/9d52b9f0d8b6b22f0574e40166fd6ebee479ab56", "url": "https://api.github.com/repos/joomla-projects/jorobo/zipball/6f815a48d75418023c4de5cd79a8f1eb7150ee31",
"reference": "9d52b9f0d8b6b22f0574e40166fd6ebee479ab56", "reference": "6f815a48d75418023c4de5cd79a8f1eb7150ee31",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1317,7 +1424,7 @@
} }
], ],
"description": "Tools and Tasks based on Robo.li for Joomla Extension Development and Releases", "description": "Tools and Tasks based on Robo.li for Joomla Extension Development and Releases",
"time": "2016-03-14 14:51:42" "time": "2016-04-14 17:32:12"
}, },
{ {
"name": "joomla-projects/robo", "name": "joomla-projects/robo",
@ -1362,16 +1469,16 @@
}, },
{ {
"name": "joomla-projects/selenium-server-standalone", "name": "joomla-projects/selenium-server-standalone",
"version": "v2.52.0", "version": "v2.53.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/joomla-projects/selenium-server-standalone.git", "url": "https://github.com/joomla-projects/selenium-server-standalone.git",
"reference": "17b4bb3fd087ded32fe2d9342b8573a75f56460c" "reference": "4c9428e1450de6a9fa956f3bd726351a9b281b53"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/joomla-projects/selenium-server-standalone/zipball/17b4bb3fd087ded32fe2d9342b8573a75f56460c", "url": "https://api.github.com/repos/joomla-projects/selenium-server-standalone/zipball/4c9428e1450de6a9fa956f3bd726351a9b281b53",
"reference": "17b4bb3fd087ded32fe2d9342b8573a75f56460c", "reference": "4c9428e1450de6a9fa956f3bd726351a9b281b53",
"shasum": "" "shasum": ""
}, },
"bin": [ "bin": [
@ -1394,7 +1501,7 @@
"selenium", "selenium",
"testing" "testing"
], ],
"time": "2016-02-16 11:07:51" "time": "2016-05-30 15:21:57"
}, },
{ {
"name": "joomla/compat", "name": "joomla/compat",
@ -1573,22 +1680,23 @@
}, },
{ {
"name": "joomla/registry", "name": "joomla/registry",
"version": "1.5.1", "version": "1.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/joomla-framework/registry.git", "url": "https://github.com/joomla-framework/registry.git",
"reference": "b9fd1812e19619bb4722a0711b691dbfefff8ee9" "reference": "bd3592c6f0554a72811df52aeaea98c7815f6e5a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/b9fd1812e19619bb4722a0711b691dbfefff8ee9", "url": "https://api.github.com/repos/joomla-framework/registry/zipball/bd3592c6f0554a72811df52aeaea98c7815f6e5a",
"reference": "b9fd1812e19619bb4722a0711b691dbfefff8ee9", "reference": "bd3592c6f0554a72811df52aeaea98c7815f6e5a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"joomla/compat": "~1.0", "joomla/compat": "~1.0",
"joomla/utilities": "~1.0", "joomla/utilities": "~1.0",
"php": ">=5.3.10|>=7.0" "php": ">=5.3.10|>=7.0",
"symfony/polyfill-php55": "~1.0"
}, },
"require-dev": { "require-dev": {
"joomla/test": "~1.0", "joomla/test": "~1.0",
@ -1621,7 +1729,7 @@
"joomla", "joomla",
"registry" "registry"
], ],
"time": "2016-04-18 23:57:43" "time": "2016-05-14 20:42:05"
}, },
{ {
"name": "joomla/string", "name": "joomla/string",
@ -2256,21 +2364,24 @@
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",
"version": "1.0.7", "version": "1.0.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git", "url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": {
"phpunit/phpunit": "~4|~5"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
@ -2293,7 +2404,7 @@
"keywords": [ "keywords": [
"timer" "timer"
], ],
"time": "2015-06-21 08:01:12" "time": "2016-05-12 18:03:57"
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
@ -2346,16 +2457,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "4.8.24", "version": "4.8.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a1066c562c52900a142a0e2bbf0582994671385e" "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
"reference": "a1066c562c52900a142a0e2bbf0582994671385e", "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2369,7 +2480,7 @@
"phpunit/php-code-coverage": "~2.1", "phpunit/php-code-coverage": "~2.1",
"phpunit/php-file-iterator": "~1.4", "phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2", "phpunit/php-text-template": "~1.2",
"phpunit/php-timer": ">=1.0.6", "phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "~2.3", "phpunit/phpunit-mock-objects": "~2.3",
"sebastian/comparator": "~1.1", "sebastian/comparator": "~1.1",
"sebastian/diff": "~1.2", "sebastian/diff": "~1.2",
@ -2414,7 +2525,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2016-03-14 06:16:08" "time": "2016-05-17 03:09:28"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@ -2639,16 +2750,16 @@
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
"version": "1.3.5", "version": "1.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf" "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
"reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf", "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2685,7 +2796,7 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2016-02-26 18:40:46" "time": "2016-05-17 03:18:57"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
@ -2794,16 +2905,16 @@
}, },
{ {
"name": "sebastian/git", "name": "sebastian/git",
"version": "2.1.1", "version": "2.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/git.git", "url": "https://github.com/sebastianbergmann/git.git",
"reference": "38638de3e94830a5cd7a5956135589b967609cd5" "reference": "607dcc6003502acdd0e6199b60ba954ce00f3004"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/git/zipball/38638de3e94830a5cd7a5956135589b967609cd5", "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/607dcc6003502acdd0e6199b60ba954ce00f3004",
"reference": "38638de3e94830a5cd7a5956135589b967609cd5", "reference": "607dcc6003502acdd0e6199b60ba954ce00f3004",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2835,7 +2946,7 @@
"keywords": [ "keywords": [
"git" "git"
], ],
"time": "2016-02-21 15:02:23" "time": "2016-03-12 23:31:06"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
@ -3104,16 +3215,16 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v3.0.4", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "e07127ac31230b30887c2dddf3708d883d239b14" "reference": "b645a9b23d6c0eeba5ac823fa87bf010db9aff22"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/e07127ac31230b30887c2dddf3708d883d239b14", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b645a9b23d6c0eeba5ac823fa87bf010db9aff22",
"reference": "e07127ac31230b30887c2dddf3708d883d239b14", "reference": "b645a9b23d6c0eeba5ac823fa87bf010db9aff22",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3130,7 +3241,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -3157,20 +3268,20 @@
], ],
"description": "Symfony BrowserKit Component", "description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-04 07:55:57" "time": "2016-03-04 07:56:56"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v2.8.4", "version": "v2.8.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "5273f4724dc5288fe7a33cb08077ab9852621f2c" "reference": "edbbcf33cffa2a85104fc80de8dc052cc51596bb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/5273f4724dc5288fe7a33cb08077ab9852621f2c", "url": "https://api.github.com/repos/symfony/config/zipball/edbbcf33cffa2a85104fc80de8dc052cc51596bb",
"reference": "5273f4724dc5288fe7a33cb08077ab9852621f2c", "reference": "edbbcf33cffa2a85104fc80de8dc052cc51596bb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3210,20 +3321,20 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-04 07:54:35" "time": "2016-04-20 18:52:26"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.8.4", "version": "v2.8.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "9a5aef5fc0d4eff86853d44202b02be8d5a20154" "reference": "48221d3de4dc22d2cd57c97e8b9361821da86609"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/9a5aef5fc0d4eff86853d44202b02be8d5a20154", "url": "https://api.github.com/repos/symfony/console/zipball/48221d3de4dc22d2cd57c97e8b9361821da86609",
"reference": "9a5aef5fc0d4eff86853d44202b02be8d5a20154", "reference": "48221d3de4dc22d2cd57c97e8b9361821da86609",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3270,20 +3381,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-17 09:19:04" "time": "2016-04-26 12:00:47"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v3.0.4", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0" "reference": "e17f386efef7258ac671c24e727673abd086b0cf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/65e764f404685f2dc20c057e889b3ad04b2e2db0", "url": "https://api.github.com/repos/symfony/css-selector/zipball/e17f386efef7258ac671c24e727673abd086b0cf",
"reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0", "reference": "e17f386efef7258ac671c24e727673abd086b0cf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3292,7 +3403,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -3323,20 +3434,20 @@
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-04 07:55:57" "time": "2016-03-04 07:56:56"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v2.8.4", "version": "v2.8.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "f7b4a498e679fa440b16facb934680a1527ed48c" "reference": "bd04588c087651ceffdc45d40dc4de05af9c7c52"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f7b4a498e679fa440b16facb934680a1527ed48c", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/bd04588c087651ceffdc45d40dc4de05af9c7c52",
"reference": "f7b4a498e679fa440b16facb934680a1527ed48c", "reference": "bd04588c087651ceffdc45d40dc4de05af9c7c52",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3352,6 +3463,7 @@
}, },
"suggest": { "suggest": {
"symfony/config": "", "symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": "" "symfony/yaml": ""
}, },
@ -3385,20 +3497,20 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-21 07:27:21" "time": "2016-05-09 18:12:35"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v3.0.4", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "18a06d7a9af41718c20764a674a0ebba3bc40d1f" "reference": "12aa63fd41b060d2bee9a34623d29eda70bc8fe3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/18a06d7a9af41718c20764a674a0ebba3bc40d1f", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/12aa63fd41b060d2bee9a34623d29eda70bc8fe3",
"reference": "18a06d7a9af41718c20764a674a0ebba3bc40d1f", "reference": "12aa63fd41b060d2bee9a34623d29eda70bc8fe3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3414,7 +3526,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -3441,20 +3553,20 @@
], ],
"description": "Symfony DomCrawler Component", "description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-23 13:23:25" "time": "2016-05-13 15:49:09"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.8.4", "version": "v2.8.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87" "reference": "a158f13992a3147d466af7a23b564ac719a4ddd8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/47d2d8cade9b1c3987573d2943bb9352536cdb87", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a158f13992a3147d466af7a23b564ac719a4ddd8",
"reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87", "reference": "a158f13992a3147d466af7a23b564ac719a4ddd8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3501,20 +3613,20 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-07 14:04:32" "time": "2016-05-03 18:59:18"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v2.8.4", "version": "v2.8.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "f08ffdf229252cd2745558cb2112df43903bcae4" "reference": "dee379131dceed90a429e951546b33edfe7dccbb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/f08ffdf229252cd2745558cb2112df43903bcae4", "url": "https://api.github.com/repos/symfony/filesystem/zipball/dee379131dceed90a429e951546b33edfe7dccbb",
"reference": "f08ffdf229252cd2745558cb2112df43903bcae4", "reference": "dee379131dceed90a429e951546b33edfe7dccbb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3550,11 +3662,11 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-27 10:20:16" "time": "2016-04-12 18:01:21"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.8.4", "version": "v2.8.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@ -3603,16 +3715,16 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.1.1", "version": "v1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "1289d16209491b584839022f29257ad859b8532d" "reference": "dff51f72b0706335131b00a7f49606168c582594"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
"reference": "1289d16209491b584839022f29257ad859b8532d", "reference": "dff51f72b0706335131b00a7f49606168c582594",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3624,7 +3736,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1-dev" "dev-master": "1.2-dev"
} }
}, },
"autoload": { "autoload": {
@ -3658,20 +3770,76 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2016-01-20 09:13:37" "time": "2016-05-18 14:26:46"
}, },
{ {
"name": "symfony/process", "name": "symfony/polyfill-php55",
"version": "v2.8.4", "version": "v1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/polyfill-php55.git",
"reference": "fb467471952ef5cf8497c029980e556b47545333" "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/fb467471952ef5cf8497c029980e556b47545333", "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d",
"reference": "fb467471952ef5cf8497c029980e556b47545333", "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d",
"shasum": ""
},
"require": {
"ircmaxell/password-compat": "~1.0",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php55\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2016-05-18 14:26:46"
},
{
"name": "symfony/process",
"version": "v2.8.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "1276bd9be89be039748cf753a2137f4ef149cd74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/1276bd9be89be039748cf753a2137f4ef149cd74",
"reference": "1276bd9be89be039748cf753a2137f4ef149cd74",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3707,20 +3875,20 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-23 13:11:46" "time": "2016-04-14 15:22:22"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.0.4", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "0047c8366744a16de7516622c5b7355336afae96" "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96", "url": "https://api.github.com/repos/symfony/yaml/zipball/eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
"reference": "0047c8366744a16de7516622c5b7355336afae96", "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3729,7 +3897,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -3756,7 +3924,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-04 07:55:57" "time": "2016-05-26 21:46:24"
}, },
{ {
"name": "theseer/fdomdocument", "name": "theseer/fdomdocument",
@ -3800,16 +3968,16 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.24.0", "version": "v1.24.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8" "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3857,7 +4025,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2016-01-25 21:22:18" "time": "2016-05-30 09:11:59"
} }
], ],
"aliases": [], "aliases": [],