Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lots #110

Merged
merged 1 commit into from
Nov 9, 2023
Merged

lots #110

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ext-ldap": "*",
"ext-mbstring": "*",
"ext-json": "*",
"phpmyadmin/motranslator": "^4.0",
"phpmyadmin/motranslator": "^5.3",
"willdurand/negotiation": "^3.0",
"ext-sqlite3": "*",
"phpmailer/phpmailer": "^6.1",
Expand Down
29 changes: 16 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion database/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ create table users (
interviewer text,
interviewertg text,
interviewstatus int,
answers int
answers int,
safetyExamDate int
);

create unique index users_matricola_uindex
Expand Down
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3-fpm-stretch
FROM php:8.2.12-fpm-bookworm

RUN mkdir -p /var/www/html
WORKDIR /var/www/html
Expand Down
Loading
Loading