Skip to content

Commit 9aaaf80

Browse files
committed
Use new repository structure
1 parent 749a2d3 commit 9aaaf80

File tree

7 files changed

+398
-402
lines changed

7 files changed

+398
-402
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\RestBundle\RestBundle()
14+
new PhpBenchmarksSymfony\RestApiBundle\RestApiBundle()
1515
];
1616
}
1717

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
framework:
88
secret: '%secret%'
99
router:
10-
resource: "@RestBundle/Resources/config/routing.yml"
10+
resource: "@RestApiBundle/Resources/config/routing.yml"
1111
strict_requirements: ~
1212
form: ~
1313
csrf_protection: ~

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-3-4",
2+
"name": "phpbenchmarks/symfony",
33
"license": "proprietary",
44
"type": "project",
55
"autoload": {
@@ -12,7 +12,7 @@
1212
"sensio/framework-extra-bundle": "^5.0.0",
1313
"symfony/polyfill-apcu": "^1.0",
1414
"symfony/symfony": "3.4.*",
15-
"phpbenchmarks/symfony": "1.0.0"
15+
"phpbenchmarks/symfony-common": "3.3.0"
1616
},
1717
"scripts": {
1818
"symfony-scripts": [

0 commit comments

Comments
 (0)