Skip to content

Commit

Permalink
Sync to final example composer
Browse files Browse the repository at this point in the history
Dependency hell awaits if one tries to update webprofiler.

cl_generator is a key part of the book, and has no upgrade path
at this time. These are new additions to Drupal so its ok for
learning.
  • Loading branch information
ax committed Apr 18, 2024
1 parent 650b066 commit 1f37150
Show file tree
Hide file tree
Showing 3 changed files with 961 additions and 1,286 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"drupal/restui": "^1.21",
"drupal/search_api": "^1.29",
"drupal/twig_tweak": "^3.2",
"drupal/webprofiler": "10.0.x-dev@dev",
"drush/drush": "^11.3",
"symfony/stopwatch": "^6.1"
},
Expand Down Expand Up @@ -134,7 +135,7 @@
}
},
"scripts": {
"lint:php" : [
"lint:php": [
"vendor/bin/phpcs --standard=web/phpcs.xml.dist web/themes/custom/alps_trips/"
]
}
Expand Down
Loading

0 comments on commit 1f37150

Please sign in to comment.