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 118B

123456789
  1. {
  2. "require": {
  3. "slim/slim": "4.*",
  4. "slim/psr7": "^1.5"
  5. },
  6. "config": {
  7. "platform-check": false
  8. }
  9. }