]> git.andy128k.dev Git - missing-tools.git/commitdiff
relax composer requirements 0.3.2
authorAndrey Kutejko <andy128k@gmail.com>
Thu, 18 Aug 2022 21:03:26 +0000 (23:03 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Thu, 18 Aug 2022 21:03:26 +0000 (23:03 +0200)
composer.json

index 8a78decc7c0aeceaf60caac9afca731a09f9e080..389b5d99f7c166c3d015e9251cbc921cc590645f 100644 (file)
     "classmap" : ["src/"]
   },
   "require": {
-    "php": ">=5.6",
     "andy128k/pegp": "0.2"
   },
   "require-dev": {
     "phpunit/phpunit": "~5"
   },
-  "config": {
-    "platform": {
-      "php": "5.6.4"
-    }
-  },
   "scripts": {
     "test": "phpunit ./t",
     "coverage": "phpunit t --coverage-html coverage --whitelist src"