mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Add specify/verify as dependency
This commit is contained in:
parent
36dbef4b50
commit
5c486208e1
@ -56,6 +56,8 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "~2.3",
|
||||
"codeception/specify": "~1.0",
|
||||
"codeception/verify": "~1.0",
|
||||
"yiisoft/yii2-debug": "~2.0.0",
|
||||
"yiisoft/yii2-gii": "~2.0.0",
|
||||
"yiisoft/yii2-faker": "~2.0.0",
|
||||
@ -99,5 +101,11 @@
|
||||
"npm-asset-library": "protected/vendor/npm",
|
||||
"bower-asset-library": "protected/vendor/bower"
|
||||
}
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://asset-packagist.org"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user