Skip to content

Commit 2808f24

Browse files
committed
Pull from php71 and migrating to php74
1 parent 3feffb9 commit 2808f24

File tree

2 files changed

+451
-100
lines changed

2 files changed

+451
-100
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1",
15+
"php": "^7.4",
1616
"ext-mbstring": "*",
17-
"symfony/property-access": "^4.3",
18-
"doctrine/annotations": "^1.8"
17+
"symfony/property-access": "^5.1",
18+
"doctrine/annotations": "^1.10"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": ">=6.0 <8.0",

0 commit comments

Comments
 (0)