Skip to content

Commit

Permalink
Merge pull request #99 from Roave/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
Slamdunk committed Oct 26, 2023
2 parents 99a3892 + 3857eec commit cd3185f
Show file tree
Hide file tree
Showing 12 changed files with 550 additions and 567 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@v4

- 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@v4

- 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@v4

- 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@v4

- 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 cd3185f

Please sign in to comment.