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

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

There is a newer version: 3.3.4.2
Show newest version
{
  "minimum-stability": "RC",
  "require": {
    "php": ">=5.5.9",
    "slim/slim": "3.*",
    "tuupola/slim-basic-auth": "^3.0.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^4.8",
    "overtrue/phplint": "^1.0",
    "squizlabs/php_codesniffer": "^3.0"
  },
  "autoload": {
    "psr-4": { "{{escapedInvokerPackage}}\\": "{{srcBasePath}}/" }
  },
  "autoload-dev": {
    "psr-4": { "{{escapedInvokerPackage}}\\": "{{testBasePath}}/" }
  },
  "scripts": {
    "test": [
      "@test-apis",
      "@test-models"
    ],
    "test-apis": "phpunit --testsuite Apis",
    "test-models": "phpunit --testsuite Models",
    "phpcs": "phpcs ./ --ignore=vendor --warning-severity=0 --standard={{phpcsStandard}}",
    "phplint": "phplint ./ --exclude=vendor"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy