Skip to content

Commit

Permalink
docs: LDP-2618: Update readme - use new box.
Browse files Browse the repository at this point in the history
  • Loading branch information
petarbasic committed Dec 2, 2024
1 parent 69ac445 commit 2d2b147
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Variable | Description | Example value |
### Build a new phar

The phar is built using box, for details see
https://github.com/box-project/box2. To built the phar just run:
https://github.com/box-project/box. To built the phar just run:

composer install --dev
composer build
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"symfony/yaml": "^6"
},
"scripts": {
"build": "php -d phar.readonly=0 vendor/bin/box build",
"build": "php -d phar.readonly=0 vendor/bin/box compile",
"clean-git": "find vendor/ -name \\.git | xargs rm -rf",
"remove-test": "find vendor/ -name [tT]ests | xargs rm -rf",
"post-install-cmd": "drunomics\\Phapp\\ScriptHandler::installPharTools",
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

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

0 comments on commit 2d2b147

Please sign in to comment.