Something went wrong on our end
-
Stein Magne Bjorklund authored
Util that enable us to upgrade parts of code base if needed.
Stein Magne Bjorklund authoredUtil that enable us to upgrade parts of code base if needed.
This project manages its dependencies using Composer.
Learn more
composer.json 929 B
{
"name": "uib/loadspeakr",
"description": "LODSPeaKr is a framework for creating Linked Data applications.",
"license": "Apache License",
"authors": [
{
"name": "Alvaro Graves",
"email": "alvaro@graves.cl"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ubbdst/Haanga"
}
],
"require": {
"ubbdst/haanga": "^1.0.7",
"semsol/arc2": "^2",
"symfony/http-foundation": "^5.3",
"ext-pdo": "*",
"ext-json": "*",
"ext-curl": "*"
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.4"
}
},
"autoload": {
"psr-4": {
"uib\\ub\\loadspeakr\\": "classes/"
}
},
"require-dev": {
"phan/phan": "4.x",
"phpstan/phpstan": "^0.12.83",
"phpunit/phpunit": "^9",
"rector/rector": "^0.11.53",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "3.*"
}
}