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:
8
8
* phalcon
9
9
* symfony
10
10
* yii2
11
- * zendexpressive
12
- * zf2
11
+ * zendexpressive / mezzio
12
+ * zf2 / laminas
13
13
14
14
Additional dependency compared with codeception/codecepion:
15
15
* hoa/console
16
16
17
17
### 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.
19
19
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`
23
23
6 . Commit added files and push
You can’t perform that action at this time.
0 commit comments