Skip to content

Commit ef6e197

Browse files
committed
Updated build instructions
1 parent 4fba85e commit ef6e197

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Modules excluded from phar file:
88
* phalcon
99
* symfony
1010
* yii2
11-
* zendexpressive
12-
* zf2
11+
* zendexpressive / mezzio
12+
* zf2 / laminas
1313

1414
Additional dependency compared with codeception/codecepion:
1515
* hoa/console
1616

1717
### Build instructions
18-
1. Download robo.phar file wget https://robo.li/robo.phar
18+
1. Install dependencies by running `composer install` in parent directory.
1919
2. Disable phar.readonly in your php.ini file, it must be `phar.readonly = Off`
20-
3. Run `php robo.phar build:phar72`
21-
4. Run `php robo.phar build:phar56`
22-
5. Run `php robo.phar release`
20+
3. Run `./vendor/bin/robo build:phar72`
21+
4. Run `./vendor/bin/robo build:phar56`
22+
5. Run `./vendor/bin/robo release`
2323
6. Commit added files and push

0 commit comments

Comments
 (0)