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

ext-json in composer.json #1536

Merged
merged 1 commit into from
Nov 26, 2018
Merged

Conversation

nowackipawel
Copy link
Contributor

Description
ext-json in composer

@jim-parry
Copy link
Contributor

JSON has been bundled in the PHP core sinve 5.2 ... isn't this composer directive then redundant?

@nowackipawel
Copy link
Contributor Author

Possibly it is but there are many IDEs which shows warning when there is no ext-json specified in composer (ie phpstorm)

@lonnieezell
Copy link
Member

I believe the ext-json package refers to the old one from PECL, which we definitely do not require. Where does PHP Storm show an error related to that? That's what I use daily and haven't noticed it.

@nowackipawel
Copy link
Contributor Author

Here it is:
screenshot_2018-11-26_22-42-48

@lonnieezell
Copy link
Member

Ah, just found more information about this error, also: https://medium.com/@luis.barros.nobrega/ext-json-is-missing-in-composer-json-what-is-this-700a1fcad966

In that case - good catch. :) Merging.

@lonnieezell lonnieezell merged commit e573a17 into codeigniter4:develop Nov 26, 2018
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.

3 participants