From bd6983179f30d2a4aa2cd78ea9f8ad8e7d34c605 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 29 Oct 2020 22:16:34 +0200 Subject: [PATCH] Sync with 0.7 --- bin/doctor | 2 +- bin/migrate | 2 +- bin/sdks | 0 bin/vars | 0 composer.json | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 bin/sdks mode change 100755 => 100644 bin/vars diff --git a/bin/doctor b/bin/doctor index d015bcdca4..b2a4547156 100755 --- a/bin/doctor +++ b/bin/doctor @@ -1,3 +1,3 @@ #!/bin/sh -php /usr/src/code/app/cli.php doctor $@ +php /usr/src/code/app/cli.php doctor $@ \ No newline at end of file diff --git a/bin/migrate b/bin/migrate index 85dbf67d81..28ebbd19e7 100755 --- a/bin/migrate +++ b/bin/migrate @@ -1,3 +1,3 @@ #!/bin/sh -php /usr/src/code/app/cli.php migrate $@ +php /usr/src/code/app/cli.php migrate $@ \ No newline at end of file diff --git a/bin/sdks b/bin/sdks old mode 100755 new mode 100644 diff --git a/bin/vars b/bin/vars old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json index 55a30d33d0..1a60237d43 100644 --- a/composer.json +++ b/composer.json @@ -42,8 +42,8 @@ "utopia-php/config": "0.2.*", "utopia-php/locale": "0.3.*", "utopia-php/registry": "0.2.*", - "utopia-php/domains": "0.2.*", "utopia-php/preloader": "0.2.*", + "utopia-php/domains": "0.2.*", "utopia-php/swoole": "0.2.*", "resque/php-resque": "1.3.6",