Skip to content

Commit

Permalink
Merge pull request #1850 from LibreSign/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
vitormattos authored Oct 2, 2023
2 parents c8f69fe + 008f1a1 commit 1c51c73
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 27 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"sort-packages": true,
"allow-plugins": {
"bamarni/composer-bin-plugin": true
},
"platform": {
"php": "8.0.30"
}
},
"scripts": {
Expand Down
65 changes: 40 additions & 25 deletions composer.lock

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

3 changes: 3 additions & 0 deletions tests/integration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"config": {
"allow-plugins": {
"php-http/discovery": true
},
"platform": {
"php": "8.0.30"
}
}
}
7 changes: 5 additions & 2 deletions tests/integration/composer.lock

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

3 changes: 3 additions & 0 deletions vendor-bin/coding-standard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"require-dev": {
"nextcloud/coding-standard": "^1.0",
"friendsofphp/php-cs-fixer": "3.15.1"
},
"platform": {
"php": "8.0.2"
}
}
3 changes: 3 additions & 0 deletions vendor-bin/php-coveralls/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"require-dev": {
"php-coveralls/php-coveralls": "^2.5"
},
"platform": {
"php": "8.0.2"
}
}
3 changes: 3 additions & 0 deletions vendor-bin/phpunit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"byjg/swagger-test": "^3.1",
"guzzlehttp/psr7": "^2.4",
"symfony/yaml": "^5.4"
},
"platform": {
"php": "8.0.2"
}
}
3 changes: 3 additions & 0 deletions vendor-bin/psalm/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"require-dev": {
"vimeo/psalm": "^4.30"
},
"platform": {
"php": "8.0.2"
}
}

0 comments on commit 1c51c73

Please sign in to comment.