Skip to content
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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JellyBellyDev
Copy link
Collaborator

Add phar archive for badge generation.

closes #63

@@ -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);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgotten var_dump?

Copy link
Collaborator Author

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

&& 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
Copy link
Collaborator

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.

Copy link
Collaborator Author

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! :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok! :)

@garak
Copy link
Collaborator

garak commented Oct 5, 2023

Any new on this?

@JellyBellyDev
Copy link
Collaborator Author

Any new on this?

I had completely forgotten about this process :(
I should take it back! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Download phar archive
3 participants