mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
More Linux/macOS fixes
- avoid iconv for now; causes problems with a nil-config server - Set executable bit on Unix test runner
This commit is contained in:
parent
adfb22e922
commit
757f2af343
4 changed files with 3 additions and 6 deletions
|
@ -10,4 +10,3 @@ if(!defined(NS_BASE."INSTALL")) define(NS_BASE."INSTALL", false);
|
|||
|
||||
require_once BASE."vendor".DIRECTORY_SEPARATOR."autoload.php";
|
||||
ignore_user_abort(true);
|
||||
iconv_set_encoding("internal_encoding", "UTF-8");
|
|
@ -20,7 +20,6 @@
|
|||
"require": {
|
||||
"php": "^7.0",
|
||||
"ext-intl": "*",
|
||||
"ext-iconv": "*",
|
||||
"fguillot/picofeed": ">=0.1.31",
|
||||
"jkingweb/druuid": "^3.0.0",
|
||||
"phpseclib/phpseclib": "^2.0.4",
|
||||
|
|
5
composer.lock
generated
5
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "3fce3392b0a38874ae31bb602f46c33b",
|
||||
"content-hash": "cd32c438fa1e530cc51e9ba5b608123c",
|
||||
"packages": [
|
||||
{
|
||||
"name": "fguillot/picofeed",
|
||||
|
@ -1787,8 +1787,7 @@
|
|||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": "^7.0",
|
||||
"ext-intl": "*",
|
||||
"ext-iconv": "*"
|
||||
"ext-intl": "*"
|
||||
},
|
||||
"platform-dev": []
|
||||
}
|
||||
|
|
0
tests/test
Normal file → Executable file
0
tests/test
Normal file → Executable file
Loading…
Reference in a new issue