Skip to content

Commit 78ec03c

Browse files
author
Ruben Hollevoet
committed
add php ^8.0 support
1 parent 19c4cfd commit 78ec03c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"description": "Bundle that makes it easy to authenticate using Fas Open Id",
55
"type": "symfony-bundle",
66
"require": {
7-
"php": "^7.1.3",
7+
"php": "^7.1 || ^8.0",
88
"ext-json": "*",
9-
"doctrine/doctrine-bundle": "^1.11",
9+
"doctrine/doctrine-bundle": "^1.12.13",
1010
"phpseclib/phpseclib": "^2.0",
1111
"symfony/framework-bundle": "^3.4 || ^4.3",
1212
"symfony/http-client": "^4.4",
13-
"symfony/security": "^3.4.26 || ^4.4.7",
13+
"symfony/security": "^3.4.49 || ^4.4.24",
1414
"symfony/monolog-bundle": "^3.3"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)