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   | composer/composer         | 2.7.7  | 2.7.7  |
| packagist   | roave/better-reflection   | 6.26.0 | 6.37.0 |
| github-tags | shivammathur/setup-php    | 2.30.4 | 2.30.5 |
| packagist   | squizlabs/php_codesniffer | 3.10.1 | 3.10.1 |
| packagist   | symfony/console           | 7.1.1  | 7.1.1  |
  • Loading branch information
renovate[bot] committed Jun 14, 2024
1 parent 9bb860e commit a015ad5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"require": {
"php": "~8.2.0 || ~8.3.0",
"azjezz/psl": "^2.9.1",
"composer/composer": "^2.7.6",
"composer/composer": "^2.7.7",
"nikic/php-parser": "^4.19.1",
"nikolaposa/version": "^4.2.0",
"ocramius/package-versions": "^2.8.0",
"roave/better-reflection": "^6.26.0",
"symfony/console": "^7.0.7"
"roave/better-reflection": "^6.37.0",
"symfony/console": "^7.1.1"
},
"license": "MIT",
"authors": [
Expand All @@ -29,7 +29,7 @@
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.35.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.10.0",
"squizlabs/php_codesniffer": "^3.10.1",
"vimeo/psalm": "^5.24.0"
},
"conflict": {
Expand Down

0 comments on commit a015ad5

Please sign in to comment.