Skip to content

Commit

Permalink
add PHP 8 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindees committed Nov 14, 2022
1 parent d0d1019 commit fd3e41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
}
],
"support": {
"docs": "https://typerocket.com/docs/v5/"
"docs": "https://typerocket.com/docs/v6/"
},
"require": {
"php": "^8.0.2",
"typerocket/core": "^5.1"
"typerocket/core": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit fd3e41e

Please sign in to comment.