Skip to content

Bump tightenco/ziggy from 1.8.1 to 2.0.4 #59

Bump tightenco/ziggy from 1.8.1 to 2.0.4

Bump tightenco/ziggy from 1.8.1 to 2.0.4 #59

name: Composer Validate
on:
push:
paths:
- 'composer.json'
- 'composer-lock.json'
pull_request:
paths:
- 'composer.json'
- 'composer-lock.json'
jobs:
composer_validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Install Composer
uses: php-actions/composer@v6
with:
php_extensions: intl zip sodium pcntl bcmath
args: --ignore-platform-req=ext-pcntl --ignore-platform-req=ext-bcmath
- name: Validate Composer files
run: composer validate