Skip to content

Commit 4fc75a8

Browse files
committed
Preparing compatibility with composer 2.0 and PHP 8.0 (Unit tests incoming)
1 parent 30404cd commit 4fc75a8

2 files changed

Lines changed: 428 additions & 1273 deletions

File tree

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
]
2424
},
2525
"require": {
26-
"alchemy/zippy": "0.4.4",
27-
"wp-cli/wp-cli": ">=0.23.0",
26+
"alchemy/zippy": "^0.4",
2827
"symfony/yaml": "3.4.4",
29-
"phar-io/version": "^1.0"
28+
"phar-io/version": "^3.0"
29+
},
30+
"require-dev": {
31+
"wp-cli/wp-cli": "^2.0"
3032
}
3133
}

0 commit comments

Comments
 (0)