refuse to upgrade pre-v3 packages
[pharext/pharext] / composer.json
1 {
2 "name": "m6w6/pharext",
3 "description": "Package PHP extensions as self-installing PHARs",
4 "keywords": ["ext", "extension", "phar", "package", "install"],
5 "type": "project",
6 "license": "BSD-2-Clause",
7 "bin": [
8 "bin/pharext",
9 "bin/pharext.pubkey",
10 "bin/pharext.update",
11 "bin/pharext.update.key"
12 ]
13 }