Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Oct 25, 2024
1 parent 66eb962 commit f675088
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: ['windows-latest', 'ubuntu-latest']
php-versions: ['8.1', '8.2', '8.3']
php-versions: [ '8.2', '8.3', '8.4' ]
composer-options: ['', '--prefer-lowest']
fail-fast: false
name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} with ${{ matrix.composer-options }}
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"azjezz/psl": "^2.1",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"azjezz/psl": "^3.0",
"laminas/laminas-code": "^4.8.0",
"php-soap/engine": "^2.7",
"php-soap/ext-soap-engine": "^1.4",
"php-soap/psr18-transport": "^1.3",
"php-soap/wsdl-reader": "~0.6",
"php-soap/engine": "^2.13",
"php-soap/ext-soap-engine": "^1.7",
"php-soap/psr18-transport": "^1.7",
"php-soap/wsdl-reader": "~0.18",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "~5.4 || ~6.0 || ~7.0",
Expand All @@ -31,11 +31,11 @@
"nyholm/psr7": "^1.5",
"php-http/vcr-plugin": "^1.2",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpro/grumphp-shim": "^2.3",
"phpro/grumphp-shim": "^2.9",
"phpspec/phpspec": "~7.2",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpstan/phpstan": "^1.10.15",
"phpunit/phpunit": "~9.5",
"phpunit/phpunit": "~10.5",
"squizlabs/php_codesniffer": "^3.7.1"
},
"config": {
Expand Down

0 comments on commit f675088

Please sign in to comment.