Skip to content

Commit fc20878

Browse files
authored
Merge pull request #528 from mimmi20/updates-4
update readme
2 parents 5adfc1e + 1f599cf commit fc20878

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2020-2024 Thomas Müller
3+
Copyright (c) 2020 Thomas Müller
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
66
documentation files (the _Software_), to deal in the Software without restriction, including without limitation the

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
## Code Status
88

99
[![codecov](https://codecov.io/gh/mimmi20/mezzio-generic-authorization/branch/master/graph/badge.svg)](https://codecov.io/gh/mimmi20/mezzio-generic-authorization)
10-
[![Test Coverage](https://api.codeclimate.com/v1/badges/2cf0f7549074b16cf1bc/test_coverage)](https://codeclimate.com/github/mimmi20/mezzio-generic-authorization/test_coverage)
1110
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/mimmi20/mezzio-generic-authorization.svg)](https://isitmaintained.com/project/mimmi20/mezzio-generic-authorization "Average time to resolve an issue")
1211
[![Percentage of issues still open](https://isitmaintained.com/badge/open/mimmi20/mezzio-generic-authorization.svg)](https://isitmaintained.com/project/mimmi20/mezzio-generic-authorization "Percentage of issues still open")
1312
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fmimmi20%2Fmezzio-generic-authorization%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/mimmi20/mezzio-generic-authorization/master)
14-
[![Maintainability](https://api.codeclimate.com/v1/badges/2cf0f7549074b16cf1bc/maintainability)](https://codeclimate.com/github/mimmi20/mezzio-generic-authorization/maintainability)
1513

1614
## Installation
1715

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mimmi20/mezzio-generic-authorization",
3-
"description": "Provides a Authorization middleware for Mezzio and PSR-7 applications.",
3+
"description": "Provides a Generic Authorization middleware for Mezzio.",
44
"license": "MIT",
55
"type": "library",
66
"keywords": [

0 commit comments

Comments
 (0)