Skip to content

Commit 929b036

Browse files
committed
wip php 8.2 support in composer
1 parent 60047f4 commit 929b036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"docs": "https://typerocket.com/docs/v6/"
2222
},
2323
"require": {
24-
"php": "^8.0.2",
25-
"typerocket/core": "^6.0"
24+
"php": "^8.2",
25+
"typerocket/core": "^6.1"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^9.5"
28+
"phpunit/phpunit": "^10"
2929
},
3030
"autoload": {
3131
"files": [

0 commit comments

Comments
 (0)