We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49f7e0 commit 6ca94adCopy full SHA for 6ca94ad
2 files changed
composer.json
@@ -14,12 +14,23 @@
14
"webonyx/graphql-php": "^14.11.3"
15
},
16
"require-dev": {
17
- "processwire/processwire": "3.0.184",
+ "processwire/processwire": ">=3.0.200",
18
"ryancramerdesign/fieldtypemapmarker": "1.0.0",
19
"dadish/graphqlfieldtypemapmarker": "2.0.0",
20
"phpunit/phpunit": "9.5.10"
21
22
"repositories": [
23
+ {
24
+ "type": "package",
25
+ "package": {
26
+ "name": "processwire/processwire",
27
+ "version": "3.0.200",
28
+ "dist": {
29
+ "type": "zip",
30
+ "url": "https://github.com/processwire/processwire/archive/dev.zip"
31
+ }
32
33
+ },
34
{
35
"type": "package",
36
"package": {
0 commit comments