123456789101112131415161718192021 |
- {
- "name": "scavenger/simple-dbal",
- "version": "0.2.0",
- "description": "A Simple Database Abstraction Layer with a few simple Classes to prevent writing raw SQL in your Code",
- "type": "library",
- "authors": [
- {
- "name": "Marcel Voelkel",
- "email": "m.voelkel@scav-media.com"
- }
- ],
- "minimum-stability": "dev",
- "require": {
- "php": ">=7.1"
- },
- "autoload": {
- "psr-0": {
- "SimpleDBAL": "src/"
- }
- }
- }
|