Skip to content

Commit

Permalink
Merge pull request #21 from TomA-R/replace_proxymanager
Browse files Browse the repository at this point in the history
Change from `ocramius/proxy-manager` to `friendsofphp/proxy-manager-lts`
  • Loading branch information
TomA-R authored May 25, 2023
2 parents 028a27d + 6584b2e commit 3c58788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
composer.lock
/.phpunit.result.cache
/vendor/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^7.3 || ^8.0",
"pimple/pimple": "*",
"ocramius/proxy-manager": "^1.0 || ^2.0",
"friendsofphp/proxy-manager-lts": "^1.0",
"psr/container": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 3c58788

Please sign in to comment.