We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1536018 commit dd51a2fCopy full SHA for dd51a2f
.github/workflows/ci.yml
@@ -23,6 +23,8 @@ jobs:
23
24
runs-on: ${{ matrix.operating-system }}
25
26
+ continue-on-error: true
27
+
28
steps:
29
- name: Checkout
30
uses: actions/checkout@v3
composer.json
@@ -9,7 +9,7 @@
9
"require-dev": {
10
"phpunit/phpunit": "^6.5 || ^9.3",
11
"php-mock/php-mock-phpunit": "^2.7",
12
- "guzzlehttp/psr7": "^2.4",
+ "guzzlehttp/psr7": "~2.4.5",
13
"corpus/coding-standard": "^0.6.0",
14
"squizlabs/php_codesniffer": "^3.7",
15
"friendsofphp/php-cs-fixer": "^3.3",
0 commit comments