summaryrefslogtreecommitdiffstats
path: root/vendor/spomky-labs/base64url/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/spomky-labs/base64url/composer.json')
-rw-r--r--vendor/spomky-labs/base64url/composer.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/vendor/spomky-labs/base64url/composer.json b/vendor/spomky-labs/base64url/composer.json
index dcaefe7..1f3941b 100644
--- a/vendor/spomky-labs/base64url/composer.json
+++ b/vendor/spomky-labs/base64url/composer.json
@@ -1,35 +1,35 @@
-{
- "name": "spomky-labs/base64url",
- "description": "Base 64 URL Safe Encoding/Decoding PHP Library",
- "type": "library",
- "license": "MIT",
- "keywords": ["Base64", "URL", "Safe", "RFC4648"],
- "homepage": "https://github.com/Spomky-Labs/base64url",
- "authors": [
- {
- "name": "Florent Morselli",
- "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
- }
- ],
- "autoload": {
- "psr-4": {
- "Base64Url\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Base64Url\\Test\\": "tests/"
- }
- },
- "require": {
- "php": ">=7.1"
- },
- "require-dev": {
- "phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.11|^0.12",
- "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
- "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
- "phpstan/phpstan-phpunit": "^0.11|^0.12",
- "phpstan/phpstan-strict-rules": "^0.11|^0.12"
- }
-}
+{
+ "name": "spomky-labs/base64url",
+ "description": "Base 64 URL Safe Encoding/Decoding PHP Library",
+ "type": "library",
+ "license": "MIT",
+ "keywords": ["Base64", "URL", "Safe", "RFC4648"],
+ "homepage": "https://github.com/Spomky-Labs/base64url",
+ "authors": [
+ {
+ "name": "Florent Morselli",
+ "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "Base64Url\\": "src/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "Base64Url\\Test\\": "tests/"
+ }
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "require-dev": {
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^0.11|^0.12",
+ "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
+ "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
+ "phpstan/phpstan-phpunit": "^0.11|^0.12",
+ "phpstan/phpstan-strict-rules": "^0.11|^0.12"
+ }
+}