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
3b9351ff
Commit
3b9351ff
authored
Oct 12, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated deps to allow Symfony 2.2, removed the lock file from the repository (closes #505)
parent
ffb53a49
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
1330 deletions
+26
-1330
.gitignore
.gitignore
+1
-0
composer.json
composer.json
+19
-19
composer.lock
composer.lock
+0
-1310
doc/usage.rst
doc/usage.rst
+6
-1
No files found.
.gitignore
View file @
3b9351ff
/phpunit.xml
/phpunit.xml
/vendor
/vendor
/build
/build
/composer.lock
composer.json
View file @
3b9351ff
...
@@ -17,33 +17,33 @@
...
@@ -17,33 +17,33 @@
"require"
:
{
"require"
:
{
"php"
:
">=5.3.3"
,
"php"
:
">=5.3.3"
,
"
pimple/pimple
"
:
"
1.*
"
,
"
pimple/pimple
"
:
"
1.*
"
,
"
symfony/event-dispatcher
"
:
"
2.1.*
"
,
"
symfony/event-dispatcher
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/http-foundation
"
:
"
2.1.*
"
,
"
symfony/http-foundation
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/http-kernel
"
:
"
2.1.*
"
,
"
symfony/http-kernel
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/routing
"
:
"
2.1.*
"
"
symfony/routing
"
:
"
>=2.1,<2.3-dev
"
},
},
"require-dev"
:
{
"require-dev"
:
{
"
symfony/security
"
:
"
2.1.*
"
,
"
symfony/security
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/config
"
:
"
2.1.*
"
,
"
symfony/config
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/locale
"
:
"
2.1.*
"
,
"
symfony/locale
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/form
"
:
"
2.1.*
"
,
"
symfony/form
"
:
"
>=2.1,<2.3-dev
"
,
"
monolog/monolog
"
:
"
>=1.0.0,<1.2-dev
"
,
"
monolog/monolog
"
:
"
>=1.0.0,<1.2-dev
"
,
"
symfony/browser-kit
"
:
"
2.1.*
"
,
"
symfony/browser-kit
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/css-selector
"
:
"
2.1.*
"
,
"
symfony/css-selector
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/finder
"
:
"
2.1.*
"
,
"
symfony/finder
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/monolog-bridge
"
:
"
2.1.*
"
,
"
symfony/monolog-bridge
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/process
"
:
"
2.1.*
"
,
"
symfony/process
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/translation
"
:
"
2.1.*
"
,
"
symfony/translation
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/twig-bridge
"
:
"
2.1.*
"
,
"
symfony/twig-bridge
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/validator
"
:
"
2.1.*
"
,
"
symfony/validator
"
:
"
>=2.1,<2.3-dev
"
,
"
twig/twig
"
:
"
>=1.8.0,<2.0-dev
"
,
"
twig/twig
"
:
"
>=1.8.0,<2.0-dev
"
,
"
doctrine/dbal
"
:
"
>=2.2.0,<2.4.0-dev
"
,
"
doctrine/dbal
"
:
"
>=2.2.0,<2.4.0-dev
"
,
"
swiftmailer/swiftmailer
"
:
"
4.2.*
"
"
swiftmailer/swiftmailer
"
:
"
4.2.*
"
},
},
"suggest"
:
{
"suggest"
:
{
"
symfony/browser-kit
"
:
"
2.1.*
"
,
"
symfony/browser-kit
"
:
"
>=2.1,<2.3-dev
"
,
"
symfony/css-selector
"
:
"
2.1.*
"
,
"
symfony/css-selector
"
:
"
>=2.1,<2.3-dev
"
,
"symfony/dom-crawler"
:
"
2.1.*
"
"symfony/dom-crawler"
:
"
>=2.1,<2.3-dev
"
},
},
"autoload"
:
{
"autoload"
:
{
"psr-0"
:
{
"Silex"
:
"src/"
}
"psr-0"
:
{
"Silex"
:
"src/"
}
...
...
composer.lock
deleted
100644 → 0
View file @
ffb53a49
{
"hash": "be13b5301bd3b52c882ec3ba7b1799dd",
"packages": [
{
"name": "pimple/pimple",
"version": "1.0.0",
"source": {
"type": "git",
"url": "git://github.com/fabpot/Pimple.git",
"reference": "v1.0.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/fabpot/Pimple/zipball/v1.0.0",
"reference": "v1.0.0",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2012-05-08 11:57:24",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Pimple": "lib/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
"homepage": "http://pimple.sensiolabs.org",
"keywords": [
"dependency injection",
"container"
]
},
{
"name": "symfony/event-dispatcher",
"version": "v2.1.2",
"target-dir": "Symfony/Component/EventDispatcher",
"source": {
"type": "git",
"url": "https://github.com/symfony/EventDispatcher",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/EventDispatcher/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/dependency-injection": "2.1.*"
},
"suggest": {
"symfony/dependency-injection": "2.1.*",
"symfony/http-kernel": "2.1.*"
},
"time": "2012-09-10 10:53:42",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\EventDispatcher": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/http-foundation",
"version": "v2.1.2",
"target-dir": "Symfony/Component/HttpFoundation",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpFoundation",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-09-18 16:09:52",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\HttpFoundation": "",
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony HttpFoundation Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/http-kernel",
"version": "v2.1.2",
"target-dir": "Symfony/Component/HttpKernel",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpKernel",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/HttpKernel/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": "2.1.*",
"symfony/http-foundation": "2.1.*"
},
"require-dev": {
"symfony/browser-kit": "2.1.*",
"symfony/class-loader": "2.1.*",
"symfony/config": "2.1.*",
"symfony/console": "2.1.*",
"symfony/dependency-injection": "2.1.*",
"symfony/finder": "2.1.*",
"symfony/process": "2.1.*",
"symfony/routing": "2.1.*"
},
"suggest": {
"symfony/browser-kit": "2.1.*",
"symfony/class-loader": "2.1.*",
"symfony/config": "2.1.*",
"symfony/console": "2.1.*",
"symfony/dependency-injection": "2.1.*",
"symfony/finder": "2.1.*"
},
"time": "2012-09-20 07:13:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\HttpKernel": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony HttpKernel Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/routing",
"version": "v2.1.2",
"target-dir": "Symfony/Component/Routing",
"source": {
"type": "git",
"url": "https://github.com/symfony/Routing",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Routing/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*",
"symfony/http-kernel": "2.1.*",
"doctrine/common": ">=2.2,<2.4-dev"
},
"suggest": {
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*",
"doctrine/common": ">=2.2,<2.4-dev"
},
"time": "2012-09-10 10:53:42",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Routing": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Routing Component",
"homepage": "http://symfony.com"
}
],
"packages-dev": [
{
"name": "doctrine/common",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common",
"reference": "2.3.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/common/zipball/2.3.0",
"reference": "2.3.0",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "2012-09-20 05:55:18",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Doctrine\\Common": "lib/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "http://jmsyst.com",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"collections",
"spl",
"eventmanager",
"annotations",
"persistence"
]
},
{
"name": "doctrine/dbal",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal",
"reference": "2.3.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/dbal/zipball/2.3.0",
"reference": "2.3.0",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"doctrine/common": "2.3.*"
},
"time": "2012-09-20 05:56:37",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Doctrine\\DBAL": "lib/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
}
],
"description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"persistence",
"dbal",
"queryobject"
]
},
{
"name": "monolog/monolog",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog",
"reference": "1.1.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/Seldaek/monolog/zipball/1.1.0",
"reference": "1.1.0",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mlehner/gelf-php": "1.0.*"
},
"suggest": {
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server"
},
"time": "2012-04-23 14:27:40",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Monolog": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be",
"role": "Developer"
}
],
"description": "Logging for PHP 5.3",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging"
]
},
{
"name": "swiftmailer/swiftmailer",
"version": "v4.2.1",
"source": {
"type": "git",
"url": "git://github.com/swiftmailer/swiftmailer.git",
"reference": "v4.2.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.2.1",
"reference": "v4.2.1",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "2012-07-13 14:46:37",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"license": [
"LGPL"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Chris Corbyn"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "http://swiftmailer.org",
"keywords": [
"mail",
"mailer"
]
},
{
"name": "symfony/browser-kit",
"version": "v2.1.2",
"target-dir": "Symfony/Component/BrowserKit",
"source": {
"type": "git",
"url": "https://github.com/symfony/BrowserKit",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/BrowserKit/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/dom-crawler": "2.1.*"
},
"require-dev": {
"symfony/process": "2.1.*",
"symfony/css-selector": "2.1.*"
},
"suggest": {
"symfony/process": "2.1.*"
},
"time": "2012-09-10 10:53:42",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\BrowserKit": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony BrowserKit Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/config",
"version": "v2.1.2",
"target-dir": "Symfony/Component/Config",
"source": {
"type": "git",
"url": "https://github.com/symfony/Config",
"reference": "v2.1.0-RC2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Config/zipball/v2.1.0-RC2",
"reference": "v2.1.0-RC2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-08-22 13:48:41",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Config": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Config Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/css-selector",
"version": "v2.1.2",
"target-dir": "Symfony/Component/CssSelector",
"source": {
"type": "git",
"url": "https://github.com/symfony/CssSelector",
"reference": "v2.1.0-RC2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/CssSelector/zipball/v2.1.0-RC2",
"reference": "v2.1.0-RC2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-08-22 13:48:41",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\CssSelector": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony CssSelector Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/dom-crawler",
"version": "v2.1.2",
"target-dir": "Symfony/Component/DomCrawler",
"source": {
"type": "git",
"url": "https://github.com/symfony/DomCrawler",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/DomCrawler/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/css-selector": "2.1.*"
},
"suggest": {
"symfony/css-selector": "2.1.*"
},
"time": "2012-09-10 10:53:42",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\DomCrawler": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony DomCrawler Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/finder",
"version": "v2.1.2",
"target-dir": "Symfony/Component/Finder",
"source": {
"type": "git",
"url": "https://github.com/symfony/Finder",
"reference": "v2.1.0-RC2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Finder/zipball/v2.1.0-RC2",
"reference": "v2.1.0-RC2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-08-22 13:48:41",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Finder": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/form",
"version": "v2.1.2",
"target-dir": "Symfony/Component/Form",
"source": {
"type": "git",
"url": "https://github.com/symfony/Form",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Form/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": "2.1.*",
"symfony/locale": "2.1.*",
"symfony/options-resolver": "2.1.*"
},
"require-dev": {
"symfony/validator": "2.1.*",
"symfony/http-foundation": "2.1.*"
},
"suggest": {
"symfony/validator": "2.1.*",
"symfony/http-foundation": "2.1.*"
},
"time": "2012-09-19 06:13:43",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Form": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Form Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/locale",
"version": "v2.1.2",
"target-dir": "Symfony/Component/Locale",
"source": {
"type": "git",
"url": "https://github.com/symfony/Locale",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Locale/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-intl": ">=5.3.3"
},
"time": "2012-08-22 13:48:41",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Locale": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Locale Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/monolog-bridge",
"version": "v2.1.2",
"target-dir": "Symfony/Bridge/Monolog",
"source": {
"type": "git",
"url": "https://github.com/symfony/MonologBridge",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/MonologBridge/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/http-kernel": "2.1.*",
"monolog/monolog": "1.*"
},
"time": "2012-09-10 10:53:42",
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Bridge\\Monolog": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Monolog Bridge",
"homepage": "http://symfony.com"
},
{
"name": "symfony/options-resolver",
"version": "v2.1.2",
"target-dir": "Symfony/Component/OptionsResolver",
"source": {
"type": "git",
"url": "https://github.com/symfony/OptionsResolver",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/OptionsResolver/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-08-22 13:48:41",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\OptionsResolver": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony OptionsResolver Component",
"homepage": "http://symfony.com",
"keywords": [
"configuration",
"config",
"options"
]
},
{
"name": "symfony/process",
"version": "v2.1.2",
"target-dir": "Symfony/Component/Process",
"source": {
"type": "git",
"url": "https://github.com/symfony/Process",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Process/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-09-18 22:37:29",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Process": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/security",
"version": "v2.1.2",
"target-dir": "Symfony/Component/Security",
"source": {
"type": "git",
"url": "https://github.com/symfony/Security",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Security/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": "2.1.*",
"symfony/http-foundation": "2.1.*",
"symfony/http-kernel": "2.1.*"
},
"require-dev": {
"symfony/form": "2.1.*",
"symfony/routing": "2.1.*",
"symfony/validator": "2.1.*",
"doctrine/common": ">=2.2,<2.4-dev",
"doctrine/dbal": ">=2.2,<2.4-dev"
},
"suggest": {
"symfony/class-loader": "2.1.*",
"symfony/finder": "2.1.*",
"symfony/form": "2.1.*",
"symfony/validator": "2.1.*",
"symfony/routing": "2.1.*",
"doctrine/dbal": "to use the built-in ACL implementation"
},
"time": "2012-09-10 10:53:42",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Security": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Security Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/translation",
"version": "v2.1.2",
"target-dir": "Symfony/Component/Translation",
"source": {
"type": "git",
"url": "https://github.com/symfony/Translation",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Translation/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*"
},
"suggest": {
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*"
},
"time": "2012-09-10 10:53:42",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Translation": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Translation Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/twig-bridge",
"version": "v2.1.2",
"target-dir": "Symfony/Bridge/Twig",
"source": {
"type": "git",
"url": "https://github.com/symfony/TwigBridge",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/TwigBridge/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"twig/twig": ">=1.9.1,<2.0-dev"
},
"require-dev": {
"symfony/form": "2.1.*",
"symfony/routing": "2.1.*",
"symfony/templating": "2.1.*",
"symfony/translation": "2.1.*",
"symfony/yaml": "2.1.*",
"symfony/security": "2.1.*"
},
"suggest": {
"symfony/form": "2.1.*",
"symfony/routing": "2.1.*",
"symfony/templating": "2.1.*",
"symfony/translation": "2.1.*",
"symfony/yaml": "2.1.*",
"symfony/security": "2.1.*"
},
"time": "2012-09-10 10:53:42",
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Bridge\\Twig": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Twig Bridge",
"homepage": "http://symfony.com"
},
{
"name": "symfony/validator",
"version": "v2.1.2",
"target-dir": "Symfony/Component/Validator",
"source": {
"type": "git",
"url": "https://github.com/symfony/Validator",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Validator/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/http-foundation": "2.1.*",
"symfony/locale": "2.1.*",
"symfony/yaml": "2.1.*"
},
"suggest": {
"doctrine/common": ">=2.1,<2.4-dev",
"symfony/http-foundation": "2.1.*",
"symfony/yaml": "2.1.*"
},
"time": "2012-09-17 17:45:59",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Validator": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Validator Component",
"homepage": "http://symfony.com"
},
{
"name": "twig/twig",
"version": "v1.9.2",
"source": {
"type": "git",
"url": "git://github.com/fabpot/Twig.git",
"reference": "v1.9.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/fabpot/Twig/zipball/v1.9.2",
"reference": "v1.9.2",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "2012-08-25 15:32:57",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},
"license": [
"BSD-3"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
]
}
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}
doc/usage.rst
View file @
3b9351ff
...
@@ -24,7 +24,6 @@ If you want more flexibility, use Composer instead. Create a
...
@@ -24,7 +24,6 @@ If you want more flexibility, use Composer instead. Create a
.. code-block:: json
.. code-block:: json
{
{
"minimum-stability": "dev",
"require": {
"require": {
"silex/silex": "1.0.*"
"silex/silex": "1.0.*"
}
}
...
@@ -37,6 +36,12 @@ And run Composer to install Silex and all its dependencies:
...
@@ -37,6 +36,12 @@ And run Composer to install Silex and all its dependencies:
$ curl -s http://getcomposer.org/installer | php
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
$ php composer.phar install
.. tip::
By default, Silex relies on the stable Symfony components. If you want to
use their master version instead, add ``"minimum-stability": "dev"`` in
your ``composer.json`` file.
Upgrading
Upgrading
---------
---------
...
...
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