Skip to content

Commit

Permalink
Merge pull request #209 from akrabat/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
l0gicgate committed Jul 23, 2023
2 parents deaf22f + 0c26bff commit a8da223
Show file tree
Hide file tree
Showing 5 changed files with 2,282 additions and 9 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"adriansuter/php-autoload-override": "^1.4",
"laminas/laminas-diactoros": "^2.17",
"nyholm/psr7": "^1.5",
"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 a8da223

Please sign in to comment.