Skip to content

Commit 631bdeb

Browse files
committed
Fixes issues with running phar on Mojave.
1 parent 966aa09 commit 631bdeb

3 files changed

Lines changed: 33 additions & 20 deletions

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@
1616
},
1717
"version": "1.9.1",
1818
"require": {
19-
"php": "^7.0",
19+
"php": "^7.1",
2020
"ext-json": "*",
2121
"symfony/process": "^4.4",
2222
"deviscoding/mac-console": "^1.6",
2323
"ext-curl": "*"
24+
},
25+
"config": {
26+
"platform": {
27+
"php": "7.1.33"
28+
}
2429
}
2530
}

composer.lock

Lines changed: 27 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/macupdate.phar

-843 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)