Skip to content

Commit 6241b6e

Browse files
committed
Use new repository structure
1 parent cd88e6a commit 6241b6e

File tree

6 files changed

+193
-313
lines changed

6 files changed

+193
-313
lines changed

app/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function registerBundles()
1111
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
1212
new Symfony\Bundle\TwigBundle\TwigBundle(),
1313
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
14-
new PhpBenchmarksSymfony\Bundle\HelloWorldBundle\HelloWorldBundle()
14+
new PhpBenchmarksSymfony\HelloWorldBundle\HelloWorldBundle()
1515
];
1616
}
1717

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "phpbenchmarks/symfony-2-3",
2+
"name": "phpbenchmarks/symfony",
33
"license": "proprietary",
44
"type": "project",
55
"require": {
@@ -8,7 +8,7 @@
88
"sensio/distribution-bundle": "~2.3",
99
"sensio/framework-extra-bundle": "^3.0.2",
1010
"incenteev/composer-parameter-handler": "~2.0",
11-
"phpbenchmarks/symfony": "2.0.0"
11+
"phpbenchmarks/symfony-common": "2.1.0"
1212
},
1313
"scripts": {
1414
"post-install-cmd": [

composer.lock.php5.6

Lines changed: 44 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)