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   | azjezz/psl                             | 2.3.1  | 2.6.0  |
| packagist   | composer/composer                      | 2.5.1  | 2.5.7  |
| packagist   | doctrine/coding-standard               | 11.0.0 | 11.1.0 |
| packagist   | nikic/php-parser                       | 4.15.3 | 4.15.5 |
| packagist   | phpunit/phpunit                        | 9.5.27 | 9.6.8  |
| packagist   | roave/better-reflection                | 6.5.0  | 6.10.0 |
| packagist   | roave/infection-static-analysis-plugin | 1.27.0 | 1.32.0 |
| github-tags | shivammathur/setup-php                 | 2.24.0 | 2.25.2 |
| packagist   | squizlabs/php_codesniffer              | 3.7.1  | 3.7.2  |
| packagist   | symfony/console                        | 6.2.3  | 6.2.11 |
| packagist   | vimeo/psalm                            | 5.4.0  | 5.12.0 |
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent e9fa426 commit b7b0a9d
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 308 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.2"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.2"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"ext-json": "*",
"azjezz/psl": "^2.3.1",
"composer/composer": "^2.5.1",
"nikic/php-parser": "^4.15.3",
"azjezz/psl": "^2.6.0",
"composer/composer": "^2.5.7",
"nikic/php-parser": "^4.15.5",
"nikolaposa/version": "^4.1.0",
"ocramius/package-versions": "^2.7.0",
"roave/better-reflection": "^6.5.0",
"symfony/console": "^6.2.3"
"roave/better-reflection": "^6.10.0",
"symfony/console": "^6.2.11"
},
"license": "MIT",
"authors": [
Expand All @@ -24,14 +24,14 @@
}
],
"require-dev": {
"doctrine/coding-standard": "^11.0.0",
"doctrine/coding-standard": "^11.1.0",
"php-standard-library/psalm-plugin": "^2.2.1",
"phpunit/phpunit": "^9.5.27",
"phpunit/phpunit": "^9.6.8",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.27.0",
"roave/infection-static-analysis-plugin": "^1.32.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.4.0"
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.12.0"
},
"conflict": {
"revolt/event-loop": "<0.2.5",
Expand Down
Loading

0 comments on commit b7b0a9d

Please sign in to comment.