{
  "name": "beni/csv-importer-plus-for-acf",
  "description": "CSV Importer Plus for ACF maps & imports CSV data to Posts, Pages, CPTs & WooCommerce products, with or without ACF fields.",
  "type": "project",
  "license": "GPLv2",
  "autoload": {
    "psr-4": {
      "CIPFA\\": "./includes"
    }
  },
  "authors": [
    {
      "name": "Mobeen Raheem",
      "email": "mobeenraheem@gmail.com"
    }
  ],
  "minimum-stability": "stable",
  "require": {
    "league/csv": "^9.16",
    "woocommerce/action-scheduler": "^3.9"
  }
}
