Skip to content

Bump symfony/http-client from 5.1.8 to 5.4.46 #52

Bump symfony/http-client from 5.1.8 to 5.4.46

Bump symfony/http-client from 5.1.8 to 5.4.46 #52

Workflow file for this run

name: PHP Composer
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Check coding standards
run: composer cs
- name: Launch psalm
run: composer psalm