Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sop committed May 23, 2019
1 parent daca390 commit e483a89
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@
"role": "Developer"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.2",
"ext-openssl": "*",
"ext-hash": "*",
"sop/crypto-types": "dev-master as 0.2.1",
"sop/crypto-encoding": "dev-master as 0.2.0",
"sop/aes-kw": "dev-master as 2.0.0",
"sop/gcm": "dev-master as 2.0.0"
"sop/crypto-types": "^0.3.0",
"sop/crypto-encoding": "^0.3.0",
"sop/aes-kw": "^3.0.0",
"sop/gcm": "^3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^8.1",
Expand Down

0 comments on commit e483a89

Please sign in to comment.