Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
641c60cb
Commit
641c60cb
authored
Jun 13, 2015
by
Christophe Coevoet
Committed by
Fabien Potencier
Jun 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove usage of the deprecated target-dir feature
parent
ebe7e78f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
src/Silex/Api/composer.json
src/Silex/Api/composer.json
+1
-2
src/Silex/Provider/composer.json
src/Silex/Provider/composer.json
+1
-2
No files found.
src/Silex/Api/composer.json
View file @
641c60cb
...
...
@@ -24,9 +24,8 @@
"silex/silex"
:
"For BootableProviderInterface and ControllerProviderInterface"
},
"autoload"
:
{
"psr-
0"
:
{
"Silex\\Api
"
:
""
}
"psr-
4"
:
{
"Silex\\Api\\
"
:
""
}
},
"target-dir"
:
"Silex/Api"
,
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"2.0.x-dev"
...
...
src/Silex/Provider/composer.json
View file @
641c60cb
...
...
@@ -21,9 +21,8 @@
"silex/api"
:
"~2.0"
},
"autoload"
:
{
"psr-
0"
:
{
"Silex\\Provider
"
:
""
}
"psr-
4"
:
{
"Silex\\Provider\\
"
:
""
}
},
"target-dir"
:
"Silex/Provider"
,
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"2.0.x-dev"
...
...
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