Skip to content

Commit 7ea148f

Browse files
committed
migration to php 8.0
1 parent 7e314b9 commit 7ea148f

26 files changed

+4979
-4386
lines changed

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.4",
16-
"ext-mbstring": "*",
17-
"symfony/property-access": "^5.1",
18-
"doctrine/annotations": "^1.10"
15+
"php": "^8.0",
16+
"ext-mbstring": "*"
1917
},
2018
"require-dev": {
21-
"phpunit/phpunit": ">=6.0 <8.0",
22-
"vladahejda/phpunit-assert-exception": "^1.3"
19+
"phpunit/phpunit": "^9.5"
2320
},
2421
"autoload": {
2522
"psr-4": {

0 commit comments

Comments
 (0)