You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 158B

12345678
  1. {
  2. "require": {
  3. "slim/slim": "^4.0",
  4. "slim/psr7": "^1.0",
  5. "php-di/php-di": "^6.0",
  6. "slim/twig-view": "^3.0.0-beta"
  7. }
  8. }