Skip to content

Commit

Permalink
-revert composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Jul 2, 2021
1 parent c0c4912 commit 79a826c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"autoload": {
"psr-4": {
"Tests\\WPGraphQL\\": "src/"
},
"classmap": [
"src/"
},
"classmap": [
"src/"
]
},
"require": {
"php": ">=7.1 || ^8.0",
"phpunit/phpunit": "^7.5 || ^8.5"
"php": ">=7.1",
"phpunit/phpunit": "^7.5"
},
"require-dev": {
"composer/installers": "^1.9",
Expand Down

0 comments on commit 79a826c

Please sign in to comment.