Skip to content
Snippets Groups Projects

Add missing dependencies in composer.json

1 file
+ 12
2
Compare changes
  • Side-by-side
  • Inline
+ 12
2
@@ -14,7 +14,17 @@
@@ -14,7 +14,17 @@
"email": "nehaverma94163@gmail.com"
"email": "nehaverma94163@gmail.com"
}
}
],
],
 
"support": {
 
"issues": "https://www.drupal.org/project/active_campaign_api_integration/issues/3421811",
 
"source": "https://git.drupalcode.org/project/active_campaign_api_integration"
 
},
 
"repositories": [
 
{
 
"type": "git",
 
}
 
],
"require": {
"require": {
"ext-intl": "*"
"drupal/core": "8.* || 9.* || 10.*"
}
}
}
}
 
\ No newline at end of file
Loading