mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Adjust build file and documentation after Composer changes
This commit is contained in:
parent
79f9808f1f
commit
b49db8893b
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ If installing from the Git repository rather than a download package, you will n
|
||||||
First, you must install [Composer](https://getcomposer.org/) to fetch required PHP libraries. Once Composer is installed, dependencies may be downloaded with the following command:
|
First, you must install [Composer](https://getcomposer.org/) to fetch required PHP libraries. Once Composer is installed, dependencies may be downloaded with the following command:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
php composer.phar install -o --no-dev
|
php composer.phar install -o --no-dev --no-scripts
|
||||||
```
|
```
|
||||||
|
|
||||||
Second, you may wish to create an example configuration file using the following command:
|
Second, you may wish to create an example configuration file using the following command:
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
<echo>Installing dependencies via Composer</echo>
|
<echo>Installing dependencies via Composer</echo>
|
||||||
<exec command="composer install -o --no-dev" dir="./build/arsse"/>
|
<exec command="composer install -o --no-dev --no-scripts" dir="./build/arsse"/>
|
||||||
<delete>
|
<delete>
|
||||||
<fileset dir="./build/arsse">
|
<fileset dir="./build/arsse">
|
||||||
<include name="composer.*"/>
|
<include name="composer.*"/>
|
||||||
|
|
Loading…
Reference in a new issue