File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ This directory contains files necessary for building Phar file
22
33Modules 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:
24244 . 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
2932Note: it is necessary to delete package/composer.lock and package/vendor between Codeception 4 and 5 builds.
You can’t perform that action at this time.
0 commit comments