Skip to content

Commit f796f25

Browse files
committed
Release v1.1.3
1 parent f584ecb commit f796f25

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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": "*",

config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
parameters:
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

1111
services:
1212
# default configuration for services in *this* file

0 commit comments

Comments
 (0)