This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ parameters:
7
7
database_name: symfony
8
8
database_user: root
9
9
database_password: ~
10
- # You should uncomment this if you want use pdo_sqlite
10
+ # You should uncomment this if you want to use pdo_sqlite
11
11
# database_path: "%kernel.root_dir%/data.db3"
12
12
13
13
mailer_transport: smtp
Original file line number Diff line number Diff line change 9
9
},
10
10
"require" : {
11
11
"php" : " >=5.3.9" ,
12
- "symfony/symfony" : " 2.8.*" ,
13
- "doctrine/orm" : " ^2.4.8" ,
14
12
"doctrine/doctrine-bundle" : " ~1.4" ,
15
- "symfony/swiftmailer-bundle" : " ~2.3,>=2.3.10" ,
16
- "symfony/monolog-bundle" : " ^3.0.2" ,
17
- "sensio/distribution-bundle" : " ~5.0" ,
13
+ "doctrine/orm" : " ^2.4.8" ,
14
+ "sensio/distribution-bundle" : " ~4.0" ,
18
15
"sensio/framework-extra-bundle" : " ^3.0.2" ,
19
- "twig/twig" : " ^1.0||^2.0" ,
20
- "incenteev/composer-parameter-handler" : " ~2.0"
16
+ "symfony/assetic-bundle" : " ~2.3" ,
17
+ "symfony/monolog-bundle" : " ^3.0.2" ,
18
+ "symfony/swiftmailer-bundle" : " ~2.3,>=2.3.10" ,
19
+ "symfony/symfony" : " 2.8.*" ,
20
+ "twig/twig" : " ^1.0||^2.0"
21
21
},
22
22
"require-dev" : {
23
23
"sensio/generator-bundle" : " ~3.0" ,
43
43
"bin-dir" : " bin" ,
44
44
"platform" : {
45
45
"php" : " 5.3.9"
46
- }
46
+ },
47
+ "sort-packages" : true
47
48
},
48
49
"extra" : {
49
50
"symfony-app-dir" : " app" ,
You can’t perform that action at this time.
0 commit comments