Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Tested with PHP7.3 and lowered PHP restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wakelin committed Jul 30, 2021
1 parent 6929ec9 commit 290b873
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/
.idea/
src/NitroPack/data
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=7.4|>=8.0"
"php": ">=7.3|>=8.0"
},
"autoload": {
"psr-0": {
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 290b873

Please sign in to comment.