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   | 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.6  |
| packagist   | symfony/dependency-injection   | 6.0.20 | 6.4.6  |
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent fe5ae5b commit f4f790a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
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.6",
"symfony/dependency-injection": "^6.4.6"
},
"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 f4f790a

Please sign in to comment.