Skip to content

Commit 4e2407e

Browse files
committed
fix(deps): add drupal/webprofiler as required
1 parent 1ebb121 commit 4e2407e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
"require": {
1212
"codeception/codeception": "^4.0 || ^5.0",
1313
"codeception/module-webdriver": "*",
14-
"webflo/drupal-finder": "*"
14+
"webflo/drupal-finder": "*",
15+
"drupal/webprofiler": "^9 || ^10"
1516
},
1617
"require-dev": {
1718
"composer/installers": "*",
18-
"drupal/core": "^8 || ^9 || ^10"
19+
"drupal/core": "^9 || ^10"
1920
},
2021
"license": "GPL-3.0",
2122
"authors": [

0 commit comments

Comments
 (0)