aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock47
1 files changed, 25 insertions, 22 deletions
diff --git a/composer.lock b/composer.lock
index 7d0ea54a..e0231ac8 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,20 +1971,20 @@
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",
1975 "version": "2.7.1", 1978 "version": "2.7.2",
1976 "source": { 1979 "source": {
1977 "type": "git", 1980 "type": "git",
1978 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", 1981 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1979 "reference": "affb4fe1eb079b9b659656bd548b7089c0a04fb2" 1982 "reference": "22fbbc35a2964564bfde765007655174262315c9"
1980 }, 1983 },
1981 "dist": { 1984 "dist": {
1982 "type": "zip", 1985 "type": "zip",
1983 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/affb4fe1eb079b9b659656bd548b7089c0a04fb2", 1986 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/22fbbc35a2964564bfde765007655174262315c9",
1984 "reference": "affb4fe1eb079b9b659656bd548b7089c0a04fb2", 1987 "reference": "22fbbc35a2964564bfde765007655174262315c9",
1985 "shasum": "" 1988 "shasum": ""
1986 }, 1989 },
1987 "require": { 1990 "require": {
@@ -2071,7 +2074,7 @@
2071 "keywords": [ 2074 "keywords": [
2072 "rest" 2075 "rest"
2073 ], 2076 ],
2074 "time": "2020-02-24T09:04:31+00:00" 2077 "time": "2020-03-04T21:18:53+00:00"
2075 }, 2078 },
2076 { 2079 {
2077 "name": "friendsofsymfony/user-bundle", 2080 "name": "friendsofsymfony/user-bundle",
@@ -3692,26 +3695,26 @@
3692 }, 3695 },
3693 { 3696 {
3694 "name": "incenteev/composer-parameter-handler", 3697 "name": "incenteev/composer-parameter-handler",
3695 "version": "v2.1.3", 3698 "version": "v2.1.4",
3696 "source": { 3699 "source": {
3697 "type": "git", 3700 "type": "git",
3698 "url": "https://github.com/Incenteev/ParameterHandler.git", 3701 "url": "https://github.com/Incenteev/ParameterHandler.git",
3699 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550" 3702 "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
3700 }, 3703 },
3701 "dist": { 3704 "dist": {
3702 "type": "zip", 3705 "type": "zip",
3703 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550", 3706 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
3704 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550", 3707 "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
3705 "shasum": "" 3708 "shasum": ""
3706 }, 3709 },
3707 "require": { 3710 "require": {
3708 "php": ">=5.3.3", 3711 "php": ">=5.3.3",
3709 "symfony/yaml": "^2.3 || ^3.0 || ^4.0" 3712 "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
3710 }, 3713 },
3711 "require-dev": { 3714 "require-dev": {
3712 "composer/composer": "^1.0@dev", 3715 "composer/composer": "^1.0@dev",
3713 "symfony/filesystem": "^2.3 || ^3 || ^4", 3716 "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
3714 "symfony/phpunit-bridge": "^4.0" 3717 "symfony/phpunit-bridge": "^4.0 || ^5.0"
3715 }, 3718 },
3716 "type": "library", 3719 "type": "library",
3717 "extra": { 3720 "extra": {
@@ -3739,7 +3742,7 @@
3739 "keywords": [ 3742 "keywords": [
3740 "parameters management" 3743 "parameters management"
3741 ], 3744 ],
3742 "time": "2018-02-13T18:05:56+00:00" 3745 "time": "2020-03-17T21:10:00+00:00"
3743 }, 3746 },
3744 { 3747 {
3745 "name": "j0k3r/graby", 3748 "name": "j0k3r/graby",