[Security] Bump friendsofsymfony/oauth2-php from 1.2.3 to 1.3.0

Bumps [friendsofsymfony/oauth2-php](https://github.com/FriendsOfSymfony/oauth2-php) from 1.2.3 to 1.3.0. **This update includes a security fix.**
- [Release notes](https://github.com/FriendsOfSymfony/oauth2-php/releases)
- [Changelog](https://github.com/FriendsOfSymfony/oauth2-php/blob/master/CHANGELOG.txt)
- [Commits](https://github.com/FriendsOfSymfony/oauth2-php/compare/1.2.3...1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-15 11:27:16 +00:00 committed by GitHub
parent ba820b12b6
commit f3db257902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
composer.lock generated
View file

@ -1918,24 +1918,24 @@
}, },
{ {
"name": "friendsofsymfony/oauth2-php", "name": "friendsofsymfony/oauth2-php",
"version": "1.2.3", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfSymfony/oauth2-php.git", "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
"reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240" "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240", "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
"reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240", "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5.9|>=7.0.8", "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
"symfony/http-foundation": "~3.0|~4.0" "symfony/http-foundation": "~3.0|~4.0|~5.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "^4.8 || ^5.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1946,7 +1946,10 @@
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"OAuth2\\": "lib/" "OAuth2\\": "lib/"
} },
"exclude-from-classmap": [
"/tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -1968,7 +1971,7 @@
"oauth", "oauth",
"oauth2" "oauth2"
], ],
"time": "2018-01-30T19:58:25+00:00" "time": "2020-03-03T22:14:46+00:00"
}, },
{ {
"name": "friendsofsymfony/rest-bundle", "name": "friendsofsymfony/rest-bundle",