Skip to content

Test Laravel 12 #538

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

Merged
merged 4 commits into from
Feb 24, 2025
Merged

Test Laravel 12 #538

merged 4 commits into from
Feb 24, 2025

Conversation

barryvdh
Copy link
Owner

No description provided.

@barryvdh barryvdh merged commit 5b8668e into master Feb 24, 2025
@barryvdh barryvdh deleted the barryvdh-patch-1 branch February 24, 2025 15:20
@@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=7.2",
"php": "^8.1",
Copy link

Choose a reason for hiding this comment

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

Bumping php version in a patch release is questionable. Should there be a security issue in 1.0.3, what version number would you use for a fix?

Copy link
Owner Author

Choose a reason for hiding this comment

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

PHP8.0 and below are not supported anymore by PHP, so I suggest that people who are still on 7.2-8.0 upgrade as soon as possible.
I also think it's a vary small change that a security fix will be required, as wkhtmltopdf is also EOL and this library is just a wrapper for Snappy which also only supports 8.1 and above, see https://github.com/KnpLabs/snappy/blob/master/composer.json

But otherwise I guess I could release 1.0.3.1 if required?

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.

2 participants