Skip to content
This repository was archived by the owner on Sep 6, 2020. It is now read-only.
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

GitHub Action for Composer

Latest Version on GitHub Software License GitHubActions

This Action for Composer enables arbitrary actions with the Composer command-line client.

Usage

Via GitHub Workflow

on: push
name: CI
jobs:
  composer:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      # For YAML Actions, use v2 or later
      - uses: pxgamer/composer-action@master
        with:
          command: install --optimize-autoloader --prefer-dist

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email security@pxgamer.xyz instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

GitHub Action for interacting with Composer

Topics

Resources

Code of conduct

Contributing

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages