From 586d44ad08847047d6ceff3e8c68d41a655571e2 Mon Sep 17 00:00:00 2001 From: Morgan Lesko <15270653+wikiworldorder@users.noreply.github.com> Date: Mon, 10 Feb 2020 10:48:05 -0500 Subject: [PATCH] GitHub Username Update --- README.md | 10 +++++----- composer.json | 2 +- src/Database/OpenPoliceSeeder.php | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b748305..a4d407b 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # FlexYourRights/OpenPolice [![Laravel](https://img.shields.io/badge/Laravel-5.8-orange.svg?style=flat-square)](http://laravel.com) -[![SurvLoop](https://img.shields.io/badge/SurvLoop-0.2-orange.svg?style=flat-square)](https://github.com/wikiworldorder/survloop) +[![SurvLoop](https://img.shields.io/badge/SurvLoop-0.2-orange.svg?style=flat-square)](https://github.com/rockhopsoft/survloop) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) # Table of Contents @@ -27,7 +27,7 @@ Open Police is an open-source, open data web app empowering citizens to prepare, file, and track reports of police conduct. The site helps users submit complaints or commendations to appropriate police oversight agencies. By allowing users to publish reports online, we aim to establish better public transparency and oversight of police activity in the -U.S.. Open Police extends SurvLoop, which runs atop +U.S.. Open Police extends SurvLoop, which runs atop Laravel. OpenPolice.org
@@ -54,7 +54,7 @@ XML included an automatically generated schema, eg.
* php: >=7.2 * laravel/laravel: 5.8.* -* wikiworldorder/survloop: >=0.2.10 +* rockhopsoft/survloop: >=0.2.10 * flexyourrights/openpolice-departments: 0.1.* * flexyourrights/openpolice-website: 0.1.* @@ -97,7 +97,7 @@ $ nano composer.json ... "require": { ... - "wikiworldorder/survloop": "^0.2.11", + "rockhopsoft/survloop": "^0.2.11", "flexyourrights/openpolice": "^0.2.11", ... }, @@ -106,7 +106,7 @@ $ nano composer.json ... "psr-4": { ... - "SurvLoop\\": "vendor/wikiworldorder/survloop/src/", + "SurvLoop\\": "vendor/rockhopsoft/survloop/src/", "OpenPolice\\": "vendor/flexyourrights/openpolice/src/", } ... diff --git a/composer.json b/composer.json index 697086a..ea63822 100755 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "wikiworldorder/survloop": "^v0.2.11", + "rockhopsoft/survloop": "^v0.2.11", "flexyourrights/openpolice-departments": "^v0.1.2", "flexyourrights/openpolice-website": "^v0.1.1" }, diff --git a/src/Database/OpenPoliceSeeder.php b/src/Database/OpenPoliceSeeder.php index f75d016..4def9af 100644 --- a/src/Database/OpenPoliceSeeder.php +++ b/src/Database/OpenPoliceSeeder.php @@ -36581,7 +36581,7 @@ function fixColBrk() {
...
 "require": {
 	...
-    "wikiworldorder/survloop": "^0.2.11",
+    "rockhopsoft/survloop": "^0.2.11",
     "flexyourrights/openpolice": "^0.2.11",
 	...
 },
@@ -36590,7 +36590,7 @@ function fixColBrk() {
 	...
 	"psr-4": {
 		...
-		"SurvLoop\\": "vendor/wikiworldorder/survloop/src/",
+		"SurvLoop\\": "vendor/rockhopsoft/survloop/src/",
 		"OpenPolice\\": "vendor/flexyourrights/openpolice/src/",
 	}
 	...