Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                       | from   | to     |
| ----------- | --------------------------------------------- | ------ | ------ |
| packagist   | doctrine/dbal                                 | 3.6.2  | 3.6.5  |
| packagist   | doctrine/orm                                  | 2.14.3 | 2.15.4 |
| packagist   | doctrine/persistence                          | 3.1.4  | 3.2.0  |
| github-tags | laminas/laminas-ci-matrix-action              | 1.22.1 | 1.23.4 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0 | 1.34.0 |
| packagist   | phpunit/phpunit                               | 9.6.7  | 9.6.10 |
| packagist   | roave/infection-static-analysis-plugin        | 1.30.0 | 1.32.0 |
| github-tags | shivammathur/setup-php                        | 2.25.1 | 2.25.5 |
| packagist   | vimeo/psalm                                   | 5.9.0  | 5.13.1 |
  • Loading branch information
renovate[bot] committed Jul 29, 2023
1 parent 4a67225 commit cb46c5b
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 210 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@1.22.1
uses: laminas/laminas-ci-matrix-action@1.23.4

qa:
name: QA Checks
Expand All @@ -27,7 +27,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@1.32.0
uses: laminas/laminas-continuous-integration-action@1.34.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -53,7 +53,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.1"
uses: "shivammathur/setup-php@2.25.5"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"doctrine/orm": "^2.14.3",
"doctrine/persistence": "^3.1.4"
"doctrine/orm": "^2.15.4",
"doctrine/persistence": "^3.2.0"
},
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"roave/infection-static-analysis-plugin": "^1.30.0",
"phpunit/phpunit": "^9.6.7",
"vimeo/psalm": "^5.9.0",
"roave/infection-static-analysis-plugin": "^1.32.0",
"phpunit/phpunit": "^9.6.10",
"vimeo/psalm": "^5.13.1",
"doctrine/annotations" : "^1.14.3",
"doctrine/dbal" : "^3.6.2"
"doctrine/dbal" : "^3.6.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cb46c5b

Please sign in to comment.