Skip to content

Commit

Permalink
Update configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-patterson-webdev committed Apr 14, 2023
1 parent b1d4512 commit c4aefea
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 78 deletions.
15 changes: 7 additions & 8 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ build:
image: default-bionic
environment:
php: 8.1
nodes:
php8:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
- command: phpcs-run
checks:
php: true
coding_style:
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
[![Build Status](https://scrutinizer-ci.com/g/alex-patterson-webdev/laminas-factory/badges/build.png?b=master)](https://scrutinizer-ci.com/g/alex-patterson-webdev/laminas-factory/build-status/master)
![github workflow](https://github.com/alex-patterson-webdev/laminas-factory/actions/workflows/workflow.yml/badge.svg)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/alex-patterson-webdev/laminas-factory/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/alex-patterson-webdev/laminas-factory/?branch=master)
[![codecov](https://codecov.io/gh/alex-patterson-webdev/laminas-factory/branch/master/graph/badge.svg)](https://codecov.io/gh/alex-patterson-webdev/laminas-factory)

# Arp\LaminasFactory

## About

The Laminas Framework provides the ability to inject class dependencies into services via 'service factories', these are classes that implement
the interface `Laminas\ServiceManager\Factory\FactoryInterface`. This module provides components to aid with the creation of the service factories
by allowing developers to easily fetch service specific configuration options from within the factory.
Factory components used to create services in Laminas Framework applications.

## Installation

Installation via [composer](https://getcomposer.org).

composer require alex-patterson-webdev/laminas-factory ^3.0.0
composer require alex-patterson-webdev/laminas-factory ^4.0.0

Loading

0 comments on commit c4aefea

Please sign in to comment.