mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 11:51:07 +07:00
13 lines
340 B
YAML
13 lines
340 B
YAML
name: 'Setup PHP environment with composer on multiple platforms'
|
|
author: shivammathur
|
|
description: 'Setup a PHP environment with composer and add it to the PATH'
|
|
author: 'shivammathur'
|
|
icon: 'activity'
|
|
color: 'purple'
|
|
inputs:
|
|
php-version:
|
|
description: 'PHP version to install.'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'lib/install.js'
|