From 39b3b2aaad7883497f86d06db2514ac91ab539e3 Mon Sep 17 00:00:00 2001 From: smiley Date: Thu, 27 Jul 2023 20:45:52 +0200 Subject: [PATCH] :octocat: --- .github/workflows/ci.yml | 4 +++- composer.json | 5 +++-- phpdoc.xml.dist | 43 ++++++++++++++++++++++------------------ 3 files changed, 30 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 995e5a5d..acc57a86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.3" env: PHAN_ALLOW_XDEBUG: 0 @@ -35,7 +36,7 @@ jobs: - name: "Install PHP" uses: shivammathur/setup-php@v2 with: - php-version: "8.1" + php-version: ${{ matrix.php-version }} tools: pecl coverage: none extensions: ast, curl, json, simplexml, zlib @@ -89,6 +90,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.3" steps: - name: "Checkout" diff --git a/composer.json b/composer.json index 949a9420..7be897be 100644 --- a/composer.json +++ b/composer.json @@ -31,9 +31,10 @@ "ext-simplexml":"*", "ext-sodium":"*", "ext-zlib": "*", - "chillerlan/php-httpinterface": "dev-main#427a60fb0949c797e26aedf2bd0e7dc6915d7815", + "chillerlan/php-httpinterface": "dev-main#16739940dec9316caa66bf7fc32f63f05c576ddf", + "chillerlan/php-settings-container":"^2.1.4 || ^3.1", "psr/http-client":"^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.1", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "require-dev": { diff --git a/phpdoc.xml.dist b/phpdoc.xml.dist index d440f1d8..8910b1ef 100644 --- a/phpdoc.xml.dist +++ b/phpdoc.xml.dist @@ -1,20 +1,25 @@ - - - docs - utf8 - - TODO - - - - docs - - - src - tests - - -