Skip to content

Commit

Permalink
Switch to laminas-code fork for PHP 8.0 and 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mdio committed Oct 6, 2023
1 parent f36191c commit 432ccac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=8.0",
"doctrine/annotations": "^2.0.0",
"laminas/laminas-code": "^4.7.0",
"laminas/laminas-code": "4.7.x-dev",
"psr/log": "^1.0.0"
},
"require-dev": {
Expand All @@ -29,6 +29,12 @@
"suggest": {
"ocramius/proxy-manager": "For lazy loading"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/researchgate/laminas-code-rg"
}
],
"autoload": {
"psr-0": {
"rg\\injektor": "src/"
Expand Down

0 comments on commit 432ccac

Please sign in to comment.