Skip to content

Commit

Permalink
Add PHP 8.3 support
Browse files Browse the repository at this point in the history
- Adds PHP 8.3 support
- Drops PHP 8.0 support

Signed-off-by: Gediminas Kersys <kersysgediminas@gmail.com>
  • Loading branch information
kersysgediminas committed Apr 18, 2024
1 parent 86d094e commit 5380e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas-api-tools/api-tools": "^1.7",
"laminas-api-tools/api-tools-content-negotiation": "^1.8",
"laminas-api-tools/api-tools-documentation": "^1.6",
Expand All @@ -44,7 +44,7 @@
"laminas/laminas-composer-autoloading": "^3.1",
"laminas/laminas-developer-tools": "^2.6",
"laminas/laminas-test": "^4.4",
"phpunit/phpunit": "^9.5.20",
"phpunit/phpunit": "^9.5.23",
"psalm/plugin-phpunit": "^0.16.1",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^4.10"
Expand Down

0 comments on commit 5380e18

Please sign in to comment.