Bug 512208 - Support for adding the "php" dependency in Composer editor
Summary: Support for adding the "php" dependency in Composer editor
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Sylvia Tancheva CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-15 04:54 EST by Michal Niewrzal CLA
Modified: 2020-05-14 10:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Niewrzal CLA 2017-02-15 04:54:29 EST
Currently, it is not possible to add the "php" dependency using the Composer form editor.

The workaround is to add it directly in the composer.json source code.
Comment 1 Michele Locati CLA 2017-10-13 08:57:22 EDT
Also support for PHP extensions requirements would be great.

Sample composer.json file with this:

{
	"require" : {
		"php" : ">=5.5.9",
		"ext-pdo" : "*",
		"ext-pdo_mysql": "*"
	}
}