You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
797 B

9 years ago
{
"name": "la-haute-societe/yii2-save-relations-behavior",
9 years ago
"description": "Validate and save automatically related Active Record models.",
9 years ago
"type": "yii2-extension",
"keywords": [
"yii2",
"extension",
"active-record",
"active-query",
"database",
"behavior",
"relations",
"has_many",
"has_one"
],
"license": "MIT",
"authors": [
{
"name": "Alban Jubert",
"email": "alban@lahautesociete.com"
}
],
"require": {
"yiisoft/yii2": ">=2.0.7"
},
"autoload": {
"psr-4": {
"lhs\\Yii2SaveRelationsBehavior\\": "src/"
}
},
"config": {
"process-timeout": 1800,
"preferred-install": "dist"
}
}