Skip to content

Commit

Permalink
Merge pull request #57 from appwrite/feat-upgrade-system-version
Browse files Browse the repository at this point in the history
Feat: Increase lib version
  • Loading branch information
christyjacob4 authored Nov 7, 2022
2 parents 547fc02 + 9e7fadf commit 9d74a47
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 228 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ services:
notifications:
email:
- [email protected]

before_install:
- git clone https://github.com/P-H-C/phc-winner-argon2.git libargon2 && cd libargon2 && make test && sudo make install PREFIX=/usr && cd ..

before_script:
- >
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require": {
"php": ">=8.0",
"utopia-php/system": "0.4.*"
"utopia-php/system": "0.6.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down
Loading

0 comments on commit 9d74a47

Please sign in to comment.