Skip to content

Commit

Permalink
wip php 8.2 support in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindees committed May 16, 2024
1 parent 60047f4 commit 929b036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"docs": "https://typerocket.com/docs/v6/"
},
"require": {
"php": "^8.0.2",
"typerocket/core": "^6.0"
"php": "^8.2",
"typerocket/core": "^6.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^10"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 929b036

Please sign in to comment.