Skip to content

Commit

Permalink
Merge pull request #31 from boesing/qa/readme-badges
Browse files Browse the repository at this point in the history
qa: add some badges to the `README`
  • Loading branch information
boesing authored Apr 30, 2021
2 parents edc5048 + eda8567 commit db8f311
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Component Installer for Laminas and Mezzio Applications
[![Build Status](https://travis-ci.com/laminas/laminas-component-installer.svg?branch=master)](https://travis-ci.com/laminas/laminas-component-installer)
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-component-installer/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-component-installer?branch=master)

[![Build Status](https://github.com/laminas/laminas-component-installer/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/laminas/laminas-component-installer/actions/workflows/continuous-integration.yml)
[![type-coverage](https://shepherd.dev/github/laminas/laminas-component-installer/coverage.svg)](https://shepherd.dev/github/laminas/laminas-component-installer)
[![Psalm level](https://shepherd.dev/github/laminas/laminas-component-installer/level.svg)](https://shepherd.dev/github/laminas/laminas-component-installer)

This repository contains the Composer plugin class `Laminas\ComponentInstaller\ComponentInstaller`,
which provides Composer event hooks for the events:
Expand Down
5 changes: 3 additions & 2 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
<psalm
cacheDirectory="./.psalm-cache"
totallyTyped="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline="psalm-baseline.xml" >
errorBaseline="psalm-baseline.xml"
errorLevel="1"
>
<projectFiles>
<directory name="src"/>
<directory name="test"/>
Expand Down

0 comments on commit db8f311

Please sign in to comment.