Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
updated vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 23, 2011
1 parent b6d9e25 commit 0248da1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions deps
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
[symfony]
git=http://github.com/symfony/symfony.git
version=v2.0.0
version=origin/2.0

[twig]
git=http://github.com/fabpot/Twig.git
version=v1.1.1
version=v1.1.2

[monolog]
git=http://github.com/Seldaek/monolog.git

This comment has been minimized.

Copy link
@stof

stof Aug 23, 2011

Member

you should probably also change the version for Monolog as it contains several improvements upon 1.0.0 (for the FirePHP handler for instance)

This comment has been minimized.

Copy link
@fabpot

fabpot Aug 23, 2011

Author Member

I don't see any 1.0 branch or 1.0.1 version. I don't want to use master here as we need to keep BC.

This comment has been minimized.

Copy link
@stof

stof Aug 23, 2011

Member

currently, the master branch is fully BC

This comment has been minimized.

Copy link
@fabpot

fabpot Aug 23, 2011

Author Member

ok, but that does not mean that it will stay the same. I'd prefer to have a proper tag or a branch that certifies that BC will be kept.

This comment has been minimized.

Copy link
@stloyd

stloyd Aug 23, 2011

AFAIK there is tag for version 1.0.0.

This comment has been minimized.

Copy link
@stof

stof Aug 23, 2011

Member

@stloyd the point of my comment was to get the improvement made after the 1.0.0 release (which is used currently)

version=1.0.0

[doctrine-common]
git=http://github.com/doctrine/common.git
version=2.1.0
version=origin/2.1.x

[doctrine-dbal]
git=http://github.com/doctrine/dbal.git
version=2.1.0
version=origin/2.1.x

[doctrine]
git=http://github.com/doctrine/doctrine2.git
version=2.1.0
version=origin/2.1.x

[swiftmailer]
git=http://github.com/swiftmailer/swiftmailer.git
version=v4.1.0
version=v4.1.1

[assetic]
git=http://github.com/kriswallsmith/assetic.git
Expand All @@ -35,7 +35,7 @@

[metadata]
git=http://github.com/schmittjoh/metadata.git
version=1.0.0
version=origin/1.0.x

[SensioFrameworkExtraBundle]
git=http://github.com/sensio/SensioFrameworkExtraBundle.git
Expand All @@ -56,4 +56,4 @@
[AsseticBundle]
git=http://github.com/symfony/AsseticBundle.git
target=/bundles/Symfony/Bundle/AsseticBundle
version=v1.0.0RC2
version=v1.0.0
18 changes: 9 additions & 9 deletions deps.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
symfony c3ebdbf9cceddb82cd2089aaef8c7b992e536363
twig 94ac20f1553d945c2c224d19d9d28e85ec14372b
symfony 277d75b7ceb03e1073cf6d0c5d76760919677b6d
twig 396435ecd05556adb0a8bd05b14641cb4f8a8aa5
monolog 433b98d4218c181bae01865901aac045585e8a1a
doctrine-common 40f1bf16e84ddc5291a6a63aa00b9879c40e3500
doctrine-dbal 0127ee98a4301f2f6e3463c824adc3a3687f901f
doctrine dfdb7353065407afc997956e23f3a44ec3effd72
swiftmailer c53c8c1ab88c78c463ba65086d93d00193957e94
doctrine-dbal abda6a5d73a66c51ddcf2e3b39105d105a7ae834
doctrine 6380795827e17728451cb700ae9394f311a51e78
swiftmailer 1f273a7cd466a2dd82e59431dd5ce15f36996688
assetic 3333d371c4511abcdec7bad86e15ac2be3b10f03
twig-extensions 6b0cc16934b6e62ef07c8d2e59f9f13ff3193d3d
metadata 8717ad2a5689480765d9ffafe925cd8a2457e582
SensioFrameworkExtraBundle bced40d4d123f5171f888d6e56bb638b8c2a5e57
JMSSecurityExtraBundle 936892c9735f76037393639f1410773715bf403c
twig-extensions eba4f5d572bec05c72a47bbd73ba0a3330cf8f54
metadata 014d200714030996ae8ea26a7ccaccf86fc89734
SensioFrameworkExtraBundle 68a13edb3a6901cc4517665cbab9464486b81316
JMSSecurityExtraBundle facedd50988b311f778288ea3b5e070591936f30
SensioDistributionBundle 029151792beac272548fe9df183e15b9be521870
SensioGeneratorBundle 84c41ef39046ba652c0201c29816a0ff7b23e1f5
AsseticBundle 9c1b7269a4517d1ae94af2dc0d6d6fc4b31e6c10

0 comments on commit 0248da1

Please sign in to comment.