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

php-slim4-server.composer.mustache Maven / Gradle / Ivy

The newest version!
{
  "minimum-stability": "RC",
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/ybelenko/slim-token-authentication",
      "no-api": true
    }
  ],
  "require": {
    "php": "^7.1",
    "slim/slim": "^4.0",
    "dyorg/slim-token-authentication": "dev-slim4",
    {{#isSlimPsr7}}
    "slim/psr7": "^0.4.0"
    {{/isSlimPsr7}}
    {{#isNyholmPsr7}}
    "nyholm/psr7": "^1.1.0",
    "nyholm/psr7-server": "^0.3.0"
    {{/isNyholmPsr7}}
    {{#isGuzzlePsr7}}
    "guzzlehttp/psr7": "^1.6.1",
    "http-interop/http-factory-guzzle": "^1.0.0"
    {{/isGuzzlePsr7}}
    {{#isZendDiactoros}}
    "zendframework/zend-diactoros": "^2.1.3"
    {{/isZendDiactoros}}
  },
  "require-dev": {
    "phpunit/phpunit": "^6.0 || ^7.0",
    "overtrue/phplint": "^1.0",
    "squizlabs/php_codesniffer": "^3.5"
  },
  "autoload": {
    "psr-4": { "{{escapedInvokerPackage}}\\": [
      "{{srcBasePath}}/",
      "src/"
    ]}
  },
  "autoload-dev": {
    "psr-4": { "{{escapedInvokerPackage}}\\": "{{testBasePath}}/" }
  },
  "scripts": {
    "test": [
      "phpunit"
    ],
    "test-apis": "phpunit --testsuite Apis",
    "test-models": "phpunit --testsuite Models",
    "test-mock": "phpunit --testsuite Mock",
    "test-utils": "phpunit --testsuite Utils",
    "phpcs": "phpcs",
    "phplint": "phplint ./ --exclude=vendor"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy