Skip to content
Snippets Groups Projects

Issue #3253735: Backbone manual tree-shake

43 files
+ 906
178
Compare changes
  • Side-by-side
  • Inline
Files
43
@@ -7,14 +7,14 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "9.4.x-dev",
"drupal/core": "10.0.x-dev",
"asm89/stack-cors": "1.3.0",
"composer/semver": "3.2.6",
"doctrine/annotations": "1.13.2",
"doctrine/lexer": "1.2.1",
"doctrine/reflection": "1.2.2",
"egulias/email-validator": "3.1.2",
"guzzlehttp/guzzle": "6.5.5",
"guzzlehttp/guzzle": "7.4.0",
"guzzlehttp/promises": "1.5.1",
"guzzlehttp/psr7": "1.8.3",
"laminas/laminas-diactoros": "2.8.0",
@@ -28,6 +28,7 @@
"pear/pear_exception": "v1.0.2",
"psr/cache": "1.0.1",
"psr/container": "1.1.1",
"psr/http-client": "1.0.1",
"psr/http-factory": "1.0.1",
"psr/http-message": "1.0.1",
"psr/log": "1.1.4",
Loading