nepttune/ajaxselect

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "nepttune/ajaxselect",
  "description": "Ajax-filled selectbox for nette forms.",
  "homepage": "https://www.peldax.com",
  "type": "library",
  "license": ["MIT"],
  "authors": [
    {
      "name": "Václav Pelíšek",
      "homepage": "https://www.peldax.com"
    }
  ],
  "require": {
    "nette/forms": "^3.0",
    "nette/di": "^3.0"
  },
  "autoload": {
    "psr-4": {
      "Nepttune\\": "src/"
    }
  }
}