Skip to content

Commit

Permalink
Explicit php version for all components
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Feb 27, 2022
1 parent 1d6f6a9 commit d1136b7
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Bundle/JoseFramework/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"psr/event-dispatcher": "^1.0",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
Expand Down
1 change: 1 addition & 0 deletions src/Component/Checker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"web-token/jwt-core": "^3.0"
}
}
1 change: 1 addition & 0 deletions src/Component/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"symfony/console": "^5.4|^6.0",
"web-token/jwt-key-mgmt": "^3.0"
}
Expand Down
1 change: 1 addition & 0 deletions src/Component/Encryption/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"web-token/jwt-core": "^3.0"
},
"suggest": {
Expand Down
1 change: 1 addition & 0 deletions src/Component/KeyManagement/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"psr/http-factory": "^1.0",
"psr/http-client": "^1.0",
Expand Down
1 change: 1 addition & 0 deletions src/Component/NestedToken/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"web-token/jwt-encryption": "^3.0",
"web-token/jwt-signature": "^3.0"
}
Expand Down
1 change: 1 addition & 0 deletions src/Component/Signature/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"web-token/jwt-core": "^3.0"
},
"suggest": {
Expand Down
1 change: 1 addition & 0 deletions src/Ecc/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"brick/math": "^0.9"
},
"suggest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"web-token/jwt-encryption": "^3.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"web-token/jwt-encryption": "^3.0"
}
Expand Down
1 change: 1 addition & 0 deletions src/EncryptionAlgorithm/Experimental/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"web-token/jwt-encryption-algorithm-rsa": "^3.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"spomky-labs/aes-key-wrap": "^7.0",
"web-token/jwt-encryption": "^3.0"
Expand Down
1 change: 1 addition & 0 deletions src/EncryptionAlgorithm/KeyEncryption/AESKW/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"spomky-labs/aes-key-wrap": "^7.0",
"web-token/jwt-encryption": "^3.0"
Expand Down
1 change: 1 addition & 0 deletions src/EncryptionAlgorithm/KeyEncryption/Direct/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"web-token/jwt-encryption": "^3.0"
}
}
1 change: 1 addition & 0 deletions src/EncryptionAlgorithm/KeyEncryption/ECDHES/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys"
},
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"spomky-labs/aes-key-wrap": "^7.0",
"web-token/jwt-encryption": "^3.0",
Expand Down
1 change: 1 addition & 0 deletions src/EncryptionAlgorithm/KeyEncryption/PBES2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"web-token/jwt-encryption": "^3.0"
}
}
1 change: 1 addition & 0 deletions src/EncryptionAlgorithm/KeyEncryption/RSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"brick/math": "^0.9",
"ext-openssl": "*",
"symfony/polyfill-mbstring": "^1.12",
Expand Down
1 change: 1 addition & 0 deletions src/SignatureAlgorithm/ECDSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"ext-openssl": "*",
"web-token/jwt-signature": "^3.0"
}
Expand Down
1 change: 1 addition & 0 deletions src/SignatureAlgorithm/EdDSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"ext-sodium": "*",
"web-token/jwt-signature": "^3.0"
}
Expand Down
1 change: 1 addition & 0 deletions src/SignatureAlgorithm/Experimental/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"web-token/jwt-signature-algorithm-rsa": "^3.0",
"web-token/jwt-signature-algorithm-hmac": "^3.0"
}
Expand Down
1 change: 1 addition & 0 deletions src/SignatureAlgorithm/HMAC/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"web-token/jwt-signature": "^3.0"
}
}
1 change: 1 addition & 0 deletions src/SignatureAlgorithm/None/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"web-token/jwt-signature": "^3.0"
}
}
1 change: 1 addition & 0 deletions src/SignatureAlgorithm/RSA/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
},
"require": {
"php": ">=8.1",
"brick/math": "^0.9",
"ext-openssl": "*",
"web-token/jwt-signature": "^3.0"
Expand Down

0 comments on commit d1136b7

Please sign in to comment.