We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c4cfd commit 78ec03cCopy full SHA for 78ec03c
composer.json
@@ -4,13 +4,13 @@
4
"description": "Bundle that makes it easy to authenticate using Fas Open Id",
5
"type": "symfony-bundle",
6
"require": {
7
- "php": "^7.1.3",
+ "php": "^7.1 || ^8.0",
8
"ext-json": "*",
9
- "doctrine/doctrine-bundle": "^1.11",
+ "doctrine/doctrine-bundle": "^1.12.13",
10
"phpseclib/phpseclib": "^2.0",
11
"symfony/framework-bundle": "^3.4 || ^4.3",
12
"symfony/http-client": "^4.4",
13
- "symfony/security": "^3.4.26 || ^4.4.7",
+ "symfony/security": "^3.4.49 || ^4.4.24",
14
"symfony/monolog-bundle": "^3.3"
15
},
16
"autoload": {
0 commit comments