Skip to content

Commit

Permalink
docs(README): use shields.io for PHP version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandothoeny committed Aug 9, 2024
1 parent 0194007 commit 750303e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Memory Limiter

[![Latest Stable Version](https://img.shields.io/packagist/v/orlandothoeny/memory-limiter)](https://packagist.org/packages/orlandothoeny/memory-limiter)
[![PHP Version Require](http://poser.pugx.org/orlandothoeny/memory-limiter/require/php)](https://packagist.org/packages/orlandothoeny/memory-limiter)
[![PHP Version](https://img.shields.io/badge/php-%3E=8.2-rgb(120,%20124,%20181)?logo=php)](https://packagist.org/packages/orlandothoeny/memory-limiter)
[![codecov](https://codecov.io/github/orlandothoeny/memory-limiter/graph/badge.svg?token=GRIYCXT6SP)](https://codecov.io/github/orlandothoeny/memory-limiter)
![PHPStan level](https://img.shields.io/badge/phpstan_level-9-rgb(37,99,235))
![Dependencies](https://img.shields.io/badge/dependency_count-0-885630?logo=composer)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"php": "^8.2"
"php": ">=8.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.62",
Expand Down

0 comments on commit 750303e

Please sign in to comment.