Add migration guide for 0.1.x → 0.2.x

This commit is contained in:
Niklas Keller
2016-03-20 14:45:21 +01:00
parent 6bfa882aa0
commit 3318b227ab
3 changed files with 54 additions and 3 deletions

View File

@@ -13,7 +13,6 @@
"require": {
"amphp/process": "^0.1.1",
"bramus/monolog-colored-line-formatter": "^2",
"ext-posix": "*",
"ext-openssl": "*",
"kelunik/acme": "^0.3",
"kelunik/certificate": "^1",
@@ -42,6 +41,16 @@
]
},
"require-dev": {
"phpunit/phpunit": "^5"
"phpunit/phpunit": "^5",
"macfja/phar-builder": "dev-master"
},
"extra": {
"phar-builder": {
"compression": "GZip",
"name": "acme.phar",
"output-dir": "build",
"include": ["bin", "src", "vendor"],
"entry-point": "bin/acme"
}
}
}