Skip to content

Commit 9d915a0

Browse files
committed
Update php version
1 parent 1ef7cb6 commit 9d915a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chdemko/bitarray",
33
"type": "library",
4-
"description": "BitArray for PHP >= 5.5",
4+
"description": "BitArray for PHP >= 8.1",
55
"keywords": ["bits","array","iterator"],
66
"homepage": "http://github.com/chdemko/php-bitarray",
77
"license": "BSD-3-Clause",
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.5.0"
17+
"php": ">=8.1"
1818
},
1919
"require-dev": {
2020
"php-coveralls/php-coveralls": "^2.6",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)