Skip to content

Commit

Permalink
Removes amphp dependencies (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Jul 11, 2023
1 parent 5f34845 commit 306aabb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -74,12 +67,6 @@
]
}
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:enjin/platform-core.git"
}
],
"minimum-stability": "dev",
"prefer-stable": false,
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<env name="DB_CONNECTION" value="mysql"/>
<env name="CACHE_DRIVER" value="redis"/>
<env name="CHAIN" value="substrate"/>
<env name="NETWORK" value="developer"/>
<env name="NETWORK" value="local"/>
<env name="DAEMON_ACCOUNT" value="0x6a03b1a3d40d7e344dfb27157931b14b59fe2ff11d7352353321fe400e956802"/>
</php>
<source>
Expand Down
2 changes: 1 addition & 1 deletion testbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- CACHE_DRIVER="redis"
- QUEUE_CONNECTION="redis"
- CHAIN="substrate"
- NETWORK="developer"
- NETWORK="polkadot"
- DAEMON_ACCOUNT="0x6a03b1a3d40d7e344dfb27157931b14b59fe2ff11d7352353321fe400e956802"

providers:
Expand Down

0 comments on commit 306aabb

Please sign in to comment.