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:
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 99 },
1010 "require" : {
1111 "php" : " >=5.3.9" ,
12- "symfony/symfony" : " 2.8.*" ,
13- "doctrine/orm" : " ^2.4.8" ,
1412 "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" ,
1815 "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"
2121 },
2222 "require-dev" : {
2323 "sensio/generator-bundle" : " ~3.0" ,
4343 "bin-dir" : " bin" ,
4444 "platform" : {
4545 "php" : " 5.3.9"
46- }
46+ },
47+ "sort-packages" : true
4748 },
4849 "extra" : {
4950 "symfony-app-dir" : " app" ,
You can’t perform that action at this time.
0 commit comments