We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8a53c commit 295bbfcCopy full SHA for 295bbfc
1 file changed
package/README.md
@@ -2,8 +2,8 @@ This directory contains files necessary for building Phar file
2
3
Modules excluded from phar file:
4
* datafactory
5
-* doctrine2
6
-* laravel5
+* doctrine
+* laravel
7
* lumen
8
* phalcon
9
* symfony
@@ -24,6 +24,9 @@ Additional dependency compared with codeception/codecepion:
24
4. Build Codeception 5 phar file:
25
1. Run `./vendor/bin/robo build:phar80`
26
2. Run `./vendor/bin/robo release80`
27
-5. Commit added files and push
+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
31
32
Note: it is necessary to delete package/composer.lock and package/vendor between Codeception 4 and 5 builds.
0 commit comments