Skip to content

Commit 9edfb1d

Browse files
author
georgio
committed
fix pull #575
1 parent c7cbede commit 9edfb1d

6 files changed

Lines changed: 1438 additions & 628 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
]
3131
},
3232
"require": {
33-
"php": "^7.2"
33+
"php": "^7.2 || 8.0.*"
3434
},
3535
"require-dev": {
3636
"ext-dom": "*",
3737
"ext-curl": "*",
3838
"ext-json": "*",
3939
"symfony/http-foundation": "~2.1",
4040
"predis/predis": "0.8.*@dev",
41-
"phpunit/phpunit": "8.5",
4241
"squizlabs/php_codesniffer": "^3.5",
43-
"friendsofphp/php-cs-fixer": "^2.16",
4442
"symfony/var-dumper": "^5.1",
45-
"symfony/finder": "^5.1"
43+
"symfony/finder": "^5.1",
44+
"phpunit/phpunit": "9.5.8",
45+
"friendsofphp/php-cs-fixer": "^3.0"
4646
},
4747
"suggest": {
4848
"symfony/http-foundation": "Allows using the Symfony Session storage backend.",

0 commit comments

Comments
 (0)