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
d9802aac
Commit
d9802aac
authored
Jan 10, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
psr-4 change.
parent
4cf356df
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
4 additions
and
5 deletions
+4
-5
composer.json
composer.json
+2
-2
CHANGELOG.md
extensions/twig/CHANGELOG.md
+0
-0
LICENSE.md
extensions/twig/LICENSE.md
+0
-0
README.md
extensions/twig/README.md
+0
-0
TwigSimpleFileLoader.php
extensions/twig/TwigSimpleFileLoader.php
+0
-0
ViewRenderer.php
extensions/twig/ViewRenderer.php
+0
-0
ViewRendererStaticClassProxy.php
extensions/twig/ViewRendererStaticClassProxy.php
+0
-0
composer.json
extensions/twig/composer.json
+2
-3
No files found.
composer.json
View file @
d9802aac
...
...
@@ -97,7 +97,8 @@
},
"autoload"
:
{
"psr-4"
:
{
"yii
\\
faker
\\
"
:
"extensions/faker/"
"yii
\\
faker
\\
"
:
"extensions/faker/"
,
"yii
\\
twig
\\
"
:
"extensions/twig/"
},
"psr-0"
:
{
"yii
\\
apidoc
\\
"
:
"extensions/"
,
...
...
@@ -114,7 +115,6 @@
"yii
\\
smarty
\\
"
:
"extensions/"
,
"yii
\\
swiftmailer
\\
"
:
"extensions/"
,
"yii
\\
sphinx
\\
"
:
"extensions/"
,
"yii
\\
twig
\\
"
:
"extensions/"
,
"yii
\\
"
:
"framework/"
}
}
...
...
extensions/
yii/
twig/CHANGELOG.md
→
extensions/twig/CHANGELOG.md
View file @
d9802aac
File moved
extensions/
yii/
twig/LICENSE.md
→
extensions/twig/LICENSE.md
View file @
d9802aac
File moved
extensions/
yii/
twig/README.md
→
extensions/twig/README.md
View file @
d9802aac
File moved
extensions/
yii/
twig/TwigSimpleFileLoader.php
→
extensions/twig/TwigSimpleFileLoader.php
View file @
d9802aac
File moved
extensions/
yii/
twig/ViewRenderer.php
→
extensions/twig/ViewRenderer.php
View file @
d9802aac
File moved
extensions/
yii/
twig/ViewRendererStaticClassProxy.php
→
extensions/twig/ViewRendererStaticClassProxy.php
View file @
d9802aac
File moved
extensions/
yii/
twig/composer.json
→
extensions/twig/composer.json
View file @
d9802aac
...
...
@@ -22,7 +22,6 @@
"twig/twig"
:
"*"
},
"autoload"
:
{
"psr-0"
:
{
"yii
\\
twig
\\
"
:
""
}
},
"target-dir"
:
"yii/twig"
"psr-4"
:
{
"yii
\\
twig
\\
"
:
""
}
}
}
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