Skip to content
Snippets Groups Projects
Commit c945e88a authored by Oyvind.Gjesdal's avatar Oyvind.Gjesdal
Browse files

Merge branch 'composer' into 'master'

Add basic composer config.

See merge request !6
parents be11287d 15a56a3c
No related branches found
No related tags found
1 merge request!6Add basic composer config.
vendor
.phpunit.cache/
settings.inc.php
*~
components
*~
cache/*
meta/*
meta/db.sqlite
......
{
"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"
}
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment