Skip to content

Commit

Permalink
Merge pull request #12 from nusphere/1.3.x-php83
Browse files Browse the repository at this point in the history
Update PHP 8.3 version compatibility and dependencies
  • Loading branch information
Xerkus authored Jan 7, 2024
2 parents f5a226d + 30391b1 commit a0a858a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-serializer": "^2.10",
"phpbench/phpbench": "^1.0"
},
Expand All @@ -20,7 +20,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
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 a0a858a

Please sign in to comment.