Skip to content

Commit 44b78ac

Browse files
committed
Require php 7.4
1 parent 7f1e78b commit 44b78ac

File tree

3 files changed

+92
-3896
lines changed

3 files changed

+92
-3896
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,25 @@
44
"license": "MIT",
55
"authors": [
66
{
7-
"name": "fabpot",
8-
"email": "[email protected]"
7+
"name": "Tactics",
8+
"email": "[email protected]"
99
}
1010
],
11+
"config": {
12+
"platform": {
13+
"php": "7.4"
14+
}
15+
},
1116
"require": {
17+
"php": ">=7.4",
1218
"ext-dom": "*",
1319
"ext-json": "*",
1420
"ext-curl": "*",
1521
"ext-bcmath": "*",
1622
"ext-intl": "*"
1723
},
1824
"require-dev": {
19-
"rector/rector": "^0.8.56"
25+
"rector/rector": "^0.11.60"
2026
},
2127
"scripts": {
2228
"rector:dryrun": "./vendor/bin/rector process --config rector.php --dry-run",

0 commit comments

Comments
 (0)