Skip to content

Commit c72d46f

Browse files
Hello "friendsofphp/proxy-manager-lts"
1 parent f04be8e commit c72d46f

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

composer.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "ocramius/proxy-manager",
3-
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2+
"name": "friendsofphp/proxy-manager-lts",
3+
"description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
44
"type": "library",
55
"license": "MIT",
6-
"homepage": "https://github.com/Ocramius/ProxyManager",
6+
"homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
77
"keywords": [
88
"proxy",
99
"proxy pattern",
@@ -22,6 +22,9 @@
2222
"email": "[email protected]"
2323
}
2424
],
25+
"replace": {
26+
"ocramius/proxy-manager": "^2.1"
27+
},
2528
"require": {
2629
"php": ">=7.1",
2730
"laminas/laminas-code": "^3.4.1",
@@ -47,5 +50,11 @@
4750
"Laminas\\Server\\": "tests/Stubbed/Laminas/Server"
4851
}
4952
},
50-
"minimum-stability": "dev"
53+
"minimum-stability": "dev",
54+
"extra": {
55+
"thanks": {
56+
"name": "ocramius/proxy-manager",
57+
"url": "https://github.com/Ocramius/ProxyManager"
58+
}
59+
}
5160
}

0 commit comments

Comments
 (0)