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

123456789101112131415
  1. {
  2. "require": {
  3. "slim/slim": "4.*",
  4. "slim/psr7": "^1.5",
  5. "twig/twig": "^3.0"
  6. },
  7. "config": {
  8. "platform-check": false
  9. },
  10. "autoload": {
  11. "psr-4": {
  12. "Blog\\": "src/"
  13. }
  14. }
  15. }