Skip to content
composer.json 490 B
Newer Older
Pavel's avatar
Pavel committed
{
  "name": "iqdev/search-dc",
  "description": "Declaring the search structure",
  "minimum-stability": "stable",
  "license": "proprietary",
  "authors": [
    {
      "name": "Pavel Piligrimov",
      "email": "p.piligrimov@iqdev.digital"
    }
  ],
  "type": "library",
  "keywords": [
    "search",
    "declaring",
    "php"
  ],
  "require": {
    "php": ">=7.4",
    "ramsey/collection": "^1.2"
  },
  "autoload": {
    "psr-4": {
      "IQDEV\\Search\\": "src/Search/"
    }
  }
}