composer.json 339 B

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