You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- make-phar.php gains a new optional flag --store-version which defaults to false.
The script will change the contents of VERSION only if this is true.
This is false when building temporary Phars with custom versions for tests.
- Because of that there is a new function set_file_contents() in make-phar.php
This is similar to add_file(), but the contents of the new file are passed
as an argument, instead of reading them via file_get_contents()
- Behat test for building a temporary Phar with a fake version
Also ensure that VERSION is not modified
0 commit comments