Skip to content

Remove requirement of core PHP extensions#1009

Closed
cedric-anne wants to merge 2 commits into
lcobucci:5.1.xfrom
cedric-anne:patch-1
Closed

Remove requirement of core PHP extensions#1009
cedric-anne wants to merge 2 commits into
lcobucci:5.1.xfrom
cedric-anne:patch-1

Conversation

@cedric-anne

Copy link
Copy Markdown
Contributor

Since PHP 7.4, ext-hash is part of PHP core and cannot be disabled (see https://www.php.net/manual/en/hash.installation.php).
Since PHP 8.0, ext-json is part of PHP core and cannot be disabled (see https://www.php.net/manual/en/json.installation.php).

I think they could be removed from composer.json require section.

@cedric-anne

Copy link
Copy Markdown
Contributor Author

Lint job would be fixed by maglnet/ComposerRequireChecker#399.

@Ocramius

Ocramius commented Apr 21, 2023

Copy link
Copy Markdown
Collaborator

@Ocramius
Ocramius changed the base branch from 5.0.x to 5.1.x April 21, 2023 21:17
@Ocramius Ocramius added this to the 5.1.0 milestone Apr 21, 2023
@Ocramius Ocramius added Incomplete Waiting for Information Dependencies Pull requests that update a dependency file labels Apr 21, 2023

@Ocramius Ocramius left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

composer.lock needs updating too

@cedric-anne
cedric-anne requested a review from Ocramius April 22, 2023 11:11

@Ocramius Ocramius left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks @cedric-anne!

@cedric-anne cedric-anne closed this by deleting the head repository Jul 11, 2023
@lcobucci lcobucci removed this from the 5.1.0 milestone Oct 31, 2023
lcobucci added a commit that referenced this pull request Nov 4, 2023
This was raised by @cedric-anne but I didn't manage to merge it in time.

More info: #1009

Authored by: Cédric Anne
Signed-off-by: Luís Cobucci <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file Improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants