Skip to content

Commit

Permalink
PHP 7.4 support - closes #432
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-helpdesk committed May 26, 2020
1 parent 3b0c503 commit b25a59e
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 165 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Need anything else? Suggest features [here](https://freescout.net/request-featur
FreeScout is a pure PHP/MySQL application, so it can be easily deployed even on a shared hosting.

* Nginx / Apache / IIS
* PHP 7.0 - 7.3
* PHP 7.0 - 7.4
* MySQL 5.0+ / MariaDB 5.0+ / PostgreSQL

## News & Updates
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fideloper/proxy": "3.3.4",
"laravel/framework": "v5.5.40",
"laravel/tinker": "v1.0.7",
"mews/purifier": "2.1.0",
"mews/purifier": "3.2.2",
"spatie/laravel-activitylog": "2.7.0",
"lord/laroute": "2.4.7",
"axn/laravel-laroute": "1.3.0",
Expand All @@ -32,7 +32,8 @@
"kitetail/zttp": "v0.4.0",
"rap2hpoutre/laravel-log-viewer": "v0.22.1",
"codedge/laravel-selfupdater": "1.4.3",
"doctrine/dbal": "v2.5.13"
"doctrine/dbal": "v2.5.13",
"egulias/email-validator": "2.1.10"
},
"require-dev": {
"barryvdh/laravel-debugbar": "v3.2.0",
Expand All @@ -56,7 +57,6 @@
"symfony/finder": "v3.4.18",
"symfony/console": "v3.4.18",
"doctrine/lexer": "v1.0.1",
"egulias/email-validator": "2.1.6",
"swiftmailer/swiftmailer": "v6.1.*",
"symfony/translation": "v3.4.18",
"nesbot/carbon": "1.35.*",
Expand Down

0 comments on commit b25a59e

Please sign in to comment.