Skip to content

Commit

Permalink
Merge pull request #9 from wp-graphql/jasonbahl-patch-1
Browse files Browse the repository at this point in the history
Update required php versions
  • Loading branch information
jasonbahl committed Jul 2, 2021
2 parents 2cae894 + ac834d1 commit 325e40c
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,8 +18,8 @@
]
},
"require": {
"php": ">=7.1",
"phpunit/phpunit": "^7.5"
"php": ">=7.1 || ^8.0",
"phpunit/phpunit": "^7.5 || ^8.5"
},
"require-dev": {
"composer/installers": "^1.9",
Expand Down

0 comments on commit 325e40c

Please sign in to comment.