Skip to content

Commit

Permalink
Merge pull request #492 from veewee/PHP83
Browse files Browse the repository at this point in the history
Allow PHP83
  • Loading branch information
veewee authored Nov 24, 2023
2 parents 32bb110 + c93fbe0 commit 116c609
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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']
php-versions: ['8.1', '8.2', '8.3']
composer-options: ['', '--prefer-lowest']
fail-fast: false
name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} with ${{ matrix.composer-options }}
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"azjezz/psl": "^2.1",
"laminas/laminas-code": "^4.8.0",
"php-soap/engine": "^2.4",
Expand All @@ -21,17 +21,17 @@
"php-soap/wsdl-reader": "~0.6",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "~5.4 || ~6.0",
"symfony/event-dispatcher": "~5.4 || ~6.0",
"symfony/filesystem": "~5.4 || ~6.0",
"symfony/validator": "~5.4 || ~6.0"
"symfony/console": "~5.4 || ~6.0 || ~7.0",
"symfony/event-dispatcher": "~5.4 || ~6.0 || ~7.0",
"symfony/filesystem": "~5.4 || ~6.0 || ~7.0",
"symfony/validator": "~5.4 || ~6.0 || ~7.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.5.0",
"nyholm/psr7": "^1.5",
"php-http/vcr-plugin": "^1.2",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpro/grumphp-shim": "^1.14",
"phpro/grumphp-shim": "^2.3",
"phpspec/phpspec": "~7.2",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpstan/phpstan": "^1.10.15",
Expand Down

0 comments on commit 116c609

Please sign in to comment.