Commit b6504013 by Jonathan Reinink

Update PHP extension requirements

1 parent 702f76a0
Showing with 6 additions and 2 deletions
......@@ -6,6 +6,8 @@
"type": "project",
"require": {
"php": "^7.2",
"ext-exif": "*",
"ext-gd": "*",
"barryvdh/laravel-debugbar": "^3.2",
"beyondcode/laravel-dump-server": "^1.0",
"facade/ignition": "^1.4",
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "64f4c8f06b2b9e29f39a3dccff29a18d",
"content-hash": "f38ce1b9bcd16e5a777a75249a18ed22",
"packages": [
{
"name": "barryvdh/laravel-debugbar",
......@@ -5584,7 +5584,9 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.2"
"php": "^7.2",
"ext-exif": "*",
"ext-gd": "*"
},
"platform-dev": []
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!