Skip to content

Commit

Permalink
remove recoil dep
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty00 committed Sep 24, 2022
1 parent c6ccaeb commit 602c651
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ before_install:
- pecl install ds
- php -i | grep php.ini
- composer install
- composer require --ignore-platform-reqs react/http:"^1.4.0" recoil/react:"1.0.2"
script:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
npm config set git-tag-version=false && NPM_VERSION=$(npm version patch); fi
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install:
- cd %APPVEYOR_BUILD_FOLDER%
- cinst composer -i -y
- refreshenv
- composer install --ignore-platform-reqs
- composer install
- composer update
matrix:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@
"symfony/polyfill-mbstring": "^1.7",
"pear/console_table": "1.3.1",
"ratchet/pawl": ">=0.4.1",
"recoil/react": ">=1.0.3",
"react/http": ">=1.6.0"
"react/http": ">=1.6.0",
"react/async": "^4.0"
},
"suggest": {
"recoil/recoil": "Required for asynchronous API calls to exchanges with PHP",
Expand Down
80 changes: 79 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 602c651

Please sign in to comment.