All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-flight.composer.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
{
  {{#composerPackageName}}
  "name": "{{{.}}}",
  {{/composerPackageName}}
  "description": "{{appDescription}}.",
  "keywords": ["openapi", "php", "framework", "flightphp"],
  {{#artifactVersion}}
  "version": "{{.}}",
  {{/artifactVersion}}
  "homepage": "{{{artifactUrl}}}",
  "license": "{{{licenseName}}}",
  "authors": [
    {
        "name": "{{{developerOrganization}}}",
        "homepage": "{{{developerOrganizationUrl}}}"
    }
  ],
  "type": "library",
  "require": {
    "php": "^8.1.0",
    "flightphp/core": "^3.5.1",
    "ext-json": "*"
  },
 "require-dev": {
    "phpunit/phpunit": "^9.5"
  },
  "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "{{escapedInvokerPackage}}\\": ""
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy