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
67802eb2
Commit
67802eb2
authored
Nov 04, 2013
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added composer.json for Api and Provider
parent
c341ca17
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
102 additions
and
0 deletions
+102
-0
src/Silex/Api/LICENSE
src/Silex/Api/LICENSE
+19
-0
src/Silex/Api/composer.json
src/Silex/Api/composer.json
+34
-0
src/Silex/Provider/LICENSE
src/Silex/Provider/LICENSE
+19
-0
src/Silex/Provider/composer.json
src/Silex/Provider/composer.json
+30
-0
No files found.
src/Silex/Api/LICENSE
0 → 100644
View file @
67802eb2
Copyright (c) 2010-2013 Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
src/Silex/Api/composer.json
0 → 100644
View file @
67802eb2
{
"minimum-stability"
:
"dev"
,
"name"
:
"silex/silex-api"
,
"description"
:
"The Silex interfaces"
,
"keywords"
:
[
"microframework"
],
"homepage"
:
"http://silex.sensiolabs.org"
,
"license"
:
"MIT"
,
"authors"
:
[
{
"name"
:
"Fabien Potencier"
,
"email"
:
"fabien@symfony.com"
},
{
"name"
:
"Igor Wiedler"
,
"email"
:
"igor@wiedler.ch"
}
],
"require"
:
{
"php"
:
">=5.3.3"
,
"pimple/pimple"
:
"~1.0"
},
"suggest"
:
{
"symfony/event-dispatcher"
:
"For EventListenerProviderInterface"
,
"silex/silex"
:
"For BootableProviderInterface and ControllerProviderInterface"
},
"autoload"
:
{
"psr-0"
:
{
"Silex"
:
"src/"
}
},
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"2.0.x-dev"
}
}
}
src/Silex/Provider/LICENSE
0 → 100644
View file @
67802eb2
Copyright (c) 2010-2013 Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
src/Silex/Provider/composer.json
0 → 100644
View file @
67802eb2
{
"minimum-stability"
:
"dev"
,
"name"
:
"silex/silex-providers"
,
"description"
:
"The Silex providers"
,
"keywords"
:
[
"microframework"
],
"homepage"
:
"http://silex.sensiolabs.org"
,
"license"
:
"MIT"
,
"authors"
:
[
{
"name"
:
"Fabien Potencier"
,
"email"
:
"fabien@symfony.com"
},
{
"name"
:
"Igor Wiedler"
,
"email"
:
"igor@wiedler.ch"
}
],
"require"
:
{
"php"
:
">=5.3.3"
,
"pimple/pimple"
:
"~1.0"
},
"autoload"
:
{
"psr-0"
:
{
"Silex"
:
"src/"
}
},
"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