From 306aabb039382ec35f4fba623c3a248be6c8bb7f Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Mon, 10 Jul 2023 22:24:24 -0300 Subject: [PATCH] Removes amphp dependencies (#3) --- composer.json | 13 ------------- phpunit.xml | 2 +- testbench.yaml | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 3685e43..54bf6ce 100644 --- a/composer.json +++ b/composer.json @@ -25,13 +25,6 @@ "ext-openssl": "*", "ext-gmp": "*", "enjin/platform-core": "*", - "amphp/amp": "^3.0", - "amphp/http": "2.x-dev#b9f04ee", - "amphp/http-client": "v5.x-dev#149cc0f", - "amphp/parallel": "^2.0", - "amphp/socket": "^2.0", - "amphp/websocket": "v2.x-dev#1bdf01a", - "amphp/websocket-client": "v2.x-dev#89f6a4a", "rebing/graphql-laravel": "^9.0.0-rc1", "spatie/laravel-package-tools": "^1.0", "spatie/laravel-ray": "^1.0", @@ -74,12 +67,6 @@ ] } }, - "repositories": [ - { - "type": "vcs", - "url": "git@github.com:enjin/platform-core.git" - } - ], "minimum-stability": "dev", "prefer-stable": false, "require-dev": { diff --git a/phpunit.xml b/phpunit.xml index 2397426..bbbe8b8 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -23,7 +23,7 @@ - + diff --git a/testbench.yaml b/testbench.yaml index dfa4a84..aa87403 100644 --- a/testbench.yaml +++ b/testbench.yaml @@ -8,7 +8,7 @@ env: - CACHE_DRIVER="redis" - QUEUE_CONNECTION="redis" - CHAIN="substrate" - - NETWORK="developer" + - NETWORK="polkadot" - DAEMON_ACCOUNT="0x6a03b1a3d40d7e344dfb27157931b14b59fe2ff11d7352353321fe400e956802" providers: