Skip to content

Commit

Permalink
docs: update docs to point to new ci tools
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jun 29, 2023
1 parent 503f5f1 commit 0380293
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 37 deletions.
32 changes: 0 additions & 32 deletions .scrutinizer.yml

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Centralised construction of a project's core objects.
=====================================================
Centralised container of a project's core objects.
==================================================

When PHP applications have a lot of classes, it's important to use [dependency injection][dependency-injection] techniques to keep your code maintainable and testable; rather than constructing objects within the functions they are used, pass the objects into the function via parameters.

Expand All @@ -14,10 +14,10 @@ This repository is used within [WebEngine][webengine] to automatically invoke Pa
<a href="https://github.com/PhpGt/ServiceContainer/actions" target="_blank">
<img src="https://badge.status.php.gt/servicecontainer-build.svg" alt="Build status" />
</a>
<a href="https://scrutinizer-ci.com/g/PhpGt/ServiceContainer" target="_blank">
<a href="https://app.codacy.com/gh/PhpGt/ServiceContainer" target="_blank">
<img src="https://badge.status.php.gt/servicecontainer-quality.svg" alt="Code quality" />
</a>
<a href="https://scrutinizer-ci.com/g/PhpGt/ServiceContainer" target="_blank">
<a href="https://app.codecov.io/gh/PhpGt/ServiceContainer" target="_blank">
<img src="https://badge.status.php.gt/servicecontainer-coverage.svg" alt="Code coverage" />
</a>
<a href="https://packagist.org/packages/PhpGt/ServiceContainer" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phpgt/servicecontainer",
"description": "Centralised construction of a project's core objects.",
"description": "Centralised container of a project's core objects.",
"license": "MIT",

"require": {
Expand Down

0 comments on commit 0380293

Please sign in to comment.