tao-test/app/vendor/oat-sa/jig/composer.json

20 lines
314 B
JSON

{
"name" : "oat-sa/jig",
"type" : "library",
"description" : "Jig PHP Utilities",
"license" : "MIT",
"authors" : [{
"name" : "Dieter Raber",
"email" : "me@dieterraber.net"
}
],
"minimum-stability" : "dev",
"require" : {
"php" : ">=5.3.0"
},
"autoload" : {
"psr-4" : {
"Jig\\" : ""
}
}
}