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
e5dfce19
Commit
e5dfce19
authored
May 24, 2013
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganized Twig and Smarty dependencies
parent
9a13ddb8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
composer.json
extensions/smarty/composer.json
+2
-1
composer.json
extensions/twig/composer.json
+2
-1
composer.json
framework/composer.json
+0
-2
No files found.
extensions/smarty/composer.json
View file @
e5dfce19
...
...
@@ -19,7 +19,8 @@
],
"minimum-stability"
:
"dev"
,
"require"
:
{
"yiisoft/yii2"
:
"*"
"yiisoft/yii2"
:
"*"
,
"smarty/smarty"
:
"v3.1.13"
},
"autoload"
:
{
"psr-0"
:
{
"yii
\\
smarty"
:
""
}
...
...
extensions/twig/composer.json
View file @
e5dfce19
...
...
@@ -19,7 +19,8 @@
],
"minimum-stability"
:
"dev"
,
"require"
:
{
"yiisoft/yii2"
:
"*"
"yiisoft/yii2"
:
"*"
,
"twig/twig"
:
"v1.13.0"
},
"autoload"
:
{
"psr-0"
:
{
"yii
\\
twig"
:
""
}
...
...
framework/composer.json
View file @
e5dfce19
...
...
@@ -73,8 +73,6 @@
},
"suggest"
:
{
"michelf/php-markdown"
:
"Required for Markdown helper."
,
"twig/twig"
:
"Required for TwigViewRenderer."
,
"smarty/smarty"
:
"Required for SmartyViewRenderer."
,
"ezyang/htmlpurifier"
:
"Required for Purifier helper."
}
}
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