https://github.com/frmichel/sparql-micro-service
Raw File
Tip revision: 732bc85d3d026dbb0e65e1a0a63543bb58af4443 authored by Franck Michel on 09 February 2024, 18:15:05 UTC
Allow Corese config changes: add file corese.properties in Docker version
Tip revision: 732bc85
composer.json
{
	"name" : "frmichel/sparqlms",
	"homepage" : "https://github.com/frmichel/sparql-micro-service",
	"license" : "Apache-2.0",
	"authors" : [{
			"name" : "Franck Michel",
			"homepage" : "http://i3s.unice.fr/~fmichel",
			"role" : "Developer"
		}
	],
	"description" : "SPARQL micro-services",
	"type" : "project",
	"keywords" : [
		"Web API",
		"SPARQL",
		"RDF",
		"semantic web",
		"LOD"
	],
	"support" : {
		"issues" : "https://github.com/frmichel/sparql-micro-service/issues"
	},
	"require" : {
		"php" : ">=7.1.0",
		"ext-mbstring" : "*",
		"ext-xml" : "*",
		"ml/json-ld" : "1.2.*",
		"easyrdf/easyrdf" : "1.0.*",
		"monolog/monolog" : "1.*",
		"mongodb/mongodb" : "^1.2"
	}
}
back to top