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 +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
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 12
12
},
13
13
"require" : {
14
14
"php" : " >=5.5.9" ,
15
- "symfony/symfony" : " 3.2.*" ,
16
- "doctrine/orm" : " ^2.5" ,
17
15
"doctrine/doctrine-bundle" : " ^1.6" ,
18
16
"doctrine/doctrine-cache-bundle" : " ^1.2" ,
19
- "symfony/swiftmailer-bundle" : " ^2.3.10" ,
17
+ "doctrine/orm" : " ^2.5" ,
18
+ "incenteev/composer-parameter-handler" : " ^2.0" ,
19
+ "sensio/distribution-bundle" : " ~4.0" ,
20
+ "sensio/framework-extra-bundle" : " ^3.0.2" ,
20
21
"symfony/monolog-bundle" : " ^3.0.2" ,
21
22
"symfony/polyfill-apcu" : " ^1.0" ,
22
- "sensio/distribution-bundle" : " ^5.0" ,
23
- "sensio/framework-extra-bundle" : " ^3.0.2" ,
24
- "incenteev/composer-parameter-handler" : " ^2.0" ,
23
+ "symfony/swiftmailer-bundle" : " ^2.3.10" ,
24
+ "symfony/symfony" : " 3.2.*" ,
25
25
"twig/twig" : " ^1.0||^2.0"
26
26
},
27
27
"require-dev" : {
47
47
"config" : {
48
48
"platform" : {
49
49
"php" : " 5.5.9"
50
- }
50
+ },
51
+ "sort-packages" : true
51
52
},
52
53
"extra" : {
53
54
"symfony-app-dir" : " app" ,
You can’t perform that action at this time.
0 commit comments