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.

45 lines
991 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"
9 years ago
],
"license": "MIT",
"authors": [
{
"name": "Alban Jubert",
"email": "alban@lahautesociete.com"
}
],
"require": {
"yiisoft/yii2": ">=2.0.7"
},
"require-dev": {
"phpunit/phpunit": "4.8.36"
},
9 years ago
"autoload": {
"psr-4": {
"lhs\\Yii2SaveRelationsBehavior\\": "src/"
}
},
"config": {
"process-timeout": 1800,
"preferred-install": "dist"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
9 years ago
}