Skip to content

Commit 8125421

Browse files
committed
Use new repository structure
1 parent f4f6b61 commit 8125421

File tree

7 files changed

+335
-458
lines changed

7 files changed

+335
-458
lines changed

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1+
/app/config/parameters.yml
12
/web/bundles/
23
/var/bootstrap.php.cache
34
/var/cache/*
4-
/app/config/parameters.yml
5-
/var/logs/*
65
!var/cache/.gitkeep
6+
/var/logs/*
77
!var/logs/.gitkeep
8+
/var/sessions/*
9+
!var/sessions/.gitkeep
810
/build/
911
/vendor/
1012
/bin/
11-
!bin/.gitkeep
12-
!bin/console
13+
!/bin/.gitkeep
14+
!/bin/console
1315
/.idea/
1416
composer.lock
15-

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-3-3",
2+
"name": "phpbenchmarks/symfony",
33
"license": "proprietary",
44
"type": "project",
55
"autoload": {
@@ -14,7 +14,7 @@
1414
"sensio/framework-extra-bundle": "^3.0.2",
1515
"symfony/polyfill-apcu": "^1.0",
1616
"symfony/symfony": "3.3.*",
17-
"phpbenchmarks/symfony": "1.0.0"
17+
"phpbenchmarks/symfony-common": "3.1.0"
1818
},
1919
"scripts": {
2020
"symfony-scripts": [

0 commit comments

Comments
 (0)