Skip to content

Commit

Permalink
Build onesky.phar
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Mar 20, 2017
1 parent 4be25d8 commit ac88341
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
25 changes: 25 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"alias": "onesky.phar",
"chmod": "0755",
"directories": ["src"],
"finder": [
{
"name": "*.php",
"exclude": [
"bin",
"doctrine",
"justinrainbow",
"kherge",
"psr",
"phine",
"seld",
"tedivm"
],
"in": "vendor"
}
],
"git-version": "package_version",
"main": "bin/onesky",
"output": "onesky.phar",
"stub": true
}
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@
"psr-4": {
"Teamleader\\OneSky\\": "src/"
}
},
"require-dev": {
"kherge/box": "^2.7"
},
"scripts": {
"build": "./vendor/bin/box build"
}
}
Binary file added onesky.phar
Binary file not shown.

0 comments on commit ac88341

Please sign in to comment.