Skip to content

Commit fd3e41e

Browse files
committed
add PHP 8 requirement
1 parent d0d1019 commit fd3e41e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
}
1919
],
2020
"support": {
21-
"docs": "https://typerocket.com/docs/v5/"
21+
"docs": "https://typerocket.com/docs/v6/"
2222
},
2323
"require": {
2424
"php": "^8.0.2",
25-
"typerocket/core": "^5.1"
25+
"typerocket/core": "^6.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)