Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
1336cff3
Commit
1336cff3
authored
Aug 28, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added bower.json to bootstrap and jui extensions.
parent
452fcc0f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
67 additions
and
24 deletions
+67
-24
bower.json
extensions/bootstrap/bower.json
+21
-0
bower.json
extensions/jui/bower.json
+20
-0
composer.json
extensions/jui/composer.json
+26
-24
No files found.
extensions/bootstrap/bower.json
0 → 100644
View file @
1336cff3
{
"name"
:
"yii2-bootstrap"
,
"version"
:
"2.0.0"
,
"homepage"
:
"http://www.yiiframework.com/"
,
"authors"
:
[
"Qiang Xue <qiang.xue@gmail.com>"
],
"description"
:
"The Twitter Bootstrap extension for the Yii framework"
,
"keywords"
:
[
"yii2"
,
"bootstrap"
],
"license"
:
"BSD-3-Clause"
,
"ignore"
:
[
"**/.*"
,
"**/*"
],
"dependencies"
:
{
"bootstrap"
:
">=3.0.0"
}
}
extensions/jui/bower.json
0 → 100644
View file @
1336cff3
{
"name"
:
"yii2-jui"
,
"version"
:
"2.0.0"
,
"homepage"
:
"http://www.yiiframework.com/"
,
"authors"
:
[
"Qiang Xue <qiang.xue@gmail.com>"
],
"description"
:
"The Jquery UI extension for the Yii framework"
,
"keywords"
:
[
"yii2"
,
"Jquery UI"
],
"license"
:
"BSD-3-Clause"
,
"ignore"
:
[
"**/.*"
,
"**/*"
],
"dependencies"
:
{
"jquery.ui"
:
">=1.10.0"
}
}
extensions/jui/composer.json
View file @
1336cff3
{
"name"
:
"yiisoft/yii2-jui"
,
"description"
:
"The Jquery UI extension for the Yii framework"
,
"keywords"
:
[
"yii2"
,
"Jquery UI"
,
"renderer"
],
"type"
:
"yii2-extension"
,
"license"
:
"BSD-3-Clause"
,
"support"
:
{
"issues"
:
"https://github.com/yiisoft/yii2/issues?labels=ext%3Ajui"
,
"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"
:
"*"
},
"autoload"
:
{
"psr-4"
:
{
"yii
\\
jui
\\
"
:
""
}
}
"name"
:
"yiisoft/yii2-jui"
,
"description"
:
"The Jquery UI extension for the Yii framework"
,
"keywords"
:
[
"yii2"
,
"Jquery UI"
],
"type"
:
"yii2-extension"
,
"license"
:
"BSD-3-Clause"
,
"support"
:
{
"issues"
:
"https://github.com/yiisoft/yii2/issues?labels=ext%3Ajui"
,
"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"
:
"*"
},
"autoload"
:
{
"psr-4"
:
{
"yii
\\
jui
\\
"
:
""
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment