-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: add support for PHP 8.x and switch to composer
- Loading branch information
Showing
9 changed files
with
464 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
.idea | ||
.vscode | ||
archive | ||
# Will be created during generation and contains only generated files | ||
svg | ||
view.html | ||
*.local.php | ||
*.local.php | ||
.vendor | ||
*.tar.gz | ||
index_files | ||
vendor |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Prevent access to git related files | ||
RedirectMatch 404 /\.git | ||
# Prevent generation from external hosts | ||
RedirectMatch 404 generate | ||
# Prevent access to archive files (people should really use the official API for getting that data) | ||
RedirectMatch 404 archive | ||
# Prevent access to all but .html and .svg files | ||
RedirectMatch 404 ".*(?<!\/|\.html|\.svg)$" |
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule SVGGraph
deleted from
88bc48
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "eurofurence/nosecounter", | ||
"type": "project", | ||
"description": "Eurofurence Nosecounter", | ||
"keywords": ["eurofurence", "visualisation"], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^8.1", | ||
"goat1000/svggraph": "^3" | ||
}, | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters