Skip to content

Commit 2637bf3

Browse files
committed
more moving stuff around
1 parent e44a2ee commit 2637bf3

11 files changed

+1830
-1819
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ yarn.lock
55
composer.phar
66
vendor
77

8-
src/contracts
8+
archives/**/*.html
9+
archives/**/*.json
10+
11+
scripts/**/*.html
12+
scripts/**/*.json
13+
914
/composer.lock
1015

1116
/src/.DS_Store

src/contracts-dataset-parser.php archives/contracts-dataset-parser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// [email protected] and the GoC-Spending team!
77

8-
require('contracts-helpers.php');
8+
require('Helpers.php');
99

1010
// Go crazy!
1111
ini_set('memory_limit', '2048M');

src/contracts-json-to-csv.php archives/contracts-json-to-csv.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// [email protected] and the GoC-Spending team!
1111

12-
require('contracts-helpers.php');
12+
require('Helpers.php');
1313
require('contracts-vendor-data.php');
1414

1515
// Go crazy!
File renamed without changes.
File renamed without changes.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"autoload": {
1111
"prs-4": {
12-
"GoCSpending": [
12+
"GoCSpending\\": [
1313
"src/"
1414
],
1515
"GoCSpending\\DepartmentHandlers\\": [

0 commit comments

Comments
 (0)