Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/composer/phpunit/phpunit-tw-9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Jul 23, 2023
2 parents 167f161 + c6dd68d commit 6b7317d
Show file tree
Hide file tree
Showing 5 changed files with 2,284 additions and 11 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
6 changes: 3 additions & 3 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.5",
"php-http/psr7-integration-tests": "dev-master",
"nyholm/psr7": "^1.7",
"php-http/psr7-integration-tests": "1.1.1",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7"
Expand Down
Loading

0 comments on commit 6b7317d

Please sign in to comment.