Skip to content

Commit

Permalink
Add PHP version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Priest committed Jul 30, 2023
1 parent 4f466b9 commit c350801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"email": "hello@joepriest.dev"
}
],
"require": {
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^8.5"
},
Expand Down

0 comments on commit c350801

Please sign in to comment.