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: 7.8.0
Show newest version
{
  "minimum-stability": "RC",
  "require": {
    "php": ">=5.5",
    "slim/slim": "3.*",
    "tuupola/slim-basic-auth": "^3.0.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^4.8"
  },
  "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"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy