Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jun 2, 2016
1 parent 8cbb3d0 commit 6d31cec
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 50 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"require-dev": {
"phpunit/phpunit": "^5",
"fabpot/php-cs-fixer": "^1.9",
"macfja/phar-builder": "dev-master#97bfa5ffb2bb8beb26db2d5575e852dd10593ac3",
"league/event": "^2.1"
"macfja/phar-builder": "dev-events-dev-files"
},
"license": "MIT",
"authors": [
Expand All @@ -44,6 +43,12 @@
"src/functions.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kelunik/pharbuilder"
}
],
"extra": {
"phar-builder": {
"compression": "GZip",
Expand All @@ -52,12 +57,12 @@
"include": ["info", "src", "vendor/kelunik/acme/res", "vendor/amphp/socket/var"],
"entry-point": "bin/acme",
"events": {
"build.before": [
"command.package.start": [
"mkdir -p info",
"git describe --tags > info/build.version",
"php -r 'echo time();' > info/build.time"
],
"build.after": [
"command.package.end": [
"rm -rf info",
"chmod +x build/acme-client.phar"
]
Expand Down
149 changes: 103 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d31cec

Please sign in to comment.