Skip to content

Commit

Permalink
Merge pull request #27 from grizzm0/PHP-8.3
Browse files Browse the repository at this point in the history
Add support for PHP 8.3
  • Loading branch information
Ocramius authored Dec 7, 2023
2 parents da37e2d + 48dab0d commit 45abd67
Show file tree
Hide file tree
Showing 13 changed files with 304 additions and 708 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-escaper": "^2.5",
"league/plates": "^3.3",
"mezzio/mezzio-helpers": "^5.2",
Expand All @@ -45,7 +45,6 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "0.18.4",
"vimeo/psalm": "^5.4"
Expand Down
125 changes: 3 additions & 122 deletions composer.lock

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

Loading

0 comments on commit 45abd67

Please sign in to comment.