Skip to content

Commit

Permalink
renaming the project to "MAXQDA-Paraphrase-Matrix HTML to Excel" to b…
Browse files Browse the repository at this point in the history
…e more specific
  • Loading branch information
red-freak committed Nov 5, 2022
1 parent 645df64 commit a65b546
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
APP_NAME="MAXQDA HTML to Excel"
APP_NAME="MAXQDA-Paraphrase-Matrix HTML to Excel"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=https://maxqda-html-to-excel.test
APP_URL=https://maxqda-paraphrase-matrix_html-to-excel.test

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MAXQDA HTML to Ecel
# MAXQDA-Paraphrase-Matrix HTML to Excel
The aim of this project is to create a propper excel-file from the html output of the paraphrases.

The project does not need a database-server. It is able to work ith SQLite.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "laravel/laravel",
"name": "red-freak/maxqda-paraphrase-matrix_html-to-excel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"description": "Convert MAXQDA-Paraphrase-Matrix-HTML to an Excel-format that makes sense.",
"keywords": ["framework", "laravel", "MAXQDA", "Paraphrase-Matrix", "Excel", "HTML"],
"license": "MIT",
"require": {
"php": "^8.1",
Expand Down

0 comments on commit a65b546

Please sign in to comment.