composer.json 207 B

12345678910111213
  1. {
  2. "require": {
  3. "smarty/smarty": "^5.4"
  4. },
  5. "require-dev": {
  6. "phpunit/phpunit": "^9.6"
  7. },
  8. "autoload": {
  9. "psr-4": {
  10. "inter\\": "inter/"
  11. }
  12. }
  13. }