composer.json 184 B

1234567891011
  1. {
  2. "require": {
  3. "adodb/adodb-php": "~5.19",
  4. "smarty/smarty": "~3.1",
  5. "smarty-gettext/smarty-gettext": "~1.1.1"
  6. },
  7. "require-dev": {
  8. "phpunit/phpunit": "~4.8"
  9. }
  10. }