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.5.3  | 3.7.1  |
| packagist   | doctrine/migrations    | 3.5.5  | 3.6.0  |
| packagist   | doctrine/orm           | 2.14.1 | 2.16.2 |
| packagist   | phpunit/phpunit        | 9.5.28 | 9.6.13 |
| github-tags | shivammathur/setup-php | 2.24.0 | 2.26.0 |
| packagist   | symfony/yaml           | 6.2.5  | 6.3.3  |
| packagist   | vimeo/psalm            | 5.6.0  | 5.15.0 |
  • Loading branch information
renovate[bot] committed Oct 9, 2023
1 parent f17355e commit 4f8c268
Show file tree
Hide file tree
Showing 7 changed files with 426 additions and 496 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@2.24.0
uses: shivammathur/setup-php@2.26.0
with:
php-version: 8.1
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-require-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP with composer require checker
uses: shivammathur/setup-php@2.24.0
uses: shivammathur/setup-php@2.26.0
with:
php-version: 8.1
tools: composer-require-checker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roave-bc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fetch-depth: 0

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@2.24.0
uses: shivammathur/setup-php@2.26.0
with:
php-version: 8.1
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@2.24.0
uses: shivammathur/setup-php@2.26.0
with:
php-version: 8.1
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@2.24.0
uses: shivammathur/setup-php@2.26.0
with:
php-version: ${{ matrix.php-version }}
# TODO: Remove next lint to enable memcached after that issue is fixed: https://github.com/php-memcached-dev/php-memcached/issues/477
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"doctrine/annotations": "^1.14.2 || ^2.0",
"doctrine/cache": "^1.13.0",
"doctrine/common": "^3.4.3",
"doctrine/dbal": "^3.5.3",
"doctrine/dbal": "^3.7.1",
"doctrine/event-manager": "^1.2.0 || ^2.0",
"doctrine/migrations": "^3.5.5",
"doctrine/orm": "^2.14.1",
"doctrine/migrations": "^3.6.0",
"doctrine/orm": "^2.16.2",
"doctrine/persistence": "^2.5.6 || ^3.1",
"psr/cache": "^1.0.1 || ^2.0.0 || ^3.0.0",
"psr/container": "^1.0 || ^2.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.2.1",
"phpunit/phpunit": "^9.5.28",
"phpunit/phpunit": "^9.6.13",
"psalm/plugin-phpunit": "^0.18.4",
"symfony/yaml": "^6.2.5",
"vimeo/psalm": "^5.6.0"
"symfony/yaml": "^6.3.3",
"vimeo/psalm": "^5.15.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 4f8c268

Please sign in to comment.