Skip to content

Commit

Permalink
Merge pull request #31 from wp-graphql/feat/query-constraints
Browse files Browse the repository at this point in the history
feat: QueryConstraint classes implemented and tested
  • Loading branch information
kidunot89 authored May 1, 2024
2 parents 0c3fa9d + 692bc2a commit 706c2d7
Show file tree
Hide file tree
Showing 19 changed files with 1,782 additions and 702 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]
},
"require": {
"php": "^8.1"
"php-extended/polyfill-php80-str-utils": "^1.3"
},
"require-dev": {
"composer/installers": "^1.9",
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
bootstrap="tests/phpunit/bootstrap.php"
backupGlobals="false"
colors="true"
verbose="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
Expand Down
Loading

0 comments on commit 706c2d7

Please sign in to comment.