Skip to content

Commit

Permalink
add requirements constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed Feb 18, 2022
1 parent 04cf54d commit 9a8bb69
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"config": {
"version": "3.10.0",
"platform": {
"php": "7.4.1"
}
"version": "3.10.2"
},
"repositories": {
"spid-sp-access-button": {
Expand Down Expand Up @@ -32,6 +29,10 @@
}
},
"require": {
"php": "^7.4.1",
"ext-xml": "*",
"ext-mbstring": "*",
"ext-gmp": "*",
"lib-openssl": "^1.1.1",
"simplesamlphp/simplesamlphp": "1.19.0",
"italia/spid-smart-button": "*",
Expand Down

0 comments on commit 9a8bb69

Please sign in to comment.