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
0eaafd74
Commit
0eaafd74
authored
Nov 13, 2013
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated composer.json to be less restrictive
also removed superflous minimum-stability definition
parent
539e233d
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
29 additions
and
13 deletions
+29
-13
composer.json
extensions/bootstrap/composer.json
+6
-1
composer.json
extensions/composer/composer.json
+0
-1
composer.json
extensions/debug/composer.json
+6
-1
composer.json
extensions/gii/composer.json
+6
-1
composer.json
extensions/jui/composer.json
+6
-1
composer.json
extensions/smarty/composer.json
+1
-2
composer.json
extensions/swiftmailer/composer.json
+1
-2
composer.json
extensions/twig/composer.json
+1
-2
composer.json
framework/composer.json
+2
-2
No files found.
extensions/bootstrap/composer.json
View file @
0eaafd74
...
...
@@ -11,7 +11,12 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
},
"minimum-stability"
:
"dev"
,
"authors"
:
[
{
"name"
:
"Qiang Xue"
,
"email"
:
"qiang.xue@gmail.com"
}
],
"require"
:
{
"yiisoft/yii2"
:
"*"
,
"twbs/bootstrap"
:
"3.0.*"
...
...
extensions/composer/composer.json
View file @
0eaafd74
...
...
@@ -17,7 +17,6 @@
"email"
:
"qiang.xue@gmail.com"
}
],
"minimum-stability"
:
"dev"
,
"autoload"
:
{
"psr-0"
:
{
"yii
\\
composer
\\
"
:
""
}
},
...
...
extensions/debug/composer.json
View file @
0eaafd74
...
...
@@ -11,7 +11,12 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
},
"minimum-stability"
:
"dev"
,
"authors"
:
[
{
"name"
:
"Qiang Xue"
,
"email"
:
"qiang.xue@gmail.com"
}
],
"require"
:
{
"yiisoft/yii2"
:
"*"
,
"yiisoft/yii2-bootstrap"
:
"*"
...
...
extensions/gii/composer.json
View file @
0eaafd74
...
...
@@ -11,7 +11,12 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
},
"minimum-stability"
:
"dev"
,
"authors"
:
[
{
"name"
:
"Qiang Xue"
,
"email"
:
"qiang.xue@gmail.com"
}
],
"require"
:
{
"yiisoft/yii2"
:
"*"
,
"yiisoft/yii2-bootstrap"
:
"*"
...
...
extensions/jui/composer.json
View file @
0eaafd74
...
...
@@ -11,7 +11,12 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
},
"minimum-stability"
:
"dev"
,
"authors"
:
[
{
"name"
:
"Qiang Xue"
,
"email"
:
"qiang.xue@gmail.com"
}
],
"require"
:
{
"yiisoft/yii2"
:
"*"
},
...
...
extensions/smarty/composer.json
View file @
0eaafd74
...
...
@@ -17,10 +17,9 @@
"email"
:
"sam@rmcreative.ru"
}
],
"minimum-stability"
:
"dev"
,
"require"
:
{
"yiisoft/yii2"
:
"*"
,
"smarty/smarty"
:
"
>=v3.1.13
"
"smarty/smarty"
:
"
*
"
},
"autoload"
:
{
"psr-0"
:
{
"yii
\\
smarty
\\
"
:
""
}
...
...
extensions/swiftmailer/composer.json
View file @
0eaafd74
...
...
@@ -17,10 +17,9 @@
"email"
:
"klimov.paul@gmail.com"
}
],
"minimum-stability"
:
"dev"
,
"require"
:
{
"yiisoft/yii2"
:
"*"
,
"swiftmailer/swiftmailer"
:
"
@stable
"
"swiftmailer/swiftmailer"
:
"
*
"
},
"autoload"
:
{
"psr-0"
:
{
"yii
\\
swiftmailer
\\
"
:
""
}
...
...
extensions/twig/composer.json
View file @
0eaafd74
...
...
@@ -17,10 +17,9 @@
"email"
:
"sam@rmcreative.ru"
}
],
"minimum-stability"
:
"dev"
,
"require"
:
{
"yiisoft/yii2"
:
"*"
,
"twig/twig"
:
"
1.13.
*"
"twig/twig"
:
"*"
},
"autoload"
:
{
"psr-0"
:
{
"yii
\\
twig
\\
"
:
""
}
...
...
framework/composer.json
View file @
0eaafd74
...
...
@@ -65,10 +65,10 @@
},
"require"
:
{
"php"
:
">=5.4.0"
,
"yiisoft/yii2-composer"
:
"*"
,
"yiisoft/jquery"
:
"1.10.*"
,
"ext-mbstring"
:
"*"
,
"lib-pcre"
:
"*"
,
"yiisoft/yii2-composer"
:
"*"
,
"yiisoft/jquery"
:
"1.10.*"
,
"phpspec/php-diff"
:
">=1.0.2"
,
"ezyang/htmlpurifier"
:
"4.5.*"
,
"michelf/php-markdown"
:
"1.3.*"
...
...
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