Skip to content

Commit

Permalink
Implement Downloader that downloads assets
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Jul 18, 2024
1 parent 72085c5 commit d1db1c5
Show file tree
Hide file tree
Showing 22 changed files with 708 additions and 170 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
],
"require": {
"php": ">=8.1",
"symfony/http-client": "^4.4.11 || ^5.0 || ^6.0 || ^7.0",
"yiisoft/injector": "^1.2"
"react/promise": "2 - 3",
"react/async": "3 - 4",
"symfony/http-client": "4 - 7",
"psr/container": "1 - 2",
"yiisoft/injector": "^1"
},
"require-dev": {
"buggregator/trap": "^1.10",
Expand Down
Loading

0 comments on commit d1db1c5

Please sign in to comment.