Skip to content

Commit

Permalink
Update php version
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Feb 2, 2024
1 parent 1ef7cb6 commit 9d915a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chdemko/bitarray",
"type": "library",
"description": "BitArray for PHP >= 5.5",
"description": "BitArray for PHP >= 8.1",
"keywords": ["bits","array","iterator"],
"homepage": "http://github.com/chdemko/php-bitarray",
"license": "BSD-3-Clause",
Expand All @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=5.5.0"
"php": ">=8.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.6",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d915a0

Please sign in to comment.