Commit 2b070690 by Jonathan Reinink

Loosen PHP version requirement

1 parent 15816923
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"license": "MIT", "license": "MIT",
"type": "project", "type": "project",
"require": { "require": {
"php": "~7.2.0", "php": "^7.1.3",
"fideloper/proxy": "^4.0", "fideloper/proxy": "^4.0",
"fzaninotto/faker": "^1.4", "fzaninotto/faker": "^1.4",
"inertiajs/inertia-laravel": "dev-master", "inertiajs/inertia-laravel": "dev-master",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!