Skip to content

Commit 04d4fa4

Browse files
designciseDaniyal Hamid
andauthored
Bumped up PHP to v8 + Updated Readme (#1)
Co-authored-by: Daniyal Hamid <[email protected]>
1 parent aba2b02 commit 04d4fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Install using composer:
1313
$ composer require designcise/bitframe-renderer
1414
```
1515

16-
Please note that this package requires PHP 7.4.0 or newer.
16+
Please note that this package requires PHP 8.0 or newer.
1717

1818
## Usage Example
1919

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.4.0"
13+
"php": ">=8.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^8.5",

0 commit comments

Comments
 (0)