File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
1414Additional 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.
19192 . 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`
23236 . Commit added files and push
You can’t perform that action at this time.
0 commit comments