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
4cf356df
Commit
4cf356df
authored
Jan 10, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust directories for PSR-4.
parent
b594e009
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
composer.json
composer.json
+3
-1
CHANGELOG.md
extensions/faker/CHANGELOG.md
+0
-0
FixtureController.php
extensions/faker/FixtureController.php
+0
-0
LICENSE.md
extensions/faker/LICENSE.md
+0
-0
README.md
extensions/faker/README.md
+0
-0
composer.json
extensions/faker/composer.json
+3
-5
No files found.
composer.json
View file @
4cf356df
...
...
@@ -96,6 +96,9 @@
"twig/twig"
:
"required by yii2-twig extension"
},
"autoload"
:
{
"psr-4"
:
{
"yii
\\
faker
\\
"
:
"extensions/faker/"
},
"psr-0"
:
{
"yii
\\
apidoc
\\
"
:
"extensions/"
,
"yii
\\
authclient
\\
"
:
"extensions/"
,
...
...
@@ -103,7 +106,6 @@
"yii
\\
codeception
\\
"
:
"extensions/"
,
"yii
\\
debug
\\
"
:
"extensions/"
,
"yii
\\
elasticsearch
\\
"
:
"extensions/"
,
"yii
\\
faker
\\
"
:
"extensions/"
,
"yii
\\
gii
\\
"
:
"extensions/"
,
"yii
\\
imagine
\\
"
:
"extensions/"
,
"yii
\\
jui
\\
"
:
"extensions/"
,
...
...
extensions/
yii/
faker/CHANGELOG.md
→
extensions/faker/CHANGELOG.md
View file @
4cf356df
File moved
extensions/
yii/
faker/FixtureController.php
→
extensions/faker/FixtureController.php
View file @
4cf356df
File moved
extensions/
yii/
faker/LICENSE.md
→
extensions/faker/LICENSE.md
View file @
4cf356df
File moved
extensions/
yii/
faker/README.md
→
extensions/faker/README.md
View file @
4cf356df
File moved
extensions/
yii/
faker/composer.json
→
extensions/faker/composer.json
View file @
4cf356df
...
...
@@ -21,7 +21,6 @@
"fzaninotto/faker"
:
"*"
},
"autoload"
:
{
"psr-0"
:
{
"yii
\\
faker
\\
"
:
""
}
},
"target-dir"
:
"yii/faker"
}
\ No newline at end of file
"psr-4"
:
{
"yii
\\
faker
\\
"
:
""
}
}
}
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