Skip to content

Commit 9d31cbb

Browse files
Updated dependencies
Signed-off-by: Tom Wright <[email protected]>
1 parent e8c0788 commit 9d31cbb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"email": "[email protected]"
1010
} ],
1111
"require": {
12-
"php": "^8.1",
12+
"php": "^8.4",
1313

14-
"decodelabs/exceptional": "^0.4",
15-
"decodelabs/glitch-support": "^0.4",
14+
"decodelabs/exceptional": "^0.5",
15+
"decodelabs/glitch-support": "^0.5",
1616
"decodelabs/veneer": "^0.11.6"
1717
},
1818
"require-dev": {
19-
"decodelabs/phpstan-decodelabs": "^0.6.6"
19+
"decodelabs/phpstan-decodelabs": "^0.7"
2020
},
2121
"autoload": {
2222
"psr-4": {
@@ -35,5 +35,7 @@
3535
"allow-plugins": {
3636
"phpstan/extension-installer": true
3737
}
38+
},
39+
"repositories": {
3840
}
3941
}

0 commit comments

Comments
 (0)