We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba2b02 commit 04d4fa4Copy full SHA for 04d4fa4
README.md
@@ -13,7 +13,7 @@ Install using composer:
13
$ composer require designcise/bitframe-renderer
14
```
15
16
-Please note that this package requires PHP 7.4.0 or newer.
+Please note that this package requires PHP 8.0 or newer.
17
18
## Usage Example
19
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
- "php": ">=7.4.0"
+ "php": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
0 commit comments