diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e3afaf0..96e88b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.1', '7.2', '7.3', '7.4', '8.0'] + php-version: ['7.2', '7.3', '7.4', '8.0'] steps: - name: Check out code into the workspace uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index db1c10a..09c9dcd 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } }, "require": { - "php": ">=7.1.0", + "php": ">=7.2.0", "psr/http-client": "^1.0", "psr/http-message": "^1.0", "php-http/httplug": "^1.0 || ^2.0" @@ -32,7 +32,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^0.12.87", - "jms/serializer": "^3.12", + "jms/serializer": "^2 | ^3.12", "symfony/phpunit-bridge": "^5.2", "symfony/var-dumper": "^5.2", "symfony/serializer": "^5.2", diff --git a/src/Client.php b/src/Client.php index 1aea0e9..500a759 100644 --- a/src/Client.php +++ b/src/Client.php @@ -1,7 +1,7 @@ EOF; - + /** * @var string *