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:
77 database_name: symfony
88 database_user: root
99 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
1111 # database_path: "%kernel.root_dir%/data.db3"
1212
1313 mailer_transport: smtp
Original file line number Diff line number Diff line change 1212 },
1313 "require" : {
1414 "php" : " >=5.5.9" ,
15- "symfony/symfony" : " 3.2.*" ,
16- "doctrine/orm" : " ^2.5" ,
1715 "doctrine/doctrine-bundle" : " ^1.6" ,
1816 "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" ,
2021 "symfony/monolog-bundle" : " ^3.0.2" ,
2122 "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.*" ,
2525 "twig/twig" : " ^1.0||^2.0"
2626 },
2727 "require-dev" : {
4747 "config" : {
4848 "platform" : {
4949 "php" : " 5.5.9"
50- }
50+ },
51+ "sort-packages" : true
5152 },
5253 "extra" : {
5354 "symfony-app-dir" : " app" ,
You can’t perform that action at this time.
0 commit comments