Upgrade FOSUserBundle to 2.1

This commit is contained in:
Yassine Guedidi 2022-05-05 22:35:54 +02:00
parent 007bd31bee
commit 34eebdb2dd
2 changed files with 21 additions and 22 deletions

View file

@ -68,7 +68,7 @@
"friendsofsymfony/jsrouting-bundle": "^2.2", "friendsofsymfony/jsrouting-bundle": "^2.2",
"friendsofsymfony/oauth-server-bundle": "^1.5", "friendsofsymfony/oauth-server-bundle": "^1.5",
"friendsofsymfony/rest-bundle": "~2.1", "friendsofsymfony/rest-bundle": "~2.1",
"friendsofsymfony/user-bundle": "2.0.*", "friendsofsymfony/user-bundle": "2.1.*",
"guzzlehttp/guzzle": "^5.3.1", "guzzlehttp/guzzle": "^5.3.1",
"guzzlehttp/psr7": "^1.8", "guzzlehttp/psr7": "^1.8",
"html2text/html2text": "^4.1", "html2text/html2text": "^4.1",

41
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e054b16ab0878815e7b6f087e6cbd299", "content-hash": "048e7bf2bc2fd50d898371035c5055a2",
"packages": [ "packages": [
{ {
"name": "babdev/pagerfanta-bundle", "name": "babdev/pagerfanta-bundle",
@ -2504,26 +2504,27 @@
}, },
{ {
"name": "friendsofsymfony/user-bundle", "name": "friendsofsymfony/user-bundle",
"version": "v2.0.2", "version": "v2.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
"reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f" "reference": "1049935edd24ec305cc6cfde1875372fa9600446"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/1049935edd24ec305cc6cfde1875372fa9600446",
"reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f", "reference": "1049935edd24ec305cc6cfde1875372fa9600446",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"paragonie/random_compat": "^1 || ^2", "paragonie/random_compat": "^1 || ^2",
"php": "^5.5.9 || ^7.0", "php": "^5.5.9 || ^7.0",
"symfony/form": "^2.7 || ^3.0", "symfony/form": "^2.8 || ^3.0 || ^4.0",
"symfony/framework-bundle": "^2.7 || ^3.0", "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/security-bundle": "^2.7 || ^3.0", "symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/templating": "^2.7 || ^3.0", "symfony/templating": "^2.8 || ^3.0 || ^4.0",
"symfony/twig-bundle": "^2.7 || ^3.0", "symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/validator": "^2.8 || ^3.0 || ^4.0",
"twig/twig": "^1.28 || ^2.0" "twig/twig": "^1.28 || ^2.0"
}, },
"conflict": { "conflict": {
@ -2532,18 +2533,17 @@
}, },
"require-dev": { "require-dev": {
"doctrine/doctrine-bundle": "^1.3", "doctrine/doctrine-bundle": "^1.3",
"friendsofphp/php-cs-fixer": "^1.11", "friendsofphp/php-cs-fixer": "^2.2",
"phpunit/phpunit": "~4.8|~5.0", "phpunit/phpunit": "^4.8.35|^5.7.11|^6.5",
"swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0", "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
"symfony/console": "^2.7 || ^3.0", "symfony/console": "^2.8 || ^3.0 || ^4.0",
"symfony/phpunit-bridge": "^2.7 || ^3.0", "symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0",
"symfony/validator": "^2.7 || ^3.0", "symfony/yaml": "^2.8 || ^3.0 || ^4.0"
"symfony/yaml": "^2.7 || ^3.0"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0.x-dev" "dev-master": "2.1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -2568,8 +2568,7 @@
"homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
}, },
{ {
"name": "Thibault Duplessis", "name": "Thibault Duplessis"
"email": "thibault.duplessis@gmail.com"
} }
], ],
"description": "Symfony FOSUserBundle", "description": "Symfony FOSUserBundle",
@ -2580,9 +2579,9 @@
"support": { "support": {
"docs": "https://symfony.com/doc/master/bundles/FOSUserBundle/index.html", "docs": "https://symfony.com/doc/master/bundles/FOSUserBundle/index.html",
"issues": "https://github.com/FriendsOfSymfony/FOSUserBundle/issues", "issues": "https://github.com/FriendsOfSymfony/FOSUserBundle/issues",
"source": "https://github.com/FriendsOfSymfony/FOSUserBundle/tree/2.0.x" "source": "https://github.com/FriendsOfSymfony/FOSUserBundle/tree/v2.1.2"
}, },
"time": "2017-11-29T17:01:21+00:00" "time": "2018-03-08T08:59:27+00:00"
}, },
{ {
"name": "gedmo/doctrine-extensions", "name": "gedmo/doctrine-extensions",