Skip to content

Commit

Permalink
Fix/dev-dependencies (SPREP#150)
Browse files Browse the repository at this point in the history
* make drush core requirement

* disable tours module

* enable state_cache
  • Loading branch information
ainsofs authored Feb 4, 2025
1 parent 95f2f42 commit b484512
Show file tree
Hide file tree
Showing 7 changed files with 3,942 additions and 4,034 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"google/cloud-firestore": "^0.1.0",
"mglaman/composer-drupal-lenient": "^1.0",
"paragi/php-websocket-client": "^1.0",
"textalk/websocket": "1.0.*"
"textalk/websocket": "1.0.*",
"drush/drush": "^12.1"
},
"require-dev": {
"drupal/core-dev": "^10.0",
"drupal/devel": "^5.1",
"drush/drush": "^12.1",
"mglaman/drupal-check": "^1.2",
"phpcompatibility/php-compatibility": "^9.3",
"weitzman/drupal-test-traits": "^2.2"
Expand Down
Loading

0 comments on commit b484512

Please sign in to comment.