| 1234567891011121314151617 |
- {
- "name": "urfat/schema",
- "description": "From Phinx, just the DDL",
- "type": "library",
- "authors": [
- {
- "name": "Artur Welp",
- "email": "ahwelp@universo.univates.br"
- }
- ],
- "require": {},
- "autoload": {
- "psr-4": {
- "Schema\\": "src/Schema"
- }
- }
- }
|