Skip to content

Commit 6ca94ad

Browse files
committed
fix(deps): upgrade processwire/processwire to version 3.0.200
1 parent b49f7e0 commit 6ca94ad

File tree

2 files changed

+100
-207
lines changed

2 files changed

+100
-207
lines changed

composer.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,23 @@
1414
"webonyx/graphql-php": "^14.11.3"
1515
},
1616
"require-dev": {
17-
"processwire/processwire": "3.0.184",
17+
"processwire/processwire": ">=3.0.200",
1818
"ryancramerdesign/fieldtypemapmarker": "1.0.0",
1919
"dadish/graphqlfieldtypemapmarker": "2.0.0",
2020
"phpunit/phpunit": "9.5.10"
2121
},
2222
"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+
},
2334
{
2435
"type": "package",
2536
"package": {

0 commit comments

Comments
 (0)