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

[pull] master from acmephp:master #5

Open
wants to merge 127 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 5, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jan 5, 2022
Grendel7 and others added 20 commits May 31, 2022 18:44
This PR was squashed before being merged into the master branch.

Discussion
----------

Fix tests on PHP 8.0/8.1

The current tests don't work on PHP 8.0 because OpenSSL changed from using `resource`s for it's data structures to using objects.

So I added a function that checks the right type for the right PHP versions.

Commits
-------

7621356 Fix tests on PHP 8.0/8.1
Remove unused swiftmailer dependency
Allow for newer dependencies and fix a couple of issues in AcmePhp\Core.
The reloadOrder method refreshes CertificateOrder information from the CA.
This is useful if the CA returned a server error, and you need to retrieve what has been done.
Also add the order status property to the CertificateOrder object to check this.
Add Core\AcmeClient::reloadOrder method
@sonarcloud
Copy link

sonarcloud bot commented Jun 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

SamMousa and others added 29 commits August 15, 2024 16:11
chore(ci): upload phar file artifact for testing
Rewrite Gandi soulver to support wildcard domains
update monolog and psr/log
chore(ci): allow pr comment from fork prs
Relax constraint on psr/http-message and psr/container
Add support for symfony ^7.1
Sync all composer.json
Reword a bit the changelog
This unlock full support for SF 7.1
Symfony is not compatible with v2 yet
Add support for consolidation/self-update ^2.2 || ^3
Copy link

sonarcloud bot commented Nov 15, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

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

Successfully merging this pull request may close these issues.