Skip to content

Commit d3cdbc2

Browse files
committed
Update dependencies
1 parent 986e734 commit d3cdbc2

File tree

7 files changed

+496
-507
lines changed

7 files changed

+496
-507
lines changed

composer.json

+5-5
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 >= 8.1",
4+
"description": "BitArray for PHP >= 8.2",
55
"keywords": ["bits","array","iterator"],
66
"homepage": "http://github.com/chdemko/php-bitarray",
77
"license": "BSD-3-Clause",
@@ -14,12 +14,12 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=8.1"
17+
"php": ">=8.2"
1818
},
1919
"require-dev": {
20-
"php-coveralls/php-coveralls": "^2.6",
21-
"squizlabs/php_codesniffer": "^3.7",
22-
"phpunit/phpunit": "^10.2"
20+
"php-coveralls/php-coveralls": "^2.7",
21+
"squizlabs/php_codesniffer": "^3.10",
22+
"phpunit/phpunit": "^11.3"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)