-
- Downloads
fix: remove unnecessary API and dependencies
composer.json
deleted
100644 → 0
{ | |||
"name": "drupal/api_proxy", | |||
"description": "Puts Drupal between the front-end and the 3rd party API.", | |||
"type": "drupal-module", | |||
"homepage": "https://drupal.org/project/api_proxy", | |||
"support": { | |||
"issues": "https://drupal.org/project/issues/api_proxy", | |||
"source": "https://git.drupalcode.org/project/api_proxy" | |||
}, | |||
"license": "GPL-2.0+", | |||
"minimum-stability": "dev", | |||
"require": { | |||
"lstrojny/functional-php": "^1.9" | |||
} | |||
} |
Please register or sign in to comment