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

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