Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/composer/nyholm/psr7-tw-1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Jul 23, 2023
2 parents 9ccc899 + 2f44175 commit 5574a2e
Show file tree
Hide file tree
Showing 5 changed files with 2,283 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Upload coverage results to Coveralls
if: matrix.analysis
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
composer require php-coveralls/php-coveralls -n -W
vendor/bin/php-coveralls --coverage_clover=clover.xml -v
11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.idea/
.vendor/
composer.lock
vendor/
/.tmp
*.cache
.idea/
.vendor/
vendor/
/.tmp
*.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"ext-json": "*",
"ext-libxml": "*",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.1"
},
"require-dev": {
"adriansuter/php-autoload-override": "^1.4",
"laminas/laminas-diactoros": "^2.17",
"nyholm/psr7": "^1.7",
"php-http/psr7-integration-tests": "dev-master",
"php-http/psr7-integration-tests": "1.1.1",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.7"
Expand Down
Loading

0 comments on commit 5574a2e

Please sign in to comment.