-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(phar): add phar archive to poser #65
base: master
Are you sure you want to change the base?
Conversation
@@ -28,6 +28,7 @@ public function __construct() | |||
public function calculateWidth(string $text, int $size = self::TEXT_SIZE): float | |||
{ | |||
$size = $this->convertToPt($size); | |||
var_dump($this->fontPath); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgotten var_dump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left this for this reason: box-project/box#519
docker/php-fpm/Dockerfile
Outdated
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* | ||
|
||
RUN mkdir -p /home/dev/.composer \ | ||
&& chown -R 1000:1000 /home/dev/ | ||
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change inside this PR is correct or we should create another PR for this?
I don't know at the moment if is necessary for phar archive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct is not necessary, but I was and I updated! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok! :)
73011c9
to
19ee959
Compare
19ee959
to
b8854dd
Compare
Any new on this? |
I had completely forgotten about this process :( |
Add phar archive for badge generation.
closes #63