diff --git a/composer.json b/composer.json
index 22a2e3443917e9324fcc19010688c1f401911e5e..1c305c09aec70f5e2e9ef229e60400e1b9dc90dd 100644
--- a/composer.json
+++ b/composer.json
@@ -30,26 +30,12 @@
                     "classmap": ["/"]
                 }
             }
-        },
-        {
-            "type": "package",
-            "package": {
-                "name": "johnwohlers/sip2",
-                "version": "dev-master",
-                "dist": {
-                    "url": "https://php-sip2.googlecode.com/svn/trunk/sip2.class.php",
-                    "type": "file"
-                },
-                "autoload": {
-                    "classmap": ["/"]
-                }
-            }
         }
     ],
     "require": {
         "aferrandini/phpqrcode": "1.0.1",
         "jasig/phpcas": "1.3.3",
-        "johnwohlers/sip2": "dev-master",
+        "cap60552/php-sip2": "1.0.0",
         "los/losrecaptcha": "1.0.0",
         "mobileesp/mdetect": "dev-master",
         "ocramius/proxy-manager": "1.0.2",
diff --git a/composer.lock b/composer.lock
index 9375de1082462a3dc6e7a3bde4dc7721a4349b2b..40bd1366fd8fecdb58dd5d12453ed45b2bbfa4c3 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "hash": "13addb1d00149675674e0eb872487257",
-    "content-hash": "c0684fc3892cc78260dabb20c7652811",
+    "hash": "d9e4891b308b5a643f2e03962bb5a048",
+    "content-hash": "f626d06e9c07fc5d23349944b72d9fc0",
     "packages": [
         {
             "name": "aferrandini/phpqrcode",
@@ -51,6 +51,41 @@
             ],
             "time": "2013-07-08 09:39:08"
         },
+        {
+            "name": "cap60552/php-sip2",
+            "version": "v1.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/cap60552/php-sip2.git",
+                "reference": "9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/cap60552/php-sip2/zipball/9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1",
+                "reference": "9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1",
+                "shasum": ""
+            },
+            "type": "library",
+            "autoload": {
+                "classmap": [
+                    "/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "GPL-3.0"
+            ],
+            "authors": [
+                {
+                    "name": "John Wohlers",
+                    "email": "john@wohlershome.net",
+                    "role": "Maintainer"
+                }
+            ],
+            "description": "PHP class library to facilitate communication with Integrated Library System (ILS) servers via 3M's SIP2.",
+            "homepage": "https://github.com/cap60552/php-sip2",
+            "time": "2015-11-03 04:42:39"
+        },
         {
             "name": "jasig/phpcas",
             "version": "1.3.3",
@@ -104,22 +139,6 @@
             ],
             "time": "2014-07-24 20:29:29"
         },
-        {
-            "name": "johnwohlers/sip2",
-            "version": "dev-master",
-            "dist": {
-                "type": "file",
-                "url": "https://php-sip2.googlecode.com/svn/trunk/sip2.class.php",
-                "reference": null,
-                "shasum": null
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "/"
-                ]
-            }
-        },
         {
             "name": "los/losrecaptcha",
             "version": "1.0.0",
@@ -1339,7 +1358,6 @@
     "aliases": [],
     "minimum-stability": "stable",
     "stability-flags": {
-        "johnwohlers/sip2": 20,
         "mobileesp/mdetect": 20
     },
     "prefer-stable": false,
diff --git a/vendor/cap60552/php-sip2/SIP2 Protocol Definition.pdf b/vendor/cap60552/php-sip2/SIP2 Protocol Definition.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..8d63b35827eca63efad615d092d71eeaeeacacb2
Binary files /dev/null and b/vendor/cap60552/php-sip2/SIP2 Protocol Definition.pdf differ
diff --git a/vendor/cap60552/php-sip2/composer.json b/vendor/cap60552/php-sip2/composer.json
new file mode 100644
index 0000000000000000000000000000000000000000..01df0c69ddbcf79c2cd24ab20a982ba02ef26c8e
--- /dev/null
+++ b/vendor/cap60552/php-sip2/composer.json
@@ -0,0 +1,20 @@
+{
+    "name": "cap60552/php-sip2",
+    "description": "PHP class library to facilitate communication with Integrated Library System (ILS) servers via 3M's SIP2.",
+    "authors": [
+        {
+            "name": "John Wohlers",
+            "email": "john@wohlershome.net",
+            "role": "Maintainer"
+        }
+    ],
+    "homepage": "https://github.com/cap60552/php-sip2",
+    "license": "GPL-3.0",
+    "support": {
+        "issues": "https://github.com/cap60552/php-sip2/issues"
+    },
+    "autoload": {
+        "classmap": ["/"]
+    }
+}
+
diff --git a/vendor/johnwohlers/sip2/sip2.class.php b/vendor/cap60552/php-sip2/sip2.class.php
similarity index 100%
rename from vendor/johnwohlers/sip2/sip2.class.php
rename to vendor/cap60552/php-sip2/sip2.class.php
diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php
index b81224706a2c7e3dd36a6550fe73f3a1f4493ccf..940237b3316d89f638968e78415e2c18afae0e90 100644
--- a/vendor/composer/autoload_classmap.php
+++ b/vendor/composer/autoload_classmap.php
@@ -150,6 +150,6 @@ return array(
     'XML_Util' => $vendorDir . '/pear-pear.php.net/XML_Util/XML/Util.php',
     'lessc' => $vendorDir . '/oyejorge/less.php/lessc.inc.php',
     'phpCAS' => $vendorDir . '/jasig/phpcas/source/CAS.php',
-    'sip2' => $vendorDir . '/johnwohlers/sip2/sip2.class.php',
+    'sip2' => $vendorDir . '/cap60552/php-sip2/sip2.class.php',
     'uagent_info' => $vendorDir . '/mobileesp/mdetect/mdetect.php',
 );
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 2f72d53203f955c61615bc741c63790d0b2c4194..7b19fe7661136b553ba4b9ec8fa3f737f3f636e4 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -100,24 +100,6 @@
             "jasig"
         ]
     },
-    {
-        "name": "johnwohlers/sip2",
-        "version": "dev-master",
-        "version_normalized": "9999999-dev",
-        "dist": {
-            "type": "file",
-            "url": "https://php-sip2.googlecode.com/svn/trunk/sip2.class.php",
-            "reference": null,
-            "shasum": null
-        },
-        "type": "library",
-        "installation-source": "dist",
-        "autoload": {
-            "classmap": [
-                "/"
-            ]
-        }
-    },
     {
         "name": "zendframework/zendxml",
         "version": "1.0.1",
@@ -1382,5 +1364,42 @@
             "sqs",
             "zf2"
         ]
+    },
+    {
+        "name": "cap60552/php-sip2",
+        "version": "v1.0.0",
+        "version_normalized": "1.0.0.0",
+        "source": {
+            "type": "git",
+            "url": "https://github.com/cap60552/php-sip2.git",
+            "reference": "9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1"
+        },
+        "dist": {
+            "type": "zip",
+            "url": "https://api.github.com/repos/cap60552/php-sip2/zipball/9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1",
+            "reference": "9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1",
+            "shasum": ""
+        },
+        "time": "2015-11-03 04:42:39",
+        "type": "library",
+        "installation-source": "dist",
+        "autoload": {
+            "classmap": [
+                "/"
+            ]
+        },
+        "notification-url": "https://packagist.org/downloads/",
+        "license": [
+            "GPL-3.0"
+        ],
+        "authors": [
+            {
+                "name": "John Wohlers",
+                "email": "john@wohlershome.net",
+                "role": "Maintainer"
+            }
+        ],
+        "description": "PHP class library to facilitate communication with Integrated Library System (ILS) servers via 3M's SIP2.",
+        "homepage": "https://github.com/cap60552/php-sip2"
     }
 ]