From 290b87341cbed1db5e379315edc9fc839d40324a Mon Sep 17 00:00:00 2001 From: David Wakelin Date: Fri, 30 Jul 2021 13:25:47 +0100 Subject: [PATCH] Tested with PHP7.3 and lowered PHP restriction --- .gitignore | 1 + composer.json | 4 ++-- composer.lock | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8ef0e14..5b886cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vendor/ .idea/ +src/NitroPack/data diff --git a/composer.json b/composer.json index 20141c9..b838ac6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "macroman/nitropack-api", "description": "Unofficial API adapter for Nitropack", - "version": "0.0.1", + "version": "0.0.2", "type": "library", "homepage": "https://github.com/MacroMan/nitropack-api", "license": "GPL-3.0-or-later", @@ -27,7 +27,7 @@ } ], "require": { - "php": ">=7.4|>=8.0" + "php": ">=7.3|>=8.0" }, "autoload": { "psr-0": { diff --git a/composer.lock b/composer.lock index ee27a2c..11898ab 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "04bae545a77f4ff2cc0640dad522e55c", + "content-hash": "5ae5f3d6d6bf7102873a3f939676c401", "packages": [], "packages-dev": [], "aliases": [], @@ -13,8 +13,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.4|>=8.0" + "php": ">=7.3|>=8.0" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }