File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ The user interface is built with [Bootstrap 4][2].
5555
5656## Tests
5757
58- 1. Modify your DATABASE_URL config in ```.phpunit.xml.dist ```
58+ 1. Modify your DATABASE_URL config in ```.env.test ```
5959
6060 ```
6161 DATABASE_URL=mysql://db_user: db_password @127.0.0.1:3306/db_name
@@ -70,4 +70,4 @@ The user interface is built with [Bootstrap 4][2].
7070[1]: https://symfony.com/
7171[2]: https://getbootstrap.com
7272[3]: https://symfony.com/doc/current/reference/requirements.html
73- [4]: https://getcomposer.org/doc/03-cli.md#create-project
73+ [4]: https://getcomposer.org/doc/03-cli.md#create-project
Original file line number Diff line number Diff line change 33 "type" : " project" ,
44 "description" : " Open Source Property Management System built with Symfony" ,
55 "license" : " MIT" ,
6+ "minimum-stability" : " dev" ,
67 "require" : {
78 "php" : " ^7.1.3" ,
89 "ext-iconv" : " *" ,
Original file line number Diff line number Diff line change 66parameters :
77 locale : ' en'
88 images_directory : ' %kernel.project_dir%/public/uploads/images'
9- app_version : ' 1.1.2 '
9+ app_version : ' 1.1.3 '
1010
1111services :
1212 # default configuration for services in *this* file
You can’t perform that action at this time.
0 commit comments