-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
The only thing that was missing for the build of PHPUnit's PHAR to become reproducible was to set the timestamps of the files in the PHAR to a consistent date.
I have implemented that in sebastianbergmann/phpunit@4627215 using seld/phar-utils.
However, I do not like that the PHAR is now changed after it has been created using PHPAB.
It would be nice if PHPAB would do this while it creates the PHAR. What do you think, Arne?
Reactions are currently unavailable