diff --git a/composer.json b/composer.json index 3d99ab1..a2a5631 100644 --- a/composer.json +++ b/composer.json @@ -1,30 +1,32 @@ { "name": "eversign/eversign-php-sdk", "description": "The official PHP SDK Wrapper for the Eversign API", + "license": [ + "MIT" + ], "authors": [ { - "name": "stack holdings", - "email": "support@eversign.com" + "name": "stack holdings", + "email": "support@eversign.com" }, { - "name": "Patrick Leeb", - "email": "patrick.leeb@gmail.com" + "name": "Patrick Leeb", + "email": "patrick.leeb@gmail.com" } ], - "license": [ - "MIT" - ], - "autoload": { - "psr-0": { "Eversign\\": "sdk/" } + "require": { + "php": "^7.1 || ^8.0", + "doctrine/annotations": "^1.9", + "guzzlehttp/guzzle": "^6.2.3 || ^7.0.0", + "jms/serializer": "^1.6.2 || ^3.12.0" }, "require-dev": { "phpunit/phpunit": "4.0.*", "sami/sami": "3.3.*" }, - "require": { - "php": "^7.1|^8.0", - "guzzlehttp/guzzle": "^6.2.3|^7.0.0", - "jms/serializer": "^1.6.2|^3.12.0", - "doctrine/annotations": "^1.9" + "autoload": { + "psr-0": { + "Eversign\\": "sdk/" + } } } diff --git a/composer.lock b/composer.lock index 39c5685..40633b0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0aacf503ecda685602751bed005454ce", + "content-hash": "c38f770fdb427bed5357a4b81104edc0", "packages": [ { "name": "doctrine/annotations", @@ -2947,7 +2947,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.1|^8.0" + "php": "^7.1 || ^8.0" }, "platform-dev": [], "plugin-api-version": "2.3.0"