Add basic composer config.
- Allow us to use namespaces - Allow PSR 4 autoloading - Add libraries and classes through dev. and prod. staging.
parent
30478625
No related branches found
No related tags found
composer.json
0 → 100644
{ | |||
"name": "uib/loadspeakr", | |||
"description": "LODSPeaKr is a framework for creating Linked Data applications.", | |||
"license": "Apache License", | |||
"authors": [ | |||
{ | |||
"name": "Alvaro Graves", | |||
"email": "alvaro@graves.cl" | |||
} | |||
], | |||
"require": { | |||
"semsol/arc2": "^2", | |||
"symfony/http-foundation": "^5.3" | |||
}, | |||
"config": { | |||
"sort-packages": true, | |||
"platform": { | |||
"php": "7.4" | |||
} | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"uib\\ub\\loadspeakr\\": "classes/" | |||
} | |||
}, | |||
"require-dev": { | |||
"roave/security-advisories": "dev-latest", | |||
"phan/phan": "4.x", | |||
"phpstan/phpstan": "^0.12.83", | |||
"phpunit/phpunit": "^9" | |||
} | |||
} |
composer.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment