Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "sylius/attribute",
|
|
"type": "library",
|
|
"description": "Component for handling object attributes in PHP projects.",
|
|
"keywords": ["shop", "ecommerce", "attribute", "feature"],
|
|
"homepage": "http://sylius.org",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Sylius project",
|
|
"homepage": "http://sylius.org"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "http://github.com/Sylius/Sylius/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
|
|
"sylius/resource": "0.13.*@dev"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "~2.1"
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Sylius\\Component\\Attribute\\": "" }
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "Sylius\\Component\\Attribute\\spec\\": "spec/" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.13-dev"
|
|
}
|
|
}
|
|
}
|