Skip to content

Commit 295bbfc

Browse files
committed
Adjust phar build readme
1 parent df8a53c commit 295bbfc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ This directory contains files necessary for building Phar file
22

33
Modules excluded from phar file:
44
* datafactory
5-
* doctrine2
6-
* laravel5
5+
* doctrine
6+
* laravel
77
* lumen
88
* phalcon
99
* symfony
@@ -24,6 +24,9 @@ Additional dependency compared with codeception/codecepion:
2424
4. Build Codeception 5 phar file:
2525
1. Run `./vendor/bin/robo build:phar80`
2626
2. Run `./vendor/bin/robo release80`
27-
5. Commit added files and push
27+
5. Build Codeception 5.3 phar file
28+
1. Run `./vendor/bin/robo build:phar82`
29+
2. Run `./vendor/bin/robo release82`
30+
6. Commit added files and push
2831

2932
Note: it is necessary to delete package/composer.lock and package/vendor between Codeception 4 and 5 builds.

0 commit comments

Comments
 (0)