Skip to content

Commit 49de305

Browse files
committed
dependencies updated
1 parent b1bc35b commit 49de305

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "linna/typed-array",
33
"type": "library",
4-
"description": "Linna Typed Array",
4+
"description": "Linna Typed Array, typed arrays for PHP",
55
"keywords": ["array", "typed array", "php"],
66
"homepage": "https://github.com/linna/typed-array",
77
"license": "MIT",
88
"authors": [
99
{
1010
"name": "Sebastian Rapetti",
11-
"email": "sebastian.rapetti@alice.it"
11+
"email": "sebastian.rapetti@tim.it"
1212
}
1313
],
1414
"support": {
@@ -18,9 +18,9 @@
1818
"php": ">=8.1"
1919
},
2020
"require-dev": {
21-
"infection/infection": "^0.21",
22-
"phpstan/phpstan": "^0.12",
23-
"phpunit/phpunit": "^9.0"
21+
"infection/infection": ">=0.26",
22+
"phpstan/phpstan": "^1.9",
23+
"phpunit/phpunit": ">=9.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)