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

1234567891011121314
  1. {
  2. "name": "robin.thoni/uqac",
  3. "type": "project",
  4. "authors": [
  5. {
  6. "name": "Robin THONI",
  7. "email": "robin@rthoni.com"
  8. }
  9. ],
  10. "require": {
  11. "guzzlehttp/guzzle": "~6.0",
  12. "vlucas/phpdotenv": "^2.3"
  13. }
  14. }