Skip to content

Commit

Permalink
Merge pull request #1 from peckrob/fix-broken-dep
Browse files Browse the repository at this point in the history
Fix broken dependency on ip-utils.
  • Loading branch information
brianlmoon committed Aug 21, 2020
2 parents fe39f5a + c70fa82 commit 69a1918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -7,7 +7,7 @@
"license": "BSD-2-Clause",
"require": {
"php": ">=5.3.0",
"xrstf/ip-utils": "~1.1.0"
"jycr753/ip-utils": "~2.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
Expand Down

0 comments on commit 69a1918

Please sign in to comment.