Skip to content

Commit

Permalink
Use webfactory/phumbor instead of 99designs/phumbor
Browse files Browse the repository at this point in the history
The `99designs/phumbor` library has been unmaintained for a long time. In particular, there is a long-standing issue regarding application of `rawurlencode()` to image URLs (99designs/phumbor#20) which has not been addressed. Also the (direct question whether the code is still maintained or not)[99designs/phumbor#30] has not been answered for almost a year.

In order to address the URL encoding issue, I forked the original repo:

* https:/webfactory/phumbor/
* https://packagist.org/packages/webfactory/phumbor

With this change I would like to suggest switching this bundle over to the forked library.
  • Loading branch information
mpdude authored Oct 31, 2019
1 parent 5394bd9 commit 384c9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https:/jbouzekri/PhumborBundle",
"license": "MIT",
"require": {
"99designs/phumbor": "^1.1"
"webfactory/phumbor": "^1.1"
},
"require-dev": {
"symfony/config": "~2.4",
Expand Down

0 comments on commit 384c9c4

Please sign in to comment.