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     |
| ----------- | -------------------------------- | ------ | ------ |
| github-tags | laminas/laminas-ci-matrix-action | 1.24.0 | 1.26.0 |
| packagist   | laminas/laminas-servicemanager   | 3.20.0 | 3.22.1 |
| github-tags | shivammathur/setup-php           | 2.30.2 | 2.30.4 |
| packagist   | symfony/config                   | 6.0.19 | 6.4.7  |
| packagist   | symfony/dependency-injection     | 6.0.20 | 6.4.7  |
  • Loading branch information
renovate[bot] committed May 5, 2024
1 parent fe5ae5b commit cf2bc50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.24.0
uses: laminas/laminas-ci-matrix-action@1.26.0

qa:
name: QA Checks
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].4"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"behat/behat": "^3.14.0",
"psr/container": "^1.1.2",
"symfony/config": "^6.0.19",
"symfony/dependency-injection": "^6.0.20"
"symfony/config": "^6.4.7",
"symfony/dependency-injection": "^6.4.7"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"laminas/laminas-servicemanager": "^3.20.0",
"laminas/laminas-servicemanager": "^3.22.1",
"phpunit/phpunit": "^9.6.19"
},
"license": "MIT",
Expand Down

0 comments on commit cf2bc50

Please sign in to comment.