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 <[email protected]>
  • Loading branch information
Gediminas Kersys authored and kersysgediminas committed Apr 16, 2024
1 parent f175696 commit 648ba31
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
Expand All @@ -32,17 +32,17 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-eventmanager": "^3.2",
"laminas/laminas-http": "^2.5.4",
"laminas/laminas-modulemanager": "^2.7.2",
"laminas/laminas-mvc": "^2.7.15 || ^3.0.2",
"laminas/laminas-servicemanager": "^3.11",
"laminas/laminas-stdlib": "^2.7.7 || ^3.0.1"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-http": "^2.15.0",
"laminas/laminas-modulemanager": "^2.10.0",
"laminas/laminas-mvc": "^3.3.0",
"laminas/laminas-servicemanager": "^3.11.1",
"laminas/laminas-stdlib": "^3.6.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.13.1"
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 648ba31

Please sign in to comment.