composer.json 348 B

1234567891011121314151617
  1. {
  2. "name": "inforsistemas/schema",
  3. "description": "From Phinx, just the DDL",
  4. "type": "library",
  5. "authors": [
  6. {
  7. "name": "Artur Welp",
  8. "email": "ahwelp@universo.univates.br"
  9. }
  10. ],
  11. "require": {},
  12. "autoload": {
  13. "psr-4": {
  14. "Schema\\": "src/Schema"
  15. }
  16. }
  17. }