Skip to content

Commit

Permalink
Merge pull request #76 from 1ma/fix-gmp-issue
Browse files Browse the repository at this point in the history
Fix gmp issue
  • Loading branch information
Sebastix authored Dec 5, 2024
2 parents 7fa9706 + 9f7d84e commit cca30f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
php-version: ${{ matrix.php-version }}
- run: composer install
- run: php vendor/bin/php-cs-fixer check -v
env:
PHP_CS_FIXER_IGNORE_ENV: 1
- run: php vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"bitwasp/bech32": "^0.0.1",
"phrity/websocket": "^3.0",
"simplito/elliptic-php": "^1.0",
"uma/phpecc": "^0.1.3"
"uma/phpecc": "^0.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.51",
Expand Down

0 comments on commit cca30f9

Please sign in to comment.