Browse Source

Require PHP 7.2

Dries Vints 5 years ago
parent
commit
25cf4c4923
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -8,7 +8,7 @@
     ],
     "license": "MIT",
     "require": {
-        "php": "^7.1.3",
+        "php": "^7.2",
         "fideloper/proxy": "^4.0",
         "laravel/framework": "5.9.*",
         "laravel/tinker": "^1.0"