Skip to content
Snippets Groups Projects
composer.json 488 B
Newer Older
Pavel's avatar
Pavel committed
{
e.rahmanova@iq-adv.ru's avatar
e.rahmanova@iq-adv.ru committed
  "name": "dev/search-dc",
Pavel's avatar
Pavel committed
  "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/"
    }
  }
}