mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Merge branch 'master' into codeception-test-adjustments
This commit is contained in:
27
extensions/debug/bower.json
Normal file
27
extensions/debug/bower.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "yii2-debug",
|
||||
"version": "2.0.0",
|
||||
"homepage": "http://www.yiiframework.com/",
|
||||
"authors": [
|
||||
"Qiang Xue <qiang.xue@gmail.com>"
|
||||
],
|
||||
"description": "The debugger extension for the Yii framework",
|
||||
"keywords": [
|
||||
"yii2",
|
||||
"debug",
|
||||
"debugger"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": [
|
||||
"assets/toolbar.js"
|
||||
],
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"**/*",
|
||||
"!assets/"
|
||||
],
|
||||
"dependencies": {
|
||||
"yii2": ">=2.0.0",
|
||||
"bootstrap": ">=3.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,27 +1,29 @@
|
||||
{
|
||||
"name": "yiisoft/yii2-debug",
|
||||
"description": "The debugger extension for the Yii framework",
|
||||
"keywords": ["yii2", "debug", "debugger"],
|
||||
"type": "yii2-extension",
|
||||
"license": "BSD-3-Clause",
|
||||
"support": {
|
||||
"issues": "https://github.com/yiisoft/yii2/issues?labels=ext%3Adebug",
|
||||
"forum": "http://www.yiiframework.com/forum/",
|
||||
"wiki": "http://www.yiiframework.com/wiki/",
|
||||
"irc": "irc://irc.freenode.net/yii",
|
||||
"source": "https://github.com/yiisoft/yii2"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Qiang Xue",
|
||||
"email": "qiang.xue@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"yiisoft/yii2": "*",
|
||||
"yiisoft/yii2-bootstrap": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "yii\\debug\\": "" }
|
||||
}
|
||||
"name": "yiisoft/yii2-debug",
|
||||
"description": "The debugger extension for the Yii framework",
|
||||
"keywords": ["yii2", "debug", "debugger"],
|
||||
"type": "yii2-extension",
|
||||
"license": "BSD-3-Clause",
|
||||
"support": {
|
||||
"issues": "https://github.com/yiisoft/yii2/issues?labels=ext%3Adebug",
|
||||
"forum": "http://www.yiiframework.com/forum/",
|
||||
"wiki": "http://www.yiiframework.com/wiki/",
|
||||
"irc": "irc://irc.freenode.net/yii",
|
||||
"source": "https://github.com/yiisoft/yii2"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Qiang Xue",
|
||||
"email": "qiang.xue@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"yiisoft/yii2": "*",
|
||||
"yiisoft/yii2-bootstrap": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"yii\\debug\\": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
28
extensions/gii/bower.json
Normal file
28
extensions/gii/bower.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "yii2-gii",
|
||||
"version": "2.0.0",
|
||||
"homepage": "http://www.yiiframework.com/",
|
||||
"authors": [
|
||||
"Qiang Xue <qiang.xue@gmail.com>"
|
||||
],
|
||||
"description": "The Gii extension for the Yii framework",
|
||||
"keywords": [
|
||||
"yii2",
|
||||
"gii",
|
||||
"code generator"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": [
|
||||
"assets/gii.js"
|
||||
],
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"**/*",
|
||||
"!assets/"
|
||||
],
|
||||
"dependencies": {
|
||||
"yii2": ">=2.0.0",
|
||||
"bootstrap": ">=3.0.0",
|
||||
"typeahead.js": ">=0.10.0"
|
||||
}
|
||||
}
|
||||
@ -1,28 +1,30 @@
|
||||
{
|
||||
"name": "yiisoft/yii2-gii",
|
||||
"description": "The Gii extension for the Yii framework",
|
||||
"keywords": ["yii2", "gii", "code generator"],
|
||||
"type": "yii2-extension",
|
||||
"license": "BSD-3-Clause",
|
||||
"support": {
|
||||
"issues": "https://github.com/yiisoft/yii2/issues?labels=ext%3Agii",
|
||||
"forum": "http://www.yiiframework.com/forum/",
|
||||
"wiki": "http://www.yiiframework.com/wiki/",
|
||||
"irc": "irc://irc.freenode.net/yii",
|
||||
"source": "https://github.com/yiisoft/yii2"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Qiang Xue",
|
||||
"email": "qiang.xue@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"yiisoft/yii2": "*",
|
||||
"yiisoft/yii2-bootstrap": "*",
|
||||
"phpspec/php-diff": ">=1.0.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "yii\\gii\\": "" }
|
||||
}
|
||||
"name": "yiisoft/yii2-gii",
|
||||
"description": "The Gii extension for the Yii framework",
|
||||
"keywords": ["yii2", "gii", "code generator"],
|
||||
"type": "yii2-extension",
|
||||
"license": "BSD-3-Clause",
|
||||
"support": {
|
||||
"issues": "https://github.com/yiisoft/yii2/issues?labels=ext%3Agii",
|
||||
"forum": "http://www.yiiframework.com/forum/",
|
||||
"wiki": "http://www.yiiframework.com/wiki/",
|
||||
"irc": "irc://irc.freenode.net/yii",
|
||||
"source": "https://github.com/yiisoft/yii2"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Qiang Xue",
|
||||
"email": "qiang.xue@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"yiisoft/yii2": "*",
|
||||
"yiisoft/yii2-bootstrap": "*",
|
||||
"phpspec/php-diff": ">=1.0.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"yii\\gii\\": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user