summaryrefslogtreecommitdiff
path: root/vendor/composer/installed.json
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-12-22 12:46:59 +0000
committerGreg Roach <fisharebest@gmail.com>2016-12-22 12:46:59 +0000
commit98143203ed394b427045863453527efe34b32362 (patch)
tree8b4134700e9739153f0a0b59090233d66232e341 /vendor/composer/installed.json
parent1d9f8b8c441ab5b4b522e01aa82c2912322e1e15 (diff)
downloadwebtrees-98143203ed394b427045863453527efe34b32362.tar.gz
webtrees-98143203ed394b427045863453527efe34b32362.tar.bz2
webtrees-98143203ed394b427045863453527efe34b32362.zip
Update swiftmailer, removes dependency on escapeshellarg
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r--vendor/composer/installed.json222
1 files changed, 111 insertions, 111 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 3e3a36e710..4d653c413d 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -1205,61 +1205,6 @@
]
},
{
- "name": "swiftmailer/swiftmailer",
- "version": "v5.4.3",
- "version_normalized": "5.4.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/swiftmailer/swiftmailer.git",
- "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
- "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "mockery/mockery": "~0.9.1"
- },
- "time": "2016-07-08 11:51:25",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.4-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "files": [
- "lib/swift_required.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Chris Corbyn"
- },
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Swiftmailer, free feature-rich PHP mailer",
- "homepage": "http://swiftmailer.org",
- "keywords": [
- "email",
- "mail",
- "mailer"
- ]
- },
- {
"name": "ezyang/htmlpurifier",
"version": "v4.8.0",
"version_normalized": "4.8.0.0",
@@ -1359,18 +1304,123 @@
]
},
{
+ "name": "fisharebest/algorithm",
+ "version": "1.3.0",
+ "version_normalized": "1.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/fisharebest/algorithm.git",
+ "reference": "c353cc3a200fa068dc0935b5456b915b14dff638"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/c353cc3a200fa068dc0935b5456b915b14dff638",
+ "reference": "c353cc3a200fa068dc0935b5456b915b14dff638",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "*",
+ "satooshi/php-coveralls": "*"
+ },
+ "time": "2016-12-05 20:20:29",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Fisharebest\\Algorithm\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "GPL-3.0+"
+ ],
+ "authors": [
+ {
+ "name": "Greg Roach",
+ "email": "greg@subaqua.co.uk",
+ "role": "Developer"
+ }
+ ],
+ "description": "Implementation of standard algorithms in PHP.",
+ "homepage": "https://github.com/fisharebest/algorithm",
+ "keywords": [
+ "Algorithm",
+ "diff",
+ "dijkstra",
+ "myers"
+ ]
+ },
+ {
+ "name": "swiftmailer/swiftmailer",
+ "version": "v5.4.4",
+ "version_normalized": "5.4.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/swiftmailer/swiftmailer.git",
+ "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756",
+ "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "mockery/mockery": "~0.9.1"
+ },
+ "time": "2016-11-24 01:01:23",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.4-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "files": [
+ "lib/swift_required.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Corbyn"
+ },
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ }
+ ],
+ "description": "Swiftmailer, free feature-rich PHP mailer",
+ "homepage": "http://swiftmailer.org",
+ "keywords": [
+ "email",
+ "mail",
+ "mailer"
+ ]
+ },
+ {
"name": "symfony/intl",
- "version": "v2.8.13",
- "version_normalized": "2.8.13.0",
+ "version": "v2.8.15",
+ "version_normalized": "2.8.15.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
- "reference": "2ec401b37460b22077643d48773e5f6a9f0b21e8"
+ "reference": "36a13a8fc1a56cbfdc709135a1723323b53f3460"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/intl/zipball/2ec401b37460b22077643d48773e5f6a9f0b21e8",
- "reference": "2ec401b37460b22077643d48773e5f6a9f0b21e8",
+ "url": "https://api.github.com/repos/symfony/intl/zipball/36a13a8fc1a56cbfdc709135a1723323b53f3460",
+ "reference": "36a13a8fc1a56cbfdc709135a1723323b53f3460",
"shasum": ""
},
"require": {
@@ -1384,7 +1434,7 @@
"suggest": {
"ext-intl": "to use the component with locales other than \"en\""
},
- "time": "2016-09-06 10:55:00",
+ "time": "2016-11-18 21:10:01",
"type": "library",
"extra": {
"branch-alias": {
@@ -1435,55 +1485,5 @@
"l10n",
"localization"
]
- },
- {
- "name": "fisharebest/algorithm",
- "version": "1.3.0",
- "version_normalized": "1.3.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/fisharebest/algorithm.git",
- "reference": "c353cc3a200fa068dc0935b5456b915b14dff638"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/c353cc3a200fa068dc0935b5456b915b14dff638",
- "reference": "c353cc3a200fa068dc0935b5456b915b14dff638",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "*",
- "satooshi/php-coveralls": "*"
- },
- "time": "2016-12-05 20:20:29",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Fisharebest\\Algorithm\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-3.0+"
- ],
- "authors": [
- {
- "name": "Greg Roach",
- "email": "greg@subaqua.co.uk",
- "role": "Developer"
- }
- ],
- "description": "Implementation of standard algorithms in PHP.",
- "homepage": "https://github.com/fisharebest/algorithm",
- "keywords": [
- "Algorithm",
- "diff",
- "dijkstra",
- "myers"
- ]
}
]