Use stable hwi/oauth-bundle release instead of dev-master

This commit is contained in:
Grzegorz Sadowski 2026-06-19 14:42:22 +02:00
parent ac9b59ef33
commit f42fa4db65
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@
"require-dev": {
"doctrine/doctrine-bundle": "^2.13 || ^3.0",
"doctrine/orm": "^2.18 || ^3.5",
"hwi/oauth-bundle": "dev-master as 2.5.0",
"hwi/oauth-bundle": "^2.5",
"matthiasnoback/symfony-config-test": "^6.0",
"matthiasnoback/symfony-dependency-injection-test": "^6.0",
"phpunit/phpunit": "^11.5",

View file

@ -49,7 +49,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13 || ^3.0",
"hwi/oauth-bundle": "dev-master as 2.5.0",
"hwi/oauth-bundle": "^2.5",
"matthiasnoback/symfony-dependency-injection-test": "^6.0",
"phpunit/phpunit": "^11.5",
"symfony/dependency-injection": "^6.4.1 || ^7.4 || ^8.0",