Skip to content

Commit a95f4cf

Browse files
committed
IUpdate dependencies
1 parent be063d2 commit a95f4cf

File tree

2 files changed

+985
-34
lines changed

2 files changed

+985
-34
lines changed

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,9 @@
1212
"license": [
1313
"GPL-3.0-or-later"
1414
],
15-
"repositories": [
16-
{
17-
"type": "vcs",
18-
"url": "https://github.com/WPUserManager/Cortex"
19-
}
20-
],
2115
"require": {
2216
"a5hleyrich/wp-background-processing": "^1.0",
23-
"brain/cortex": "dev-31-wp-6.0-do_parse_request",
17+
"brain/cortex": "dev-refactoring-fastroute",
2418
"gamajo/template-loader": "^1.3",
2519
"htmlburger/carbon-fields": "^2.1",
2620
"wearerequired/wp-requirements-check": "^1.0",
@@ -38,6 +32,13 @@
3832
}
3933
},
4034
"require-dev": {
41-
"lucatume/wp-browser": "dev-master"
35+
"codeception/module-asserts": "^1.0",
36+
"codeception/module-cli": "^1.0",
37+
"codeception/module-db": "^1.0",
38+
"codeception/module-filesystem": "^1.0",
39+
"codeception/module-phpbrowser": "^1.0",
40+
"codeception/module-webdriver": "^1.0",
41+
"codeception/util-universalframework": "^1.0",
42+
"lucatume/wp-browser": "^3.0"
4243
}
4344
}

0 commit comments

Comments
 (0)