Skip to content

Commit

Permalink
Merge pull request #73 from LibreSign/chore/bump-dependencies
Browse files Browse the repository at this point in the history
chore: bump dependencies
  • Loading branch information
vitormattos authored Aug 16, 2024
2 parents db27e54 + 29903db commit 7ef6182
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.0' , '8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3']

name: php${{ matrix.php-versions }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0' , '8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3']

name: Psalm check

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
]
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"guzzlehttp/guzzle": "^7.8",
"phpunit/phpunit": "^9.6",
"phpunit/phpunit": "*",
"behat/behat": "^3.13",
"libresign/behat-builtin-extension": "^0.6.2",
"estahn/json-query-wrapper": "*"
Expand All @@ -49,7 +49,7 @@
},
"optimize-autoloader": true,
"platform": {
"php": "8.0.2"
"php": "8.1"
}
},
"extra": {
Expand Down
106 changes: 57 additions & 49 deletions vendor-bin/coding-standard/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ef6182

Please sign in to comment.