Skip to content

Commit

Permalink
disable 'exclude-composer-files' option to fix the internal repositor…
Browse files Browse the repository at this point in the history
…y in embedded-composer (#116)
  • Loading branch information
wachterjohannes authored Jan 11, 2021
1 parent b80263b commit 9cbc77c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: "Compile PHAR"
run: php box.phar compile

- name: "Run phar to see if it works"
run: php nanbando.phar

- name: "Checkout gh-pages"
uses: "actions/checkout@v2"
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ composer.lock

.nanbando
nanbando.json
nanbando.lock

.github/phar-private.pem
.github/pat.txt
Expand Down
4 changes: 1 addition & 3 deletions box.json.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"algorithm": "OPENSSL",
"chmod": "0755",
"compression": "GZ",
"directories": [
"src"
Expand All @@ -9,7 +8,6 @@
"LICENSE",
"README.md",
"UPGRADE.md",
"vendor/composer/installed.json",
"vendor/dflydev/embedded-composer/.root_package.json",
"vendor/composer/ca-bundle/res/cacert.pem"
],
Expand Down Expand Up @@ -39,5 +37,5 @@
"key": ".github/phar-private.pem",
"main": "bin/nanbando-phar-stub",
"output": "nanbando.phar",
"stub": true
"exclude-composer-files": false
}

0 comments on commit 9cbc77c

Please sign in to comment.