aboutsummaryrefslogtreecommitdiff
path: root/src/php/feature.json
Commit message (Collapse)AuthorAgeFilesLines
* php: allow multiple versions (#33)Samruddhi Khandale2022-06-021-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * php: allow multiple versions * nit * correct condtions * fix: mv: target '6/composer' is not a directory * add "" * fix linking folders * fix ln: failed to create symbolic link * change description * fix error msg * chane exit code * restructure linking * fix pecl multiple installation * correct condition * install pecl with specific version
* Adds a PHP feature (#22)Samruddhi Khandale2022-05-261-0/+31
* add php * add test * fix test * add to workflow * fix test * fix bug * test composer Co-authored-by: Josh Spicer <joshspicer@github.com>