aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2020-03-15 16:51:37 +0100
committerGitHub <noreply@github.com>2020-03-15 16:51:37 +0100
commitf3b1ec121d3f98a8db2a7db199dfd847d7b5f396 (patch)
tree8585355e88f3981c01f966511e532c34c5b8c7ce
parent2226c81340f920b2461a01f44b707bf52fb526e9 (diff)
parentf3db2579022d66e88fec167d12718fa4a952012a (diff)
downloadwallabag-f3b1ec121d3f98a8db2a7db199dfd847d7b5f396.tar.gz
wallabag-f3b1ec121d3f98a8db2a7db199dfd847d7b5f396.tar.zst
wallabag-f3b1ec121d3f98a8db2a7db199dfd847d7b5f396.zip
Merge pull request #4293 from wallabag/dependabot/composer/friendsofsymfony/oauth2-php-1.3.0
[Security] Bump friendsofsymfony/oauth2-php from 1.2.3 to 1.3.0
-rw-r--r--composer.lock21
1 files changed, 12 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock
index 243d4ad5..62c54672 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1918,24 +1918,24 @@
1918 }, 1918 },
1919 { 1919 {
1920 "name": "friendsofsymfony/oauth2-php", 1920 "name": "friendsofsymfony/oauth2-php",
1921 "version": "1.2.3", 1921 "version": "1.3.0",
1922 "source": { 1922 "source": {
1923 "type": "git", 1923 "type": "git",
1924 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", 1924 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1925 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240" 1925 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
1926 }, 1926 },
1927 "dist": { 1927 "dist": {
1928 "type": "zip", 1928 "type": "zip",
1929 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240", 1929 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1930 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240", 1930 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1931 "shasum": "" 1931 "shasum": ""
1932 }, 1932 },
1933 "require": { 1933 "require": {
1934 "php": "^5.5.9|>=7.0.8", 1934 "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
1935 "symfony/http-foundation": "~3.0|~4.0" 1935 "symfony/http-foundation": "~3.0|~4.0|~5.0"
1936 }, 1936 },
1937 "require-dev": { 1937 "require-dev": {
1938 "phpunit/phpunit": "~4.0" 1938 "phpunit/phpunit": "^4.8 || ^5.0"
1939 }, 1939 },
1940 "type": "library", 1940 "type": "library",
1941 "extra": { 1941 "extra": {
@@ -1946,7 +1946,10 @@
1946 "autoload": { 1946 "autoload": {
1947 "psr-4": { 1947 "psr-4": {
1948 "OAuth2\\": "lib/" 1948 "OAuth2\\": "lib/"
1949 } 1949 },
1950 "exclude-from-classmap": [
1951 "/tests/"
1952 ]
1950 }, 1953 },
1951 "notification-url": "https://packagist.org/downloads/", 1954 "notification-url": "https://packagist.org/downloads/",
1952 "license": [ 1955 "license": [
@@ -1968,7 +1971,7 @@
1968 "oauth", 1971 "oauth",
1969 "oauth2" 1972 "oauth2"
1970 ], 1973 ],
1971 "time": "2018-01-30T19:58:25+00:00" 1974 "time": "2020-03-03T22:14:46+00:00"
1972 }, 1975 },
1973 { 1976 {
1974 "name": "friendsofsymfony/rest-bundle", 1977 "name": "friendsofsymfony/rest-bundle",