Skip to content

Commit

Permalink
Switch to rg/laminas-code
Browse files Browse the repository at this point in the history
To avoid having to manually specify the fork repo on every package depending on this
  • Loading branch information
mdio committed Oct 13, 2023
1 parent e30e5c3 commit 6acfa73
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions 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.3",
"rg/laminas-code": "4.7.3",
"psr/log": "^1.0.0"
},
"require-dev": {
Expand All @@ -29,12 +29,6 @@
"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 6acfa73

Please sign in to comment.